diff options
author | Tom de Vries <tdevries@suse.de> | 2025-03-03 17:13:20 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-03-03 17:13:20 +0100 |
commit | d468657e665e4bba3c971ce8496528c496616840 (patch) | |
tree | da6526b9a74c60f7051656d378c14398589b22ba /gdb/python | |
parent | c4852a6f24087c296da7d3879b72fadd4b81858e (diff) | |
download | binutils-d468657e665e4bba3c971ce8496528c496616840.zip binutils-d468657e665e4bba3c971ce8496528c496616840.tar.gz binutils-d468657e665e4bba3c971ce8496528c496616840.tar.bz2 |
[gdb/doc] Don't advertise *&function for pascal and modula-2
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.
...
In Pascal and Modula-2, this is &function.
...
I tried "break *&function" for Pascal and Modula-2, and this doesn't work,
while "break *function" works fine.
Fix this by updating the documentation to reflect actual behaviour.
Approved-By: Eli Zaretskii <eliz@gnu.org>
PR gdb/32754
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32754
[1] https://sourceware.org/gdb/current/onlinedocs/gdb.html/Address-Locations.html
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions