* breakpoint.c (bpstat_do_actions): Use a cleanup to restore
authorJohn Gilmore <gnu@cygnus>
Mon, 19 Aug 1991 20:55:06 +0000 (20:55 +0000)
committerJohn Gilmore <gnu@cygnus>
Mon, 19 Aug 1991 20:55:06 +0000 (20:55 +0000)
commit5c9878f19c644e782250d19f895b68d681055d86
treedbaa980e8465d3d61f8adfbec117ff452a733e65
parent361bf6eee5a8ca92d4a1b1693fd1bff0fe286799
* breakpoint.c (bpstat_do_actions):  Use a cleanup to restore
executing_breakpoint_commands if we are interrupted by error.
* coffread.c (init_lineno):  Avoid problem with zero-sized linetab
versus malloc/free.  From: john@labtam.labtam.oz.au (John Carey).
* core.c (solib_add_stub, core_open):  Call SOLIB_ADD inside a
catch_errors() so we can setup the frame regardless of whether
the shared libs work.
* ieee-float.c (double_to_ieee_extended):  Get exponent from
right place in little-endian systems.  From John Carey.
gdb/core.c
gdb/ieee-float.c
This page took 0.026634 seconds and 4 git commands to generate.