diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2024-04-23 15:22:41 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2024-04-25 12:58:49 -0400 |
commit | 824dd26e97d6729d60d23ffc3c6dc27dec9b657e (patch) | |
tree | 63f043c56e1f2214bc4e90db0dca9ff4dd6eb9f7 /gdb/thread.c | |
parent | 035068a0cd846653e1fb0903aece42f4258803fb (diff) | |
download | binutils-824dd26e97d6729d60d23ffc3c6dc27dec9b657e.zip binutils-824dd26e97d6729d60d23ffc3c6dc27dec9b657e.tar.gz binutils-824dd26e97d6729d60d23ffc3c6dc27dec9b657e.tar.bz2 |
gdb: move execute function declarations from gdbcmd.h to top.h
These functions are implemented in top.c, move their declarations to
top.h.
Change-Id: I8893ef91d955156a6530734fefe8002d78c3e5fc
Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index 60a1bef..43c28be 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -24,6 +24,7 @@ #include "frame.h" #include "inferior.h" #include "gdbsupport/environ.h" +#include "top.h" #include "value.h" #include "target.h" #include "gdbthread.h" |