aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2014-04-08Merge "Re-add stpcpy call."Christopher Ferris
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-02-05Implement aarch64 supportPetr Machata
2014-01-10Don't crash untraced calls via PLT in prelinked PPC64 binariesPetr Machata
2014-01-10Type umovebytes properlyPetr Machata
2014-01-10Initialize libsym early in trace.c to help the compiler.Mark Wielaard
2014-01-10Fix a problem in tracing across fork on PPC64Petr Machata
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-06Plug a leakPetr 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-05Full support of IFUNC tracing on PPC32Petr 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-04Properly publish read_relplt interface, rename it to elf_read_relocsPetr Machata
2013-10-30Support tracing P_PPC64_JMP_IREL slotsPetr Machata
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-24Fix fetching of system call arguments on i386Petr Machata
2013-10-24sysdeps/linux-gnu/trace.c misses #include <stdint.h>Petr Machata
2013-10-23Linux backend now supports tracing of IFUNC symbolsPetr Machata
2013-10-23Enable IRELATIVE tracing on x86 and x86_64Petr Machata
2013-10-23Add support for tracing of IRELATIVE PLT entriesPetr Machata
2013-10-23Split part of delete_breakpoint into delete_breakpoint_atPetr Machata
2013-10-23Allow per-OS configuration hooks for struct breakpointPetr Machata
2013-10-23Allow per-OS configuration hooks for structs library and library_symbolPetr Machata
2013-10-23Replace os_get_ltrace_conf_filename with os_get_ltrace_conf_filenamesPetr Machata
2013-10-16Sanitize interface of arch_get_sym_info/elf_get_sym_infoPetr Machata
2013-10-11Commentary fixesPetr Machata
2013-10-11Rename insert_breakpoint to insert_breakpoint_atPetr Machata
2013-10-11arch_library_init and arch_library_clone should be able to signal failurePetr Machata
2013-09-26Fix missing 'metag' in distribution tarballPeter Wu
2013-09-19Fix a comment typoPetr Machata
2013-03-26s390 set_instruction_pointer: Set highest bit in 31-bit tracerPetr Machata
2013-03-26Coding style in s390/regs.cPetr Machata
2013-03-22ltrace: Add support for Imagination Technologies MetaMarkos Chandras
2013-03-12ARM cleanupsPetr Machata
2013-03-12ARM: Stack slot is always aligned to at least 4 bytesPetr Machata
2013-03-12VFP shouldn't be used for parameter passing in vararg functions on ARMPetr Machata
2013-03-12Simplify the code for ARM parameter passingPetr Machata