aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/trace.c
AgeCommit message (Expand)Author
2013-03-12Instead of smuggling the vfork return breakpoint back, ref it once morePetr Machata
2013-03-11GNU/Linux software singlestepping: store breakpoints, not addressesPetr Machata
2013-03-08GNU/Linux backend: guard writing through task_info pointer against NULLPetr Machata
2013-03-08Change DICT_FIND to DICT_FIND_{REF,VAL}Petr Machata
2013-03-08Rewrite dict module to be more in line with vectPetr Machata
2013-03-05Remove hacks for SPARC codePetr Machata
2013-01-30Introduce continue_after_execPetr Machata
2013-01-15Update call to arch_sw_singlestepPetr Machata
2013-01-14Rename atomic singlestep to software singlestepPetr Machata
2012-12-17Make enum ecb_status enumerators uppercasePetr Machata
2012-12-17Make enumerators of process stopping status uppercasePetr Machata
2012-12-17Make enum process_status enumerators uppercasePetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-11-07Move default PTRACE_ constants into new file trace-defs.hPetr Machata
2012-10-27Coding style in sysdeps/linux-gnu/trace.cPetr Machata
2012-09-27mipsel: Singlestep over breakpointsEdgar E. Iglesias
2012-08-29Move target_address_t to arch.h, rename to arch_addr_tPetr Machata
2012-08-29Fix memory errorsPetr Machata
2012-08-29Fix compilationPetr Machata
2012-08-29Add backend.h for backend interfacesPetr Machata
2012-08-29Move event-que declarations to sysdeps, new backend interface process_removedPetr Machata
2012-08-29Drop umovestr, umovelong that are not used anymorePetr Machata
2012-08-29Add type.c/.h, value.c/.h, value_dict.c/.hPetr Machata
2012-05-05Fix build on android, which requires that ptrace data and addr are void *Petr Machata
2012-04-25Replace some uses of error with fprintfPetr Machata
2012-04-24Add on_retract breakpoint callbackPetr Machata
2012-04-23Use the right process to insert breakpoints for stepping over atomic blockPetr Machata
2012-04-19Reinsert vfork return breakpoint in handlerPetr Machata
2012-04-19When removing atomic breakpoints, fetch data from leader, not current procPetr Machata
2012-04-19Fixes for atomic block supportPetr Machata
2012-04-19Fix post_singlestep for cases where event was already sunkPetr Machata
2012-04-19Fix rebase falloutPetr Machata
2012-04-19Call breakpoint handler if that's what we hit during stopping on linuxPetr Machata
2012-04-19Expose on_all_stopped hooks for linux stopping handlerPetr Machata
2012-04-19Updates to debugging messagesPetr Machata
2012-04-19Drop PID parameter from trace_set_optionsPetr Machata
2012-04-19Fix PLT calls on PPC64 unprelinked strippedPetr Machata
2012-04-19Configurable ugly workaround invocationPetr Machata
2012-04-19Remove "enable" flag from insert_breakpointPetr 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-19Fixes in includesPetr Machata
2012-04-19Change iterators each_task, each_process, library_each_symbolPetr Machata
2012-04-19wait_for_proc may fail, and should simply waitpid instead of ptracingPetr 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-19Create breakpoint.h with decls related to breakpointsPetr Machata
2012-04-12Add code for stepping over atomic instruction sequence on PPCPetr Machata