* breakpoint.c (bpstat_print, bpstat_stop_status): Change to walk the
authorPeter Schauer <Peter.Schauer@mytum.de>
Thu, 1 Apr 1993 17:43:42 +0000 (17:43 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Thu, 1 Apr 1993 17:43:42 +0000 (17:43 +0000)
commit494503c776cf2a11e65f7d3e4a4635a6c64fd977
treef77b044fa217b13e9abf35fb6d06ea1f5e4dc941
parent3ac166b105e06e1022092515ac281b7d4d9fab60
* breakpoint.c (bpstat_print, bpstat_stop_status): Change to walk the
entire breakpoint chain and print only the first entry that needs to
be printed and needs to be stopped for. Fixes problems with printing
of multiple breakpoints with different conditions.
* breakpoint.c (print_it_done): Renamed from print_it_noop as it
effectively stops printing of the breakpoint chain.
* breakpoint.c (print_it_noop): New routine to print nothing
for this breakpoint entry and dont stop printing.
* breakpoint.c (breakpoint_re_set_one): mention the reevaluated
watchpoint only if it is enabled.
* mipsread.c (parse_procedure): Correct incorrect setjmp procedure
descriptor from the library to make backtraces through setjmp work.
* mipsread.c (fixup_sigtramp): Correct pcreg and fregoffset for
sigtramp.
* mips-tdep.c (read_next_frame_reg): Provide correct values for
all registers saved within sigtramp, cleanup.
gdb/ChangeLog