Discussion:
[Bug record/23725] New: Unable to record ARM Thumb2 PLI and PLD instuctions
tpiepho at gmail dot com
2018-09-28 22:41:30 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23725

Bug ID: 23725
Summary: Unable to record ARM Thumb2 PLI and PLD instuctions
Product: gdb
Version: HEAD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: record
Assignee: unassigned at sourceware dot org
Reporter: tpiepho at gmail dot com
Target Milestone: ---

Attempting to record a program built using the Linaro 2018.05 ARMv7 toolchain
Process record does not support instruction 0xf890f000 at address 0x76d95fc0.
This was caused by a PLD instruction used in the C library strlen() function.
=> 0x76d95fc0 <+0>: pld [r0]
GDB not recognize the PLD and PLI instructions in thumb2 encoding. It does
recognize them in ARM encoding, but this library is using thumb2.
--
You are receiving this mail because:
You are on the CC list for the bug.
tpiepho at gmail dot com
2018-09-28 17:13:19 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23725

Trent Piepho <tpiepho at gmail dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Target| |ARM
--
You are receiving this mail because:
You are on the CC list for the bug.
tpiepho at gmail dot com
2018-09-28 23:02:27 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23725

Trent Piepho <tpiepho at gmail dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Summary|Unable to record ARM Thumb2 |Unable to record ARM Thumb2
|PLI and PLD instuctions |PLI and PLD instructions
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...