aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0baf6b5..c5d7d29 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
+ * main.c (captured_main): Define struct cmdarg. Change type of cmdarg.
+ Add new options --eval-command and alias -ex.
+ Adjust --command to use the new struct cmdarg.
+ Execute commands given with --eval-command.
+ (print_gdb_help): Add new options --eval-command, -ex and mention -x.
+
+2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
+
* main.c (main): Use INTERP_TUI instead of "tui".
Set interpreter to INTERP_INSIGHT when '-w' given.
* interps.h (INTERP_INSIGHT): New define.