mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
remote debug console
This commit is contained in:
parent
0f0a82b8b1
commit
36c5a5c62b
9 changed files with 201 additions and 47 deletions
|
@ -230,9 +230,8 @@ public:
|
|||
virtual void rawAction(void);
|
||||
};
|
||||
|
||||
#ifdef OPACTION_DEBUG
|
||||
extern void turn_on_debugging(Funcdata *fd);
|
||||
extern void turn_off_debugging(Funcdata *fd);
|
||||
#ifdef __REMOTE_SOCKET__
|
||||
extern void connect_to_console(Funcdata *fd);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue