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/stack.c | |
parent | 035068a0cd846653e1fb0903aece42f4258803fb (diff) | |
download | fsf-binutils-gdb-824dd26e97d6729d60d23ffc3c6dc27dec9b657e.zip fsf-binutils-gdb-824dd26e97d6729d60d23ffc3c6dc27dec9b657e.tar.gz fsf-binutils-gdb-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/stack.c')
-rw-r--r-- | gdb/stack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index d183254..fae1fce 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -19,6 +19,7 @@ #include "event-top.h" #include "extract-store-integer.h" +#include "top.h" #include "value.h" #include "symtab.h" #include "gdbtypes.h" |