forked from Imagelibrary/binutils-gdb
gdb:
* common/agent.c (agent_loaded_p): New.
(agent_look_up_symbols): New global.
* common/agent.h: Declare agent_loaded_p.
gdb/gdbserver:
* Makefile.in (linux-low.o): Keep dependence on agent.h.
(linux-x86-low.o): Likewise.
* server.h: Remove in_process_agent_loaded.
* tracepoint.c (in_process_agent_loaded): Removed. Moved it
common/agent.c.
Update callers.
This commit is contained in:
@@ -33,6 +33,8 @@ int agent_look_up_symbols (void);
|
||||
thread. */
|
||||
#define IPA_CMD_BUF_SIZE 1024
|
||||
|
||||
int agent_loaded_p (void);
|
||||
|
||||
extern int debug_agent;
|
||||
|
||||
extern int use_agent;
|
||||
|
||||
Reference in New Issue
Block a user