commit | 602330f458e8049ec07685c4e02f0368821a2d2c | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Sat Jul 09 11:15:34 2011 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Thu Oct 06 14:17:57 2011 +0200 |
tree | 1e288804eac8175e8c0017cc78193d97dc6829d1 | |
parent | 98f0992f9c3fd5da41a4928407251d9f5a837702 [diff] [blame] |
Handle multi-threaded attach/detach gracefully
diff --git a/proc.c b/proc.c index 87b5a89..f896bac 100644 --- a/proc.c +++ b/proc.c
@@ -63,6 +63,7 @@ } proc = open_program(filename, pid, 1); + trace_set_options(proc, pid); continue_process(pid); proc->breakpoints_enabled = 1; }