OSDN Git Service

* breakpoint.c (remove_sal): New.
authorvprus <vprus>
Mon, 24 Sep 2007 07:40:31 +0000 (07:40 +0000)
committervprus <vprus>
Mon, 24 Sep 2007 07:40:31 +0000 (07:40 +0000)
commitd19d2f3d3bcf50236ccba5e0bf49bc315cdd58d8
tree52ef9d7d2f007048e6618eb6ab44da0219f6b047
parentf13838d82190af4bd7d6f81a96c1573b99a12e27
* breakpoint.c (remove_sal): New.
(expand_line_sal_maybe): New.
(create_breakpoints): Call expand_line_sal_maybe.
(clear_command): Add comment.
(breakpoint_re_set_one): Call expand_line_sal_maybe.
* linespec.c (decode_indirect): Set explicit_pc to 1.
(decode_all_digits): Set explicit_line to 1.
(append_expanded_sal): New.
(expand_line_sal): New.
* linespec.h (expand_line_sal): Declare.
* symtab.c (init_sal): Initialize explicit_pc
and explicit_line.
* symtab.h (struct symtab_and_line): New fields
explicit_pc and explicit_line.
gdb/ChangeLog
gdb/breakpoint.c
gdb/linespec.c
gdb/symtab.c
gdb/symtab.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/mb-ctor.cc [new file with mode: 0644]
gdb/testsuite/gdb.cp/mb-ctor.exp [new file with mode: 0644]
gdb/testsuite/gdb.cp/mb-templates.cc [new file with mode: 0644]
gdb/testsuite/gdb.cp/mb-templates.exp [new file with mode: 0644]