This is the mail archive of the gdb-prs@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]

[Bug python/19288] need a way to see if an address is covered by some existing object


https://sourceware.org/bugzilla/show_bug.cgi?id=19288

--- Comment #16 from Tom Tromey <tromey at sourceware dot org> ---
(In reply to Pedro Alves from comment #15)

> But wouldn't it be more robust to check whether it's an address you know you 
> can unwind (by consulting whatever tables the JIT uses internally), instead
> of 
> checking whether the program stopped at an address you can't unwind?

For sure, but we ran into other problems when trying to do this:
https://bugzilla.mozilla.org/show_bug.cgi?id=1259867
(I couldn't reproduce this in the same way to debug it, instead I
got an infinite recursion in gdb -- basically doing anything in
an unwinder is extremely fiddly and difficult to get right)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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