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 #4 from Tom Tromey <tromey at sourceware dot org> ---
I was hoping to parse "info proc maps" because that would work with
an unpatched gdb 7.10.  However, that fails from an unwinder
because info_proc_cmd_1 calls get_current_arch, which needs a frame.

I may try "remote get /proc/.../maps" instead, eww.
Or just require local debugging.

-- 
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]