mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user