aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-03 07:53:06 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-03 07:53:06 +0000
commite5cc9f32cdebeda14cca3948b18e06c926112a6a (patch)
treeb9eee78c7fd42242058f6459d9ecd79bab2a1824 /gdb/ChangeLog
parent8a541dfccfc1ee0fdacf0e8f6d29f3cddd1d3915 (diff)
downloadgdb-e5cc9f32cdebeda14cca3948b18e06c926112a6a.zip
gdb-e5cc9f32cdebeda14cca3948b18e06c926112a6a.tar.gz
gdb-e5cc9f32cdebeda14cca3948b18e06c926112a6a.tar.bz2
prevent the "load" command from repeating
This makes sure that the `load' command does not repeat when the user presses Return again, as documented in the GDB User's Manual. gdb/ChangeLog: * symfile.c (find_sym_fns): Add call to dont_repeat.
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 6d984d2..08b2b09 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-03 Joel Brobecker <brobecker@adacore.com>
+
+ * symfile.c (find_sym_fns): Add call to dont_repeat.
+
2011-01-01 Joel Brobecker <brobecker@adacore.com>
Copyright year update in most files (performed by copyright.sh).