aboutsummaryrefslogtreecommitdiff
path: root/library.h
AgeCommit message (Expand)Author
2012-10-26Update copyright information and license headersPetr Machata
2012-10-01mipsel: Replace LS_TOPLT_GOTONLY with delayed symsEdgar E. Iglesias
2012-10-01Add a list of exported names to librariesPetr Machata
2012-10-01Fix a comment in struct libraryPetr Machata
2012-10-01Add a callback that can be used for looking up symbols by namePetr Machata
2012-10-01Support latent and delayed symbolsPetr Machata
2012-09-27Add LS_TOPLT_GOTONLYEdgar E. Iglesias
2012-09-25Extract enum callback_status to a separate modulePetr Machata
2012-08-29Move target_address_t to arch.h, rename to arch_addr_tPetr Machata
2012-04-30Split arch_translate_address into this and arch_translate_address_dynPetr Machata
2012-04-19Add ARCH_HAVE_LIBRARY_DATA customization pointPetr Machata
2012-04-19library_symbol_init may failPetr Machata
2012-04-19Commentary updatesPetr Machata
2012-04-19Drop the rest of LS_TOPLT_POINT supportPetr Machata
2012-04-19Drop process.fixed_libs, enable breakpoints right awayPetr Machata
2012-04-19Address hashing and comparison functions need to work with target_address_tPetr Machata
2012-04-19Handle symbol aliasesPetr Machata
2012-04-19Don't create PLT symbols that don't match filtering criteriaPetr Machata
2012-04-19Differentiate fresh libraries from old by "key", not by base addressPetr Machata
2012-04-19Implement @MAIN, @/path/name -e selectors, make former default for nowPetr Machata
2012-04-19Shuffle breakpoint functions aroundPetr Machata
2012-04-19Support per-arch data in library_symbolPetr Machata
2012-04-19Don't require target library as part of symbol initPetr Machata
2012-04-19Drop library_symbol.is_weakPetr Machata
2012-04-19Drop library_symbol.needs_initPetr Machata
2012-04-19Add arch_translate_address declPetr Machata
2012-04-19Change iterators each_task, each_process, library_each_symbolPetr Machata
2012-04-19library_symbol_init takes target_address_t instead of GElf_AddrPetr Machata
2012-04-19Support bias, display library name on breakpointPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata