aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-09-25 02:31:51 +0000
committerAndrew Cagney <cagney@redhat.com>2001-09-25 02:31:51 +0000
commit4f3379724d512db262eee1a6a8dc8938f11ee4a1 (patch)
treed9e2975f88fb825ec22038142bda2e201e0a24da /gdb/ChangeLog
parent0163999c221700f08b7b86e6b1480d9d5266d018 (diff)
downloadgdb-4f3379724d512db262eee1a6a8dc8938f11ee4a1.zip
gdb-4f3379724d512db262eee1a6a8dc8938f11ee4a1.tar.gz
gdb-4f3379724d512db262eee1a6a8dc8938f11ee4a1.tar.bz2
* maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): New
variables. (maintenance_set_profile_cmd): New function. (maintenance_show_cmd, maintenance_set_cmd): New functions. (_initialize_maint_cmds): Add "maintenance set" and "maintenance show" and, commented out, "maintenance set/show profile" commands.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2642687..6181544 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2001-09-24 Andrew Cagney <ac131313@redhat.com>
+ * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): New
+ variables.
+ (maintenance_set_profile_cmd): New function.
+ (maintenance_show_cmd, maintenance_set_cmd): New functions.
+ (_initialize_maint_cmds): Add "maintenance set" and "maintenance
+ show" and, commented out, "maintenance set/show profile" commands.
+
+2001-09-24 Andrew Cagney <ac131313@redhat.com>
+
* findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARG
convert the pointer into a CORE_ADDRs.