commit | 6fdf95ae532c61263e19e2036cfe3057bb928385 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon Feb 05 16:13:58 2024 -0500 |
committer | Simon Marchi <simon.marchi@efficios.com> | Tue Feb 06 10:57:55 2024 -0500 |
tree | 9b043bfe97a012c33e3a9e0661e6c184ffedccf8 | |
parent | 0afc614c9938fbf5eda10a26c77d574c3c2f945a [diff] |
gdb: remove core_bfd macro The core_bfd macro hides a use of current_program_space. Remove it, so that we have the opportunity to get the program space from the context, if possible. I guess that the macro was introduced at some point to replace a global variable of the same name without changing all the uses. Change-Id: I971a65b29b5e5a5941f3cb7ea234547daa787268 Approved-By: Tom Tromey <tom@tromey.com>