* buildsym.c (finish_block): Fix thinko `inner block' complaints.
authorJohn Gilmore <gnu@cygnus>
Sun, 5 Jul 1992 10:26:53 +0000 (10:26 +0000)
committerJohn Gilmore <gnu@cygnus>
Sun, 5 Jul 1992 10:26:53 +0000 (10:26 +0000)
commitec8ceca3f3116ac39836a9d8a73a53c9b891b8bc
tree56f502db0dbe679abc8392512ae6e0e73be62702
parenta8cd562d42ca1c0d6d6d74028853d8418159e509
* buildsym.c (finish_block):  Fix thinko `inner block' complaints.
* dbxread.c (process_one_symbol):  Parse N_OPT "gcc2_compiled.".
* procfs.c (proc_set_exec_trap): Set run-on-last-close flag on
child processes, to avoid dead ones "hanging around" after GDB exits.
(attach): Always stop the process if it needs it.  Set RLC flag
when attaching running processes, so it will continue if we detach
it, quit, or are killed.
(detach):  Clear faults and set RLC flag to make process run
when we close it.
(open_proc_file):  New `mode' argument for O_RDONLY or O_RDWR.
Callers changed.
(info_proc):  Open process O_RDONLY, so we can see any process,
even those controlled by debuggers.
* tm-sun4sol2.h (SUN_FIXED_LBRAC_BUG):  They did (in Sol 2).
gdb/ChangeLog
gdb/buildsym.c
gdb/dbxread.c
gdb/procfs.c
gdb/tm-sun4sol2.h
This page took 0.027579 seconds and 4 git commands to generate.