mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* server.c (monitor_show_help): Add "exit".
This commit is contained in:
@ -1,11 +1,15 @@
|
|||||||
|
2008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* server.c (monitor_show_help): Add "exit".
|
||||||
|
|
||||||
2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
|
2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
|
||||||
|
|
||||||
* gdbserver/Makefile.in (SFILES): Add linux-xtensa-low.c.
|
* Makefile.in (SFILES): Add linux-xtensa-low.c.
|
||||||
(clean): Add reg-xtensa.c.
|
(clean): Add reg-xtensa.c.
|
||||||
(linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
|
(linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
|
||||||
* gdbserver/configure.srv (xtensa*-*-linux*) New target.
|
* configure.srv (xtensa*-*-linux*) New target.
|
||||||
* gdbserver/linux-xtensa-low.c: New.
|
* linux-xtensa-low.c: New.
|
||||||
* gdbserver/xtensa-xtregs.c: New.
|
* xtensa-xtregs.c: New.
|
||||||
|
|
||||||
2008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
|
2008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||||
|
|
||||||
|
@ -268,6 +268,8 @@ monitor_show_help (void)
|
|||||||
monitor_output (" Enable general debugging messages\n");
|
monitor_output (" Enable general debugging messages\n");
|
||||||
monitor_output (" set remote-debug <0|1>\n");
|
monitor_output (" set remote-debug <0|1>\n");
|
||||||
monitor_output (" Enable remote protocol debugging messages\n");
|
monitor_output (" Enable remote protocol debugging messages\n");
|
||||||
|
monitor_output (" exit\n");
|
||||||
|
monitor_output (" Quit GDBserver\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
#define require_running(BUF) \
|
#define require_running(BUF) \
|
||||||
|
Reference in New Issue
Block a user