| commit | fa2aefc32eb4196966a14d1e7def931652f40d46 | [log] [tgz] |
|---|---|---|
| author | Joe Damato <ice799@gmail.com> | Sat Oct 30 19:56:50 2010 -0700 |
| committer | Joe Damato <ice799@gmail.com> | Sun Nov 28 20:07:58 2010 -0800 |
| tree | 1cf4edb3117d1da86aec9b641cf5ad118286c0b4 | |
| parent | d568f51920d5b2e0813cb5bb7e3cca10fc404623 [diff] [blame] |
Merge -g option which avoids tracing libraries linked at compile time.
diff --git a/handle_event.c b/handle_event.c index a502793..728ab65 100644 --- a/handle_event.c +++ b/handle_event.c
@@ -627,7 +627,7 @@ return; } - if (event->proc->state != STATE_IGNORED) { + if (event->proc->state != STATE_IGNORED && !options.no_plt) { output_line(event->proc, "unexpected breakpoint at %p", (void *)event->e_un.brk_addr); }