aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-09Build ltrace for x86 and x86-64.android-wear-5.1.1_r1android-wear-5.1.0_r1android-wear-5.0.0_r1android-l-preview_r2android-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaselollipop-devlollipop-cts-releasel-previewElliott Hughes
2014-04-08Merge "Re-add stpcpy call."Christopher Ferris
2014-04-07ltrace: Temporarily disable ltrace on x86.Mohamad Ayyash
2014-04-07ltrace: Build ltrace on arm, arm64 and x86 only.Mohamad Ayyash
2014-04-08Merge "ltrace: Fix the mips build."Mohamad Ayyash
2014-04-07ltrace: Fix the mips build.Mohamad Ayyash
2014-04-07Re-add stpcpy call.Christopher Ferris
2014-04-07ltrace: Get it to build on Android (Android.mk and missing functions)Mohamad Ayyash
2014-04-04Add missing #include stdio.hdann frazier
2014-04-04add missing <stdint.h> includedann frazier
2014-03-17Add MODULE_LICENSE_GPL and NOTICE filesConley Owens
2014-02-28Add --config to man, drop -X from options.cPetr Machata
2014-02-13Initialize struct process.e_machine and .e_class for secondary threadsPetr Machata
2014-02-05Add some stuff to libc.so.confPetr Machata
2014-02-05Update NEWS, READMEPetr Machata
2014-02-05Implement aarch64 supportPetr Machata
2014-02-05Set child stack alignment in trace-clone.cPetr Machata
2014-02-05Force use of SYS_open on aarch64 as wellPetr Machata
2014-02-05Rewrite system_calls.expPetr Machata
2014-02-05Add some missing system calls to syscalls.confPetr Machata
2014-02-05Improve HFA-related test casesPetr Machata
2014-01-14Manpage and --help clarificationsPetr Machata
2014-01-10Don't crash untraced calls via PLT in prelinked PPC64 binariesPetr Machata
2014-01-10Add a new per-breakpoint callback on_installPetr Machata
2014-01-10Drop unused function enable_all_breakpointsPetr Machata
2014-01-10Type umovebytes properlyPetr Machata
2014-01-10Initialize libsym early in trace.c to help the compiler.Mark Wielaard
2014-01-10Add support for using elfutils as unwinder.Mark Wielaard
2014-01-10Type proc_each_breakpoint properlyPetr Machata
2014-01-10Fix a problem in tracing across fork on PPC64Petr Machata
2014-01-09minor fixes in manpagesJuan Cespedes
2014-01-07NitsPetr Machata
2014-01-07Fix infinite loop in stack unwindLuca Clementi
2014-01-05Minor fixes in manpagesJuan Cespedes
2014-01-05check return value of unw_get_reg and unw_get_proc_nameLuca Clementi
2013-12-30Drop debian/ directoryJuan Cespedes
2013-11-27Support IRELATIVE relocations on s390Petr Machata
2013-11-27On s390{,x}, r2 is scrambled after syscall entryPetr Machata
2013-11-26On x86{,_64}, PLT entries may not be ordered by their relocationPetr Machata
2013-11-21Consider exec and exit events an end of outstanding callsPetr Machata
2013-11-14Update NEWSPetr Machata
2013-11-13Add a test case for wide character functionsPetr Machata
2013-11-12Update NEWSPetr Machata
2013-11-11In read_config_file.c, clone type info when unsharing itPetr Machata
2013-11-11CleanupsPetr Machata
2013-11-11Add many wide cheracter functions to libc.so.confPetr Machata
2013-11-11Use wcwidth to exactly determine how much space a character tookPetr Machata
2013-11-11Add fdopen prototype to libc.so.confPetr Machata
2013-11-11When a typedef X_t is requested, don't match lens named X insteadPetr Machata
2013-11-11Add error message if ltelf_init fails to open ELFPetr Machata