diff options
author | Pedro Alves <palves@redhat.com> | 2013-03-26 18:40:46 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-03-26 18:40:46 +0000 |
commit | b75bf48806da76ecb26ae64a69bf013cf978b9e0 (patch) | |
tree | 126b99dd4c8ea728cec686f317042e4b2ed72aa9 /gdb/ChangeLog | |
parent | 4043f22ba52bfe6a7175a9b5ff7166c1bd4724cc (diff) | |
download | gdb-b75bf48806da76ecb26ae64a69bf013cf978b9e0.zip gdb-b75bf48806da76ecb26ae64a69bf013cf978b9e0.tar.gz gdb-b75bf48806da76ecb26ae64a69bf013cf978b9e0.tar.bz2 |
Make "set/show debug coff_pe_read" a zuinteger instead of uinteger.
Being a uinteger means you can't disable debug output after enabling it...
(gdb) show debug coff_pe_read
Coff PE read debugging is 0.
(gdb) set debug coff_pe_read 0
(gdb) show debug coff_pe_read
Coff PE read debugging is unlimited.
(gdb)
gdb/
2013-03-26 Pedro Alves <palves@redhat.com>
* coff-pe-read.c (_initialize_coff_pe_read): Make the command
zuinteger instead of uinteger.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7551eaf..7d20af0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-03-26 Pedro Alves <palves@redhat.com> + * coff-pe-read.c (_initialize_coff_pe_read): Make the command + zuinteger instead of uinteger. + +2013-03-26 Pedro Alves <palves@redhat.com> + * record.c (record_insn_history_size_setshow_var) (record_call_history_size_setshow_var): New globals. (command_size_to_target_size): New function. |