aboutsummaryrefslogtreecommitdiff
path: root/library.c
AgeCommit message (Expand)Author
2013-10-23Allow the prototype to be specified directly at the symbolPetr Machata
2013-10-23Allow per-OS configuration hooks for structs library and library_symbolPetr Machata
2013-10-11arch_library_init and arch_library_clone should be able to signal failurePetr Machata
2013-03-08Properly handle partial success when cloning a libraryPetr Machata
2013-03-08Consolidate two duplicate conditional strdup wrappers to strdup_ifPetr Machata
2013-03-08Each struct library should have its own struct protolibPetr Machata
2013-03-08Rewrite dict module to be more in line with vectPetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-11-07Add library_symbol_delayed_cb iteration predicatePetr Machata
2012-10-27Fixes in library_clonePetr Machata
2012-10-27Fix memory error in library_clonePetr Machata
2012-10-27Release exported namesPetr Machata
2012-10-01Add a list of exported names to librariesPetr 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-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-08-29Fix includes in PPC back endPetr Machata
2012-08-29Fix memory errorsPetr Machata
2012-08-29Prevent using of uninitialized valueAndrey Zonov
2012-04-19Add ARCH_HAVE_LIBRARY_DATA customization pointPetr Machata
2012-04-19Hash should be computed from value, not ddressPetr Machata
2012-04-19Add arch_library_symbol arch hooks, call properlyPetr Machata
2012-04-19library_symbol_init may failPetr 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-19Add CBS_FAIL to enum callback_statusPetr Machata
2012-04-19Add arch_breakpoint_destroy as a counterpart to arch_breakpoint_initPetr 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-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