aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.h
AgeCommit message (Expand)Author
2012-10-26Publish do_close_elf; call it on the ELF used to check arch supportPetr Machata
2012-10-26Update copyright information and license headersPetr Machata
2012-10-15Export elf_get_sym_infoEdgar E. Iglesias
2012-10-01Mark default_elf_add_plt_entry staticPetr Machata
2012-09-22Add more details to description of some backend.h declarationsPetr Machata
2012-04-30Add elf_get_section_namedPetr Machata
2012-04-30Offset in elf_read_u{16,32,64} should be 64-bit even when ltrace is 32-bitPetr Machata
2012-04-20Fix compilation on x86_64 and i386Petr Machata
2012-04-19Publish default_elf_add_plt_entryPetr Machata
2012-04-19Drop the rest of LS_TOPLT_POINT supportPetr Machata
2012-04-19Don't create PLT symbols that don't match filtering criteriaPetr Machata
2012-04-19Drop ELF_MAX_SEGMENTS, simplify iteration through dynamic entriesPetr Machata
2012-04-19Make MIPS and PPC arch.h into full-fledged include file, glue in sysdep.hPetr Machata
2012-04-19New ELF interface, elf_get_section_typePetr Machata
2012-04-19Change interface of ltelf_read_libraryPetr Machata
2012-04-19Move arch-specific bits from ltrace-elf.c to PPC and MIPS back endsPetr Machata
2012-04-19Support bias, display library name on breakpointPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
2012-04-19Move the Process typedef to proc.hPetr Machata
2012-04-19read_elf takes extra argument for entry pointPetr Machata
2011-10-06Check whether ABI is supported before we execute the binaryPetr Machata
2011-01-06Fix build for x86_64Zachary T Welch
2010-12-10Fix building with --enable-debugZachary T Welch
2010-11-28Create a function find_dynamic_entry_addr.Joe Damato
2010-11-28Add base_addr to store the base address of an ELF object.Joe Damato
2010-11-28Store the address and size of the ELF object's DYNAMIC sectionJoe Damato
2010-11-28Fix tracing on PPC32 systems with glinkPetr Machata
2010-11-28rename elf.{c,h} into ltrace-elf.{c,h}Marc Kleine-Budde