mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation
Both Python and Guile documentations misspelled SYMBOL_FUNCTIONS_DOMAIN, writing SYMBOL_FUNCTION_DOMAIN instead. This obvious commit fixes it. gdb/doc/ChangeLog: 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com> PR gdb/21606 * python.texi (Python representation of Symbols.): Replace SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo. * guile.texi (Guile representation of Symbols.): Likewise.
This commit is contained in:
parent
eceb74ca64
commit
eb83230b4d
@ -1,3 +1,10 @@
|
||||
2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
PR gdb/21606
|
||||
* python.texi (Python representation of Symbols.): Replace
|
||||
SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
|
||||
* guile.texi (Guile representation of Symbols.): Likewise.
|
||||
|
||||
2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* gdb.texinfo (Optional Messages about Internal Happenings):
|
||||
|
@ -2769,7 +2769,7 @@ This domain contains names of labels (for gotos).
|
||||
This domain holds a subset of the @code{SYMBOLS_VAR_DOMAIN}; it
|
||||
contains everything minus functions and types.
|
||||
|
||||
@item SYMBOL_FUNCTION_DOMAIN
|
||||
@item SYMBOL_FUNCTIONS_DOMAIN
|
||||
This domain contains all functions.
|
||||
|
||||
@item SYMBOL_TYPES_DOMAIN
|
||||
|
@ -4559,7 +4559,7 @@ This domain holds a subset of the @code{SYMBOLS_VAR_DOMAIN}; it
|
||||
contains everything minus functions and types.
|
||||
|
||||
@vindex SYMBOL_FUNCTIONS_DOMAIN
|
||||
@item gdb.SYMBOL_FUNCTION_DOMAIN
|
||||
@item gdb.SYMBOL_FUNCTIONS_DOMAIN
|
||||
This domain contains all functions.
|
||||
|
||||
@vindex SYMBOL_TYPES_DOMAIN
|
||||
|
Loading…
Reference in New Issue
Block a user