From c7585b60235268e1f62bd91c5f040ef6df6e0ef3 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Fri, 8 Jul 2011 22:58:12 +0200 Subject: Add argument that defines whether we should enable breakpoints --- libltrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libltrace.c') 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) { -- cgit v1.2.3