aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-breakpoint.c
diff options
context:
space:
mode:
authorGuinevere Larsen <guinevere@redhat.com>2024-09-09 12:56:42 -0300
committerGuinevere Larsen <guinevere@redhat.com>2024-09-20 17:02:02 -0300
commit5b64a6127f9898e45374de4fe76e3538b3ada532 (patch)
tree4ab0e374a2464f4ccb909c4080c5ef62f81e270f /gdb/python/py-breakpoint.c
parent890f0ceb616bf64caee9d09c7b14159f19fd7111 (diff)
downloadbinutils-5b64a6127f9898e45374de4fe76e3538b3ada532.zip
binutils-5b64a6127f9898e45374de4fe76e3538b3ada532.tar.gz
binutils-5b64a6127f9898e45374de4fe76e3538b3ada532.tar.bz2
gdb: Move process_one_symbol to stabsread.c
The function process_one_symbol was defined in the file dbxread.c, but this function is used by all file formats that handle stabs debug information. It makes much more sense for it to be in the stabsread.c file instead. To move that function, many other static functions had to be moved from dbxread. A few were only used by process_one_symbol, so they're still static, but most were used by other functions still in dbxread, so they are being exported by stabsread.h Finally, the registry entry has been moved as well, seeing as it was already exported by gdb-stabs.h, and stabsread.c will need it to properly use the newly added function. With this change, reading mdebug files is totally independent of reading dbx. Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb/python/py-breakpoint.c')
0 files changed, 0 insertions, 0 deletions