Home
last modified time | relevance | path

Searched refs:handle_monitor_command (Results 1 – 12 of 12) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dtarget.h309 int (*handle_monitor_command) (char *); member
H A Dserver.c784 handle_monitor_command (char *mon) in handle_monitor_command() function
1655 if (the_target->handle_monitor_command == NULL in handle_query()
1656 || (*the_target->handle_monitor_command) (mon) == 0) in handle_query()
1658 handle_monitor_command (mon); in handle_query()
H A DChangeLog2299 (handle_monitor_command): ... here. New function.
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dtarget.h310 int (*handle_monitor_command) (char *); member
H A Dserver.c924 handle_monitor_command (char *mon, char *own_buf) in handle_monitor_command() function
1933 if (the_target->handle_monitor_command == NULL in handle_query()
1934 || (*the_target->handle_monitor_command) (mon) == 0) in handle_query()
1936 handle_monitor_command (mon, own_buf); in handle_query()
H A DChangeLog1331 * server.c: (handle_monitor_command): Add a new parameter
4337 (handle_monitor_command): ... here. New function.
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dtarget.h303 virtual int handle_monitor_command (char *mon);
H A Dtarget.cc590 process_stratum_target::handle_monitor_command (char *mon) in handle_monitor_command() function in process_stratum_target
H A Dlinux-low.h242 int handle_monitor_command (char *mon) override;
H A Dserver.cc1351 handle_monitor_command (char *mon, char *own_buf) in handle_monitor_command() function
2645 if (the_target->handle_monitor_command (mon) == 0) in handle_query()
2647 handle_monitor_command (mon, own_buf); in handle_query()
H A DChangeLog473 * server.cc (handle_monitor_command): Handle "set
3236 (process_target::handle_monitor_command): Rename as ...
3237 (process_stratum_target::handle_monitor_command): ... this.
3890 * target.cc (process_target::handle_monitor_command): Define.
3896 (linux_process_target::handle_monitor_command): Define.
5227 (handle_monitor_command): Update.
5519 * server.c (handle_monitor_command): Add debug-file option.
6714 (handle_monitor_command, captured_main): Adjust.
13958 (handle_monitor_command): Handle "monitor set debug-format".
16385 * server.c: (handle_monitor_command): Add a new parameter
[all …]
H A Dlinux-low.cc6209 linux_process_target::handle_monitor_command (char *mon) in handle_monitor_command() function in linux_process_target