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]

sigtramp shortcut


[Sorry about breaking the thread - this came to me after deleting your
message...]

You could probably predicate the code inspection on find_pc_section.  You're
looking for the kernel-generated trampoline if it has no name, so it should
be outside any of the objfiles GDB knows about - and this is one of a very
limited set of things (in most applications) that will meet that criteria.

Would that work?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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