aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-11-20 17:37:35 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-11-20 17:37:35 +0000
commit568fff39de8c6bb812d8cd038467cb5b545b00ad (patch)
tree33136e9a06846b1e877b732fb65ef895c556bac6 /gdb/ChangeLog
parent592d601cd70e991dc19d245b365481225145a01a (diff)
downloadgdb-568fff39de8c6bb812d8cd038467cb5b545b00ad.zip
gdb-568fff39de8c6bb812d8cd038467cb5b545b00ad.tar.gz
gdb-568fff39de8c6bb812d8cd038467cb5b545b00ad.tar.bz2
Remove unused breakpoint fields.
* breakpoint.h (struct breakpoint): Remove from_tty and flag fields. * breakpoint.c (break_command_1): Don't set from_tty and flag field set of breakpoint. (create_ada_exception_breakpoint): Don't set the from_tty field.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 341f666..54218d7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2007-11-20 Vladimir Prus <vladimir@codesourcery.com>
+
+ Remove unused breakpoint fields.
+ * breakpoint.h (struct breakpoint): Remove
+ from_tty and flag fields.
+ * breakpoint.c (break_command_1): Don't set
+ from_tty and flag field set of breakpoint.
+ (create_ada_exception_breakpoint): Don't set
+ the from_tty field.
+
2007-11-20 David Ung <davidu@mips.com>
Maciej W. Rozycki <macro@mips.com>