diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-08 05:28:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-08 05:28:20 +0000 |
commit | 43c53e07db6bdb75bd0fa4ee0165be0bc76ab9f0 (patch) | |
tree | 01396e67b23885e0578c685f4b9203fa6389b373 /sim/common/ChangeLog | |
parent | 1c877a7aae88483420be05c2a8f5014a228aaaaa (diff) | |
download | gdb-43c53e07db6bdb75bd0fa4ee0165be0bc76ab9f0.zip gdb-43c53e07db6bdb75bd0fa4ee0165be0bc76ab9f0.tar.gz gdb-43c53e07db6bdb75bd0fa4ee0165be0bc76ab9f0.tar.bz2 |
Add function sim_args_command() which takes a `(gdb) sim <command>' and
parses it using rules found in the simulator command-line-options
databse.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 4363d41..fe09b68 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,15 @@ +Thu May 8 12:40:07 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-options.c (sim_print_help): For optional arguments, wrap + them in []. + + * sim-trace.c (set_trace_options): New function, handle optional + argument and multiple assignment. + (trace_option_handler): Update. + + * sim-trace.c (trace_option_handler): Trace branch and not fpu + when branch tracing selected. + Wed May 7 15:19:58 1997 Andrew Cagney <cagney@b1.cygnus.com> * sim-trace.c (trace_one_insn): Make a va-args function. |