forked from Imagelibrary/binutils-gdb
sim: parse_args: display getopt error ourselves
Fix a long standing todo where we let getopt write directly to stderr when an invalid option is passed. Use the sim io funcs instead as they go through the filtered callbacks that gdb wants.
This commit is contained in:
@@ -234,9 +234,7 @@ sim_open (SIM_OPEN_KIND kind,
|
||||
/* similarly if in the internal RAM region */
|
||||
sim_do_command (sd, "memory region 0xffe000,0x1000,1024");
|
||||
|
||||
/* getopt will print the error message so we just have to exit if this fails.
|
||||
FIXME: Hmmm... in the case of gdb we need getopt to call
|
||||
print_filtered. */
|
||||
/* The parser will print an error message for us, so we silently return. */
|
||||
if (sim_parse_args (sd, argv) != SIM_RC_OK)
|
||||
{
|
||||
/* Uninstall the modules to avoid memory leaks,
|
||||
|
||||
Reference in New Issue
Block a user