diff options
author | Keith Seitz <keiths@redhat.com> | 2022-02-28 07:40:23 -0800 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2022-02-28 07:40:23 -0800 |
commit | ea764154c27a11619ba764a4c92f395ba5007234 (patch) | |
tree | e6671b347bf82bfa0f19df1dec4575a9c8dc0168 /gdb/python/py-infthread.c | |
parent | e008305278cb42a576107cd8aa9f0b182eea1af2 (diff) | |
download | binutils-ea764154c27a11619ba764a4c92f395ba5007234.zip binutils-ea764154c27a11619ba764a4c92f395ba5007234.tar.gz binutils-ea764154c27a11619ba764a4c92f395ba5007234.tar.bz2 |
Error when gdb_is_target_1 is called without running gdb instance
This is a snafu that I encountered while implementing the previous
patch, which attempted to use gdb_is_target_native. This proc and
gdb_is_target_remote both rely on gdb_is_target_1, which actually
cannot be called without gdb already running.
This patch adds appropriate warning comments to these procs and
causes gdb_is_target_1 to issue a Tcl error if it is called without a
gdb instance already running. This should prevent unwitting callers
from using this at the wrong time.
Diffstat (limited to 'gdb/python/py-infthread.c')
0 files changed, 0 insertions, 0 deletions