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 gdb/17384] android arm gdb "Cannot access memory at address" when I "stepi" over "blx"


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

--- Comment #18 from Pedro Alves <palves at redhat dot com> ---
I've play with "objdump -h", "nm -A", "readelf --symbols", "readelf -dw" etc.,
to check if there are symbols that cover the missing range.  Somehow sounds
like there's a hole (or gdb thinks so).  The mention of BLX makes me wonder if
this is somehow a thumb-bit thing, like the thumb bit set or missing on some
address, confusing bfd/gdb.

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