aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-19Drop ELF_MAX_SEGMENTS, simplify iteration through dynamic entriesPetr Machata
2012-04-19If there is no soname, take filename insteadPetr Machata
2012-04-19Remove "enable" flag from insert_breakpointPetr Machata
2012-04-19Somewhat working tracing of stripped unprelinked PPC64 binariesPetr Machata
2012-04-19Further generalize the process stopping handlerPetr Machata
2012-04-19Add CBS_FAIL to enum callback_statusPetr Machata
2012-04-19Move declarations related to process stopping handler to a new file trace.hPetr Machata
2012-04-19Generalize the stopping handler so that it can be reusedPetr Machata
2012-04-19Error reporting in PPC back endPetr Machata
2012-04-19Support tracing prelinked stripped PPC64 binariesPetr Machata
2012-04-19Generalize load_ppcgot in PPC back endPetr Machata
2012-04-19Don't fail when reading from NODATA sectionsPetr Machata
2012-04-19Rename one argument for consistencyPetr Machata
2012-04-19Support per-arch data in library_symbolPetr Machata
2012-04-19Add a new breakpoint callback: on_continuePetr Machata
2012-04-19Add breakpoint_set_callbacks, split off breakpoint_init, adjust callersPetr Machata
2012-04-19Don't pass LT_TOPLT_EXEC addresses through OPDPetr Machata
2012-04-19New interface breakpoint_namePetr Machata
2012-04-19Add arch_breakpoint_destroy as a counterpart to arch_breakpoint_initPetr Machata
2012-04-19Better handling of errors in the code that looks for PPC64 stub symbolsPetr Machata
2012-04-19Support for tracing on PPC64 with stub symbols in symbol tablePetr Machata
2012-04-19Make MIPS and PPC arch.h into full-fledged include file, glue in sysdep.hPetr 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-19Output formatting nitPetr Machata
2012-04-19Drop library_symbol.needs_initPetr Machata
2012-04-19Support tracing PPC32 processes with both BSS and secure PLTsPetr Machata
2012-04-19Change interface of ltelf_read_libraryPetr Machata
2012-04-19Add arch_translate_address declPetr Machata
2012-04-19Error handlingPetr Machata
2012-04-19Move arch-specific bits from ltrace-elf.c to PPC and MIPS back endsPetr Machata
2012-04-19Fixes in includesPetr 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-19remove_proc shouldn't free proc itseltPetr Machata
2012-04-19Fix bias computationPetr Machata
2012-04-19wait_for_proc may fail, and should simply waitpid instead of ptracingPetr 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-19Output const correctnessPetr Machata
2012-04-19Dict const correctnessPetr Machata
2012-04-19Move the Process typedef to proc.hPetr Machata
2012-04-19Move process-related functions and structures to proc.hPetr Machata
2012-04-19Another PPC-related bit to removePetr Machata
2012-04-19Remove another bit of PPC-related crudPetr Machata
2012-04-19Remove Breakpoint typedefPetr Machata