aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2012-04-19Support cross tracing from librariesPetr Machata
2012-04-19Make several breakpoint callback names more systematicPetr Machata
2012-04-19Shuffle breakpoint functions aroundPetr Machata
2012-04-19Configurable ugly workaround invocationPetr Machata
2012-04-19Add missing implementations of default callbackPetr Machata
2012-04-19Whitespace fixPetr Machata
2012-04-19Drop ELF_MAX_SEGMENTS, simplify iteration through dynamic entriesPetr 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-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-19Support per-arch data in library_symbolPetr 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-19Drop library_symbol.is_weakPetr 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-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-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-19Move process-related functions and structures to proc.hPetr Machata
2012-04-19Remove Breakpoint typedefPetr Machata
2012-04-19Drop Process::breakpoints_enabledPetr Machata
2012-04-19Drop most of start-up magic and use startup callback insteadPetr Machata
2012-04-19CleanupPetr Machata
2012-04-19Create breakpoint.h with decls related to breakpointsPetr Machata
2012-04-12Add code for stepping over atomic instruction sequence on PPCPetr Machata
2012-04-11Handle detach from sleeping or unresponsive processesPetr Machata
2012-04-10Warn when we fail to trace and SELinux boolean deny_ptrace is in effectPetr Machata
2012-02-07Fix a race between fork/trace_me and first ptrace requestPetr Machata
2011-11-22Turn in a workaround for seeing a process as R after waitpid (should be T)Petr Machata
2011-11-22Be more fault tolerant on ia64Petr Machata
2011-11-09Only delay continuing the process if we are actually mid-_stopping_Petr Machata
2011-11-02Don't queue sysret eventsPetr Machata
2011-11-02More robust fix of signal-before-singlestep problemPetr Machata
2011-10-21Signal event may arrive before we finish singlesteppingPetr Machata