mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.
* monitor.c (monitor_wait): Echo program output. * dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag, add MO_PRINT_PROGRAM_OUTPUT flag.
This commit is contained in:
@@ -201,6 +201,10 @@ struct monitor_ops
|
||||
|
||||
#define MO_ADDR_BITS_REMOVE 0x100000
|
||||
|
||||
/* If set, then display target program output if prefixed by ^O. */
|
||||
|
||||
#define MO_PRINT_PROGRAM_OUTPUT 0x200000
|
||||
|
||||
#define SREC_SIZE 160
|
||||
|
||||
extern void monitor_open PARAMS ((char *args, struct monitor_ops *ops,
|
||||
|
||||
Reference in New Issue
Block a user