[PATCH v5 0/6] Support software single step and conditional breakpoints on ARM in GDBServer.

Antoine Tremblay antoine.tremblay@ericsson.com
Fri Dec 4 13:13:00 GMT 2015


In this v5:

New patch 4 : Share regcache function regcache_raw_read_unsigned. is a
split of patch 3.

Otherwise see comments in each patch.

Patch 1: is OK.
Patch 2: is OK.
Patch 3: Needs review.
Patch 4: Needs review. New patch.
Patch 5: Needs review.
Patch 6: is OK.
Patch 7: is OK.

---

This patch series adds support for software single step and conditional
breakpoints on ARM in GDBServer.

Patches 1,2,3,4 prepares for sharing of software single step code for ARM in
GDB with GDBServer.

Patch 5 Implements the support for ARM software single step.

Patch 6 Adds support for while-stepping actions.

Patch 7 Adds support for conditional breakpoints in GDBServer.

This patch set has no observed regressions, tested on Ubuntu 14.04 ARMv7
and x86.  With gdbserver-{native,extended} / { -marm -mthumb }

Note also that while I could not test thumbv1 instructions directly with
gcc -marmv4t, manual testing of the software single step was done for
thumv1 instructions.



More information about the Gdb-patches mailing list