diff options
author | Tom Tromey <tromey@redhat.com> | 2011-03-24 20:25:17 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-03-24 20:25:17 +0000 |
commit | 9ef07c8ca4143ec17557e855fe05bb0cd55283b4 (patch) | |
tree | 33c0fd2374d51b00ec5662ddbef427f613c4ef8f /gdb/doc/ChangeLog | |
parent | 56435ebec80eae3bd6511f386f9a86f8703b3de8 (diff) | |
download | gdb-9ef07c8ca4143ec17557e855fe05bb0cd55283b4.zip gdb-9ef07c8ca4143ec17557e855fe05bb0cd55283b4.tar.gz gdb-9ef07c8ca4143ec17557e855fe05bb0cd55283b4.tar.bz2 |
gdb
PR breakpoints/11816:
* linespec.c (decode_line_1): Parse `function:label' linespecs.
(decode_compound): Update.
(find_function_symbol): New function.
(decode_dollar): Update.
(decode_label): Add 'function_symbol' parameter. Handle
function-relative labels.
(decode_variable): Update.
(symbol_found): Add 'function_symbol' parameter. Use label's PC,
not its line. Set `special_display' and canonical name for
labels.
gdb/doc
* gdb.texinfo (Specify Location): Document `function:label'
linespec.
gdb/testsuite
* gdb.base/label.exp: Use `main:there' linespec. Add re-running
test.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d3527de..6830f36 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-24 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Specify Location): Document `function:label' + linespec. + 2011-03-18 Phil Muldoon <pmuldoon@redhat.com> PR python/12149 |