diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
2 files changed, 8 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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index fcbbd6c..e023058 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -6361,6 +6361,9 @@ Specifies the line @var{linenum} in the source file @var{filename}. Specifies the line that begins the body of the function @var{function}. For example, in C, this is the line with the open brace. +@item @var{function}:@var{label} +Specifies the line where @var{label} appears in @var{function}. + @item @var{filename}:@var{function} Specifies the line that begins the body of the function @var{function} in the file @var{filename}. You only need the file name with a |