aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-04-07 03:42:55 +0000
committerDoug Evans <dje@google.com>2010-04-07 03:42:55 +0000
commit96e398662d34c0e443e76800974d81cfb3ead3f4 (patch)
treed39b5683fd218ee3b4e1a5ffab988e0f3bc8f92e /gdb/ChangeLog
parent6f8bcf84a1bc7412dfee32328b370b6c4599a103 (diff)
downloadgdb-96e398662d34c0e443e76800974d81cfb3ead3f4.zip
gdb-96e398662d34c0e443e76800974d81cfb3ead3f4.tar.gz
gdb-96e398662d34c0e443e76800974d81cfb3ead3f4.tar.bz2
* cli/cli-cmds.c (source_command): Run cleanups.
testsuite/ * gdb.base/source-test.gdb: New file. * gdb.base/source.exp: Test source -v.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2cc9f29..9ba91ff 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-06 Doug Evans <dje@google.com>
+
+ * cli/cli-cmds.c (source_command): Run cleanups.
+
2010-04-06 Stan Shebs <stan@codesourcery.com>
* defs.h (char_ptr): Move typedef here from...