This is the mail archive of the gdb-patches@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: [RFC] Python Finish Breakpoints


Tom Tromey wrote:

> We have support for "finish", and other operations in the presence of
> exceptions.  Search for _Unwind_DebugHook (in breakpoint.c and infrun.c).
> This code only works if you are using a new-enough version of GCC and
> have debuginfo for libgcc (but once the stap probe patches are in, you
> will no longer need debuginfo).

Ah, I see -- that's what I was missing.  Yes, this looks like the
way to handle this situation ...

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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