From 1cb1b16cfbe804c50c10954649ca7c45e68baff3 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Sat, 26 Oct 1996 14:22:35 +0000 Subject: * procfs.c (proc_set_exec_trap): Under Alpha OSF/1-4.0, tracing the entry to the exit system call to detect termination of the inferior stopped working. Trace termination of the inferior via PRFS_STOPTERM instead. (procfs_init_inferior): Do not trace entry to exit system call if PIOCSSPCACT is defined. (procfs_wait): Handle PR_DEAD event, which signals the termination of the inferior if PRFS_STOPTERM is set. * mdebugread.c (parse_partial_symbols): Ignore stNil section start address symbols. * sparc-tdep.c (get_saved_register): Get saved PC from the frame info if not in innermost frame. --- gdb/mdebugread.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gdb/mdebugread.c') diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 3f67503..c86fb6d 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -2448,9 +2448,12 @@ parse_partial_symbols (objfile, section_offsets) } break; case stLocal: + case stNil: /* The alpha has the section start addresses in stLocal symbols whose name starts with a `.'. Skip those but complain for all - other stLocal symbols. */ + other stLocal symbols. + Irix6 puts the section start addresses in stNil symbols, skip + those too. */ if (name[0] == '.') continue; /* Fall through. */ -- cgit v1.1