mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
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>
This commit is contained in:
committed by
Simon Marchi
parent
035068a0cd
commit
824dd26e97
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user