This is the mail archive of the gdb@sourceware.org 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: Next over function with Secure PLT


> Date: Wed, 07 Dec 2011 23:45:19 -0800
> From: Michael Eager <eager@eagerm.com>
> 
> > gdb ought to just pattern match the stub code to recognize when the pc
> > is in a stub.
> 
> I wanted to avoid pattern matching code because of the dependency it
> creates between code generation and debugging.  But that shouldn't
> be much of an issue or hard to implement.

This tends to be less of an issue with PLT stubs since their
instruction sequence is in many cases prescribed by the ABI.


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