Remove unused breakpoint fields.
authorVladimir Prus <vladimir@codesourcery.com>
Tue, 20 Nov 2007 17:37:35 +0000 (17:37 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Tue, 20 Nov 2007 17:37:35 +0000 (17:37 +0000)
commit568fff39de8c6bb812d8cd038467cb5b545b00ad
tree33136e9a06846b1e877b732fb65ef895c556bac6
parent592d601cd70e991dc19d245b365481225145a01a
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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h