From 58438ac18761353e6d8461c914992071d4fcb1d3 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 4 Apr 2011 17:41:07 +0000 Subject: * tracepoint.c (scope_info): Update. * symtab.c (decode_line_spec): Update. * python/python.c (gdbpy_decode_line): Update. * linespec.h (decode_line_1): Update. * linespec.c (decode_line_1): Remove 'not_found_ptr' argument. (decode_compound, find_method, symtab_from_filename) (decode_variable): Likewise. * cli/cli-cmds.c (edit_command): Update. (list_command): Update. * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr' argument. (create_breakpoint): Update. (until_break_command): Update. (addr_string_to_sals): Update. (decode_line_spec_1): Update. --- gdb/python/python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python') diff --git a/gdb/python/python.c b/gdb/python/python.c index 90d5dc8..8a7bc66 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -454,7 +454,7 @@ gdbpy_decode_line (PyObject *self, PyObject *args) arg = xstrdup (arg); make_cleanup (xfree, arg); copy = arg; - sals = decode_line_1 (©, 0, 0, 0, 0, 0); + sals = decode_line_1 (©, 0, 0, 0, 0); make_cleanup (xfree, sals.sals); } else -- cgit v1.1