]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Minor tidyings to the debugger-attach code, as part of a failed
authorJulian Seward <jseward@acm.org>
Mon, 19 Nov 2007 02:01:01 +0000 (02:01 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 19 Nov 2007 02:01:01 +0000 (02:01 +0000)
commit5343a25e2beac38599a11463ec539b8067f42261
tree7c1f8a63163d41946afe69ab13126f43804c5ec1
parente6ab39f17075ec40c9e76c5e6ce551ef55af4ded
Minor tidyings to the debugger-attach code, as part of a failed
attempt to fix debugger attach on ppc32-linux and ppc64-linux (see
#151908).  The fork/ptrace-based mechanism works fine for x86-linux
and amd64-linux but not on ppc.  I have no idea what is going on.

It seems like the forked child process (to which we will attach GDB)
does not stop when it does PTRACE_TRACE_ME and so things go downhill
very rapidly after that.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7184
coregrind/m_debugger.c
coregrind/m_errormgr.c