diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-09-24 07:40:32 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-09-24 07:40:32 +0000 |
commit | ed0616c6b78a0966e24cdcecf48ebe8e581a0448 (patch) | |
tree | 08b6c9c86853d2274b0179e8e333e02ae53f767c /gdb/ChangeLog | |
parent | fad9eaf0deff64167032634213f1070193d929f7 (diff) | |
download | gdb-ed0616c6b78a0966e24cdcecf48ebe8e581a0448.zip gdb-ed0616c6b78a0966e24cdcecf48ebe8e581a0448.tar.gz gdb-ed0616c6b78a0966e24cdcecf48ebe8e581a0448.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3c55358..5e7fd77 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,20 @@ +2007-09-24 Vladimir Prus <vladimir@codesourcery.com> + + * 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. + 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com> * infcall.c (call_function_by_hand): Handle language-specific |