aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-11In ltrace_init, don't call ltelf_destroy if ltelf_init failsPetr Machata
2013-11-11Support wide character stringsPetr Machata
2013-11-06Add a TODO itemPetr Machata
2013-11-06Support pre-8.5 TCL's by providing our own lreverse in ltrace.expPetr Machata
2013-11-06Replace a chain of stpcpy's with a sprintfPetr Machata
2013-11-06Plug a leakPetr Machata
2013-11-06Plug a leakPetr Machata
2013-11-06Fix use-after-freePetr Machata
2013-11-05Fix compilation on ARMPetr Machata
2013-11-05In ARM backend, move hooks for ltrace_elf and library to plt.cPetr Machata
2013-11-05Move load_dynamic_entry from PPC backend to ltrace-elf.c/.hPetr Machata
2013-11-05Add trace-irelative.exp to Makefile.amPetr Machata
2013-11-05Update TODOPetr Machata
2013-11-05Bump release to 0.7.91Petr Machata
2013-11-05Full support of IFUNC tracing on PPC32Petr Machata
2013-11-05Add elf_add_plt_entry as a separate entry pointPetr Machata
2013-11-05Move code for tracing IFUNC symbolsPetr Machata
2013-11-05Partial support of IFUNC tracing on PPC32Petr Machata
2013-11-05CleanupsPetr Machata
2013-11-05The irelative test case should check for IFUNC in shared library as wellPetr Machata
2013-11-04Properly publish read_relplt interface, rename it to elf_read_relocsPetr Machata
2013-11-04Show "nil" also for void* valuesPetr Machata
2013-10-30Support tracing P_PPC64_JMP_IREL slotsPetr Machata
2013-10-30If breakpoint_get_return_bp yields NULL breakpoint, don't try to add itPetr Machata
2013-10-29Remove unused includeLuca Clementi
2013-10-25Split linux_elf_find_irelative_name out of linux_elf_add_plt_entry_irelativePetr Machata
2013-10-25Keep PLT relocations in a vectorPetr Machata
2013-10-25OPD-transate the address that comes back from IFUNC resolverPetr Machata
2013-10-25Rewrite the IFUNC test case to avoid GCC attributePetr Machata
2013-10-24Update NEWSPetr Machata
2013-10-24Fix fetching of system call arguments on i386Petr Machata
2013-10-24When looking for longest matching soname substring, we don't copy enoughPetr Machata
2013-10-24sysdeps/linux-gnu/trace.c misses #include <stdint.h>Petr Machata
2013-10-24Update TODOPetr Machata
2013-10-23Look up protolibs whose name partially matches the loaded DSOPetr Machata
2013-10-23remove useless unw_get_reg of stack pointerLuca Clementi
2013-10-23Add NEWS blurbPetr Machata
2013-10-23Add a test case for IRELATIVE and IFUNC supportPetr Machata
2013-10-23Linux backend now supports tracing of IFUNC symbolsPetr Machata
2013-10-23Allow the prototype to be specified directly at the symbolPetr Machata
2013-10-23Extract the logic for creating void* type to type_get_voidptrPetr Machata
2013-10-23Add backend call os_elf_add_func_entryPetr Machata
2013-10-23Enable IRELATIVE tracing on x86 and x86_64Petr Machata