summaryrefslogtreecommitdiff
path: root/gdb/linespec.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-04-04 17:41:05 +0000
committerTom Tromey <tromey@redhat.com>2011-04-04 17:41:05 +0000
commit7f71565092a430e0a7509868b7279497db6f7cbe (patch)
treee0486ba1d8870b166b07b49fbeb7d62cb049d45a /gdb/linespec.h
parentaad8a4a6da24f2475672c9145ed7ec0aa1f6e1fc (diff)
downloadgdb-7f71565092a430e0a7509868b7279497db6f7cbe.tar.gz
* 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.
Diffstat (limited to 'gdb/linespec.h')
-rw-r--r--gdb/linespec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linespec.h b/gdb/linespec.h
index d8d2ec9013e..3c86af36cbd 100644
--- a/gdb/linespec.h
+++ b/gdb/linespec.h
@@ -46,6 +46,6 @@ extern void init_linespec_result (struct linespec_result *);
extern struct symtabs_and_lines
decode_line_1 (char **argptr, int funfirstline,
struct symtab *default_symtab, int default_line,
- struct linespec_result *canonical, int *not_found_ptr);
+ struct linespec_result *canonical);
#endif /* defined (LINESPEC_H) */