aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.c
AgeCommit message (Expand)Author
2012-12-17Make enum plt_status enumerators uppercasePetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-12-10rindex is defined in strings.hPetr Machata
2012-12-05Don't mangle static symbol names internallyPetr Machata
2012-10-31Publish default_elf_add_plt_entryPetr Machata
2012-10-30Fix cross-tracing PIE binariesPetr Machata
2012-10-27Fix memory handling of pid2name resultPetr Machata
2012-10-26Publish do_close_elf; call it on the ELF used to check arch supportPetr Machata
2012-10-24Fix compilation on i386Petr Machata
2012-10-24Support tracing PIE executablesPetr Machata
2012-10-15Export elf_get_sym_infoEdgar E. Iglesias
2012-10-01Merge new symbols properly with the symbols already in the libraryPetr Machata
2012-10-01If -l is requested, keep latent PLT entriesPetr Machata
2012-10-01When loading a library, load also a list of exported names, if requestedPetr Machata
2012-10-01Append default PLT entry to the symbols returned by arch_elf_add_plt_entryPetr Machata
2012-10-01Mark default_elf_add_plt_entry staticPetr Machata
2012-09-27Break out the symbol info gathering into a backend callEdgar E. Iglesias
2012-09-03Remove remnants of PLT_REINITIALISATION_BPPetr Machata
2012-08-29Track elf class in struct ProcessPetr Machata
2012-08-29Move target_address_t to arch.h, rename to arch_addr_tPetr Machata
2012-08-29Merge i386 and x86_64 back ends into a general x86Petr Machata
2012-08-29Fix compilationPetr Machata
2012-08-29Add backend.h for backend interfacesPetr Machata
2012-08-29Hide linux specific headersAndrey Zonov
2012-05-18Don't consider STN_UNDEF symbols for breakpointsPetr Machata
2012-05-01Fix 32-bit buildsPetr Machata
2012-04-30Split arch_translate_address into this and arch_translate_address_dynPetr 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-30Ignore version string in symbol namePetr Machata
2012-04-25Replace some uses of error with fprintfPetr Machata
2012-04-19Clarify codePetr Machata
2012-04-19The interface arch_elf_init now takes library as one argumentPetr Machata
2012-04-19Drop PPC-specific leftover form ltrace-elf.cPetr Machata
2012-04-19Add casts where we convert from wide integer to narrow pointerPetr Machata
2012-04-19library_symbol_init may failPetr Machata
2012-04-19NitsPetr Machata
2012-04-19Actually use the cloned pathname in ltelf_read_libraryPetr Machata
2012-04-19Don't translate symbols that don't point to OPD but to .textPetr Machata
2012-04-19Drop the rest of LS_TOPLT_POINT supportPetr Machata
2012-04-19Read from passed-in symbol table, not from .symtabPetr Machata
2012-04-19Don't annotate symbol name with @soname for main binaryPetr Machata
2012-04-19Drop leftover fprintf'sPetr Machata
2012-04-19Support one artificial and one symbolic breakpoint at the same addressPetr Machata
2012-04-19Handle symbol aliasesPetr Machata
2012-04-19Don't trace _start until we support more breakpoints per addressPetr Machata
2012-04-19Change the way we initialize pathname and soname in ltrace-elfPetr Machata
2012-04-19Elementary support for -xPetr Machata
2012-04-19Don't create PLT symbols that don't match filtering criteriaPetr Machata
2012-04-19Duplicate library pathnamePetr Machata