OSDN Git Service

2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 17 Dec 2003 21:47:46 +0000 (21:47 +0000)
committerjjohnstn <jjohnstn>
Wed, 17 Dec 2003 21:47:46 +0000 (21:47 +0000)
commita9f5cc32b702dd76ba4f31eaa0666bcf9f26b526
tree1dec4415477b943bd762e1118ff8a024b1ef37f7
parenta4381b1a51bf729f3f3e67b813568c268de8d138
2003-12-17  Jeff Johnston  <jjohnstn@redhat.com>

        * linespec.h (decode_line_1): Add new not_found_ptr parameter.
        * linespec.c (decode_line_1): Add new parameter.  Pass on
        new parameter to decode_variable and symtab_from_filename
        functions.
        (decode_variable): Add new not_found_ptr parameter.  Throw exception
        rather than failing if the not_found_ptr is non-null and the
        function is not found.
        (symtab_from_filename): Add new not_found_ptr parametr.   Throw
        exception rather than failing if the not_found_ptr is non-null and
        the source file is not found.
        * breakpoint.c: Change all callers of decode_line_1 to add default
        extra parameter for decode_line_1 calls.
        * tracepoint.c: Ditto.
        * cli/cli-cmds.c: Ditto.
gdb/ChangeLog
gdb/breakpoint.c
gdb/cli/cli-cmds.c
gdb/linespec.c
gdb/linespec.h
gdb/tracepoint.c