aboutsummaryrefslogtreecommitdiff
path: root/libltrace.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2011-07-08 22:58:12 +0200
committerPetr Machata <pmachata@redhat.com>2011-10-06 14:17:56 +0200
commitc7585b60235268e1f62bd91c5f040ef6df6e0ef3 (patch)
tree1b8ba4550f5f6302e4dde3688f55b482ea19eeba /libltrace.c
parent6901b7e429f7e92440f3501df864ad74b39f66c2 (diff)
downloadltrace-c7585b60235268e1f62bd91c5f040ef6df6e0ef3.tar.gz
Add argument that defines whether we should enable breakpoints
Diffstat (limited to 'libltrace.c')
-rw-r--r--libltrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libltrace.c b/libltrace.c
index 1d7f190..5408fb6 100644
--- a/libltrace.c
+++ b/libltrace.c
@@ -108,7 +108,7 @@ ltrace_init(int argc, char **argv) {
}
}
if (command) {
- open_program(command, execute_program(command, argv));
+ open_program(command, execute_program(command, argv), 0);
}
opt_p_tmp = opt_p;
while (opt_p_tmp) {