mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* remote-sim.c (simulator_command): Add comment about dealing with
NULL or empty args.
start-sanitize-tic80
* Makefile.in (tic80-tdep.o): Add target.
* configure.tgt: Add tic80 case.
* tic80-tdep.c: New file.
* config/tic80/{tic80.mt, tm-tic80.h}: New files.
end-sanitize-tic80
This commit is contained in:
@@ -709,7 +709,8 @@ simulator_command (args, from_tty)
|
||||
/* Note that if the simulator hasn't been opened, gdbsim_desc == NULL
|
||||
which is correct (??? assuming of course one wishes to continue to
|
||||
allow commands to be sent to unopened simulators, which isn't entirely
|
||||
unreasonable). */
|
||||
unreasonable). Simulators should be prepared to deal with any
|
||||
combination of NULL or empty args. */
|
||||
sim_do_command (gdbsim_desc, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user