gdb.texinfo (Specify Location): Fix syntax of filename:function.
gdb/doc/ChangeLog: * gdb.texinfo (Specify Location): Fix syntax of filename:function.
This commit is contained in:
parent
00e474c2e9
commit
9a284c9794
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-03-02 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
* gdb.texinfo (Specify Location): Fix syntax of filename:function.
|
||||
|
||||
2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||||
|
||||
* gdb.texinfo (S/390 and System z Features): Describe new feature
|
||||
|
|
|
@ -7611,7 +7611,7 @@ of a valid expression). In Pascal and Modula-2, this is
|
|||
This form specifies the address of the function's first instruction,
|
||||
before the stack frame and arguments have been set up.
|
||||
|
||||
@item '@var{filename}'::@var{funcaddr}
|
||||
@item '@var{filename}':@var{funcaddr}
|
||||
Like @var{funcaddr} above, but also specifies the name of the source
|
||||
file explicitly. This is useful if the name of the function does not
|
||||
specify the function unambiguously, e.g., if there are several
|
||||
|
|
Loading…
Reference in a new issue