aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.c
AgeCommit message (Expand)Author
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
2012-04-19Fix blunders related to bias computationsPetr Machata
2012-04-19Fix memory errors in ltelf_read_libraryPetr Machata
2012-04-19Implement @MAIN, @/path/name -e selectors, make former default for nowPetr Machata
2012-04-19Shuffle breakpoint functions aroundPetr Machata
2012-04-19Add missing implementations of default callbackPetr Machata
2012-04-19If there is no soname, take filename insteadPetr Machata
2012-04-19Don't fail when reading from NODATA sectionsPetr Machata
2012-04-19Rename one argument for consistencyPetr Machata
2012-04-19Don't pass LT_TOPLT_EXEC addresses through OPDPetr Machata
2012-04-19Add arch_elf_destroyPetr Machata
2012-04-19Don't require target library as part of symbol initPetr Machata
2012-04-19Drop recently introduced arch_elf_dynamic_tagPetr Machata
2012-04-19New ELF interface, elf_get_section_typePetr Machata
2012-04-19Drop library_symbol.is_weakPetr Machata
2012-04-19Change interface of ltelf_read_libraryPetr Machata
2012-04-19Add arch_translate_address declPetr Machata
2012-04-19Move arch-specific bits from ltrace-elf.c to PPC and MIPS back endsPetr Machata
2012-04-19Fix bias computationPetr Machata
2012-04-19Support bias, display library name on breakpointPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
2012-04-19New interface library_symbol_initPetr Machata
2012-04-19Move process-related functions and structures to proc.hPetr Machata
2012-04-19For entry point computation, take OPD into accountPetr Machata
2012-04-19Drop most of start-up magic and use startup callback insteadPetr Machata
2012-04-19read_elf takes extra argument for entry pointPetr Machata