From: Jason Wessel <jason.wessel@windriver.com>
Date: Tue, 29 Apr 2008 10:01:38 -0500
quoted text > I don't think you have to actually change gdb, because for sparc64 gdb
> is set to "set_gdbarch_software_single_step (gdbarch, NULL);" This
> means it is always going to ask the stub to perform the single
> stepping.
You're reading the wrong code.
The generic sparc stuff in sparc-tdep.c sets it to
sparc_software_single_step.
Only the Solaris specific sparc target code in sparc-sol2-tdep.c
overrides this setting to NULL.
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: kgdb with sw single-step... , David Miller , (Tue Apr 29, 3:35 pm)