This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFC] Simplify adjust_pc_after_break?


   Date: Sat, 26 Mar 2005 17:23:32 -0500
   From: Daniel Jacobowitz <drow@false.org>

   On Mon, May 17, 2004 at 01:28:36AM +0200, Mark Kettenis wrote:
   > The signal tests are failing horribly on Solaris x86.  The problem is
   > that upon hitting a breakpoint in the signal handler, we don't
   > properly back up the PC.

   Hi Mark,

   While sorting through old mail I found this message.  Andrew explained
   why your patch was wrong; has this been fixed some other way, or are we
   still broken on Solaris x86?

AFAIK it's still broken.  I had a patch to fix this using a procfs
option that turns Solaris x86 into a "no need to backup the pc"
system.  But that option is only available on Solaris 2.7 and up (or
something like it).  Unfortunately I lost that patch in a recent disk
crash :-(.

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]