aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2002-09-20 15:07:15 +0000
committerFernando Nasser <fnasser@redhat.com>2002-09-20 15:07:15 +0000
commit878854263f6ac589407dc73ea1361d2075b00677 (patch)
tree4536804a3b3bddeb2a5323a6998668d4a1e36da8 /gdb/ChangeLog
parent0378c3323148fbb291d1035d9959de9d9c3a0f7b (diff)
downloadgdb-878854263f6ac589407dc73ea1361d2075b00677.zip
gdb-878854263f6ac589407dc73ea1361d2075b00677.tar.gz
gdb-878854263f6ac589407dc73ea1361d2075b00677.tar.bz2
From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
* cli/cli-cmds.c (list_command): New function. Implements the new cli edit command. (_init_cli_cmds): Add new command definition. * gdb.1: Document edit command. * doc/gdb.texinfo: Document edit command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f3cc92b..ec776f7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,13 @@
-2002-09-13 Fernando Nasser <fnasser@redhat.com>
+2002-09-20 Fernando Nasser <fnasser@redhat.com>
+
+ From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
+ * cli/cli-cmds.c (list_command): New function. Implements the new
+ cli edit command.
+ (_init_cli_cmds): Add new command definition.
+ * gdb.1: Document edit command.
+ * doc/gdb.texinfo: Document edit command.
+
+2002-09-20 Fernando Nasser <fnasser@redhat.com>
* source.c: Make global variables current_source_symtab and
current_source_line static.