aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-04-19Remove special handling for fake functions on PPC to fix the testsuitePetr Machata
2012-04-19For entry point computation, take OPD into accountPetr Machata
2012-04-19Drop Process::breakpoints_enabledPetr Machata
2012-04-19Drop most of start-up magic and use startup callback insteadPetr Machata
2012-04-19read_elf takes extra argument for entry pointPetr Machata
2012-04-19CleanupPetr Machata
2012-04-19Add callbacks to breakpointsPetr 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-12Fix previous commit, which broke the common casePetr Machata
2012-04-12Limited support for returns from tail call functionsPetr 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-07CleanupsPetr Machata
2012-02-07Fix a race between fork/trace_me and first ptrace requestPetr Machata
2012-02-07Rename a misnomer ELF_HASH_TAKES_SIGNED_CHARPetr Machata
2011-11-29Update BUGS and TODO (remove the notes about thread support)Petr 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-09Leader might be stopped at this pointPetr 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
2011-10-21Remove "default" branch in the switch in task_stoppedPetr Machata
2011-10-06We have to insert breakpoint into parent, not into leaderPetr Machata
2011-10-06Add a test case for thread/vfork scenarioPetr Machata
2011-10-06Fix interplay between vfork and threadsPetr Machata
2011-10-06Trace vfork return in parent as well as in childPetr Machata
2011-10-06Fix memory error in destroy_library_symbol_chainPetr Machata
2011-10-06Add a test case for vforkPetr Machata
2011-10-06Clone breakpoint dictionary as well as library symbolsPetr Machata
2011-10-06Basic support for tracing vforkPetr Machata
2011-10-06Check whether ABI is supported before we execute the binaryPetr Machata
2011-10-06Fix reporting of failures in read_elfPetr Machata
2011-10-06Fix threading test casePetr Machata
2011-10-06Drop unused variablePetr Machata
2011-10-06Add explanatory comment to the ugly workaroundPetr Machata
2011-10-06Rewrite the whole detach logic to use stopping handlerPetr Machata
2011-10-06Don't get stuck on detach waiting for SIGSTOP to arrive to stopped processPetr Machata
2011-10-06More detach bugfixesPetr Machata