aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2025-03-03 17:13:20 +0100
committerTom de Vries <tdevries@suse.de>2025-03-03 17:13:20 +0100
commitc9ee63c0c0f30e32f30eaebb1f66c8f04d72fd0c (patch)
treef7926436dde2c60432df21c5f22cfac95cb0749d /gdb/python
parentd468657e665e4bba3c971ce8496528c496616840 (diff)
downloadbinutils-c9ee63c0c0f30e32f30eaebb1f66c8f04d72fd0c.zip
binutils-c9ee63c0c0f30e32f30eaebb1f66c8f04d72fd0c.tar.gz
binutils-c9ee63c0c0f30e32f30eaebb1f66c8f04d72fd0c.tar.bz2
[gdb/doc] Fix address location with file prefix
In the docs I read [1]: ... Address locations indicate a specific program address. They have the generalized form *address. funcaddr An address of a function or procedure derived from its name. ... 'filename':funcaddr Like 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 functions with identical names in different source files. ... This is incorrect, the notation is in fact 'filename'::funcaddr. Fix this by correcting the typo, and add a reference to "variable name conflict", where the concept is explained in more detail. Approved-By: Eli Zaretskii <eliz@gnu.org> PR gdb/32748 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32748 [1] https://sourceware.org/gdb/current/onlinedocs/gdb.html/Address-Locations.html
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions