aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
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
2013-03-12Implement VFP parameter passing for ARM backendPetr Machata
2013-03-12Move get_hfa_type from IA64 backend to type.c, name it type_get_hfa_typePetr Machata
2013-03-12Implement Base Procedure Call Standard for ARMPetr Machata
2013-03-12Add ARM fetch backendPetr Machata
2013-03-12Implement decoding ARM attribute sectionPetr Machata
2013-03-12Add arch_type_sizeof, arch_type_alignof to ARM backendPetr Machata
2013-03-12elf_get_section_* should return 0 if section wasn't foundPetr Machata
2013-03-12Fix tracing Thumb mode on ARMPetr Machata
2013-03-12Drop set_return_addrPetr Machata
2013-03-12Instead of smuggling the vfork return breakpoint back, ref it once morePetr Machata
2013-03-11More ARM Thumb supportPetr Machata
2013-03-11Early support for ThumbPetr Machata
2013-03-11GNU/Linux software singlestepping: store breakpoints, not addressesPetr Machata
2013-03-11More ARM software singlestepping supportPetr Machata
2013-03-11ptrace takes void* argumentsPetr Machata