Changing bootstrapping for pipes between debugger and debuggee
authorandy@galois.com <unknown>
Wed, 10 Jan 2007 20:26:35 +0000 (20:26 +0000)
committerandy@galois.com <unknown>
Wed, 10 Jan 2007 20:26:35 +0000 (20:26 +0000)
commit75580f64702def71bc1e53f3e2c8cc5d09e0fa6e
tree8798adbc4ae3fe15c0430d4ca97309c107717b46
parent317a95824cde3c72c6234f5a28c4c53d452f964e
Changing bootstrapping for pipes between debugger and debuggee

 - Now we use two pipes and a fork rather than use named pipes
 - We use the HPCRIX env var to send the pipe numbers in %d:%d format
 - We now always breakpoint for special events
 - We check to see we are the original process before each breakpoint event
   sub processes are not debugged; this lets us debug the debugger.
rts/Hpc.c