diff options
author | Tom Tromey <tromey@adacore.com> | 2023-02-16 10:42:22 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-06-12 11:51:52 -0600 |
commit | 2c4c710f56990c169243702f0d7d3a7fecc5d090 (patch) | |
tree | 91bb7a06023c2d5b013be31c0a7224e99aea48b4 /gdb/python/py-registers.c | |
parent | 03f531ea22222b4dcbf3092185e011ab0cd21ed4 (diff) | |
download | gdb-2c4c710f56990c169243702f0d7d3a7fecc5d090.zip gdb-2c4c710f56990c169243702f0d7d3a7fecc5d090.tar.gz gdb-2c4c710f56990c169243702f0d7d3a7fecc5d090.tar.bz2 |
Don't require inferior execution for Ada catchpoints
Currently, Ada catchpoints require that the inferior be running.
However, there's no deep reason for this -- for example, C++ exception
catchpoints do not have this requirement. Instead, those work like
ordinary breakpoints: they are pending until the needed runtime
locations are seen.
This patch changes Ada catchpoints to work the same way.
Diffstat (limited to 'gdb/python/py-registers.c')
0 files changed, 0 insertions, 0 deletions