summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-22Update NEWS, READMEPetr Machata2-3/+7
2014-08-22Implement aarch64 supportPetr Machata11-2/+1857
2014-08-22Set child stack alignment in trace-clone.cPetr Machata1-1/+3
2014-08-22Force use of SYS_open on aarch64 as wellPetr Machata1-2/+16
2014-08-22Rewrite system_calls.expPetr Machata2-124/+135
2014-08-22Add some missing system calls to syscalls.confPetr Machata1-1/+32
2014-08-22Improve HFA-related test casesPetr Machata5-392/+474
2014-08-22Manpage and --help clarificationsPetr Machata2-6/+9
2014-08-22Don't crash untraced calls via PLT in prelinked PPC64 binariesPetr Machata2-21/+94
2014-08-22Add a new per-breakpoint callback on_installPetr Machata2-2/+18
2014-08-22Drop unused function enable_all_breakpointsPetr Machata2-22/+0
2014-08-22Type umovebytes properlyPetr Machata2-5/+6
2014-08-22Initialize libsym early in trace.c to help the compiler.Mark Wielaard1-2/+2
2014-08-22Add support for using elfutils as unwinder.Mark Wielaard10-12/+229
2014-08-22Type proc_each_breakpoint properlyPetr Machata2-9/+10
2014-08-22Fix a problem in tracing across fork on PPC64Petr Machata1-1/+13
2014-08-22minor fixes in manpagesJuan Cespedes2-4/+5
2014-08-22NitsPetr Machata2-13/+19
2014-08-22Fix infinite loop in stack unwindLuca Clementi1-3/+7
2014-08-22Minor fixes in manpagesJuan Cespedes2-10/+10
2014-08-22check return value of unw_get_reg and unw_get_proc_nameLuca Clementi3-9/+13
2014-08-22Drop debian/ directoryJuan Cespedes5-738/+0
2014-08-22Support IRELATIVE relocations on s390Petr Machata2-0/+24
2014-08-22On s390{,x}, r2 is scrambled after syscall entryPetr Machata1-5/+12
2014-08-22On x86{,_64}, PLT entries may not be ordered by their relocationPetr Machata2-1/+111
2014-08-22Consider exec and exit events an end of outstanding callsPetr Machata12-183/+299
2014-08-22Update NEWSPetr Machata1-1/+11
2014-08-22Add a test case for wide character functionsPetr Machata2-1/+215
2014-08-22Update NEWSPetr Machata1-2/+6
2014-08-22In read_config_file.c, clone type info when unsharing itPetr Machata1-3/+3
2014-08-22CleanupsPetr Machata3-2/+4
2014-08-22Add many wide cheracter functions to libc.so.confPetr Machata1-5/+77
2014-08-22Use wcwidth to exactly determine how much space a character tookPetr Machata1-5/+12
2014-08-22Add fdopen prototype to libc.so.confPetr Machata1-0/+1
2014-08-22When a typedef X_t is requested, don't match lens named X insteadPetr Machata1-1/+2
2014-08-22Add error message if ltelf_init fails to open ELFPetr Machata1-1/+4
2014-08-22In ltrace_init, don't call ltelf_destroy if ltelf_init failsPetr Machata1-3/+7
2014-08-22Support wide character stringsPetr Machata6-57/+185
2014-08-22Add a TODO itemPetr Machata1-0/+3
2014-08-22Support pre-8.5 TCL's by providing our own lreverse in ltrace.expPetr Machata1-0/+12
2014-08-22Replace a chain of stpcpy's with a sprintfPetr Machata1-2/+1
2014-08-22Plug a leakPetr Machata1-0/+1
2014-08-22Plug a leakPetr Machata1-1/+9
2014-08-22Fix use-after-freePetr Machata1-2/+2
2014-08-22Fix compilation on ARMPetr Machata2-1/+17
2014-08-22In ARM backend, move hooks for ltrace_elf and library to plt.cPetr Machata2-190/+192
2014-08-22Move load_dynamic_entry from PPC backend to ltrace-elf.c/.hPetr Machata3-38/+43
2014-08-22Add trace-irelative.exp to Makefile.amPetr Machata1-26/+12
2014-08-22Update TODOPetr Machata1-1/+2
2014-08-22Imported Upstream version 0.7.91upstream/0.7.91upstreamChanho Park174-52250/+10305