Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Support software single step and conditional breakpoints on ARM in GDBServer.
@ 2015-12-02 13:18 Antoine Tremblay
  2015-12-02 13:18 ` [PATCH v4 2/6] Share some ARM target dependent code from GDB with GDBServer Antoine Tremblay
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Antoine Tremblay @ 2015-12-02 13:18 UTC (permalink / raw)
  To: gdb-patches

In this v4:

Patches [1-5] of the v3 have been pushed in.

A new patch 3 is now introduced to refactor arm_software_single_step to
use regcache instead of frame so that we can share the registry reading
function regcache_raw_read_unsigned between GDB and GDBServer.

This allows the removal of the operation collect_register_unsigned from
the get_next_pcs context structure.

Patch 1: is OK.
Patch 2: is OK.
Patch 3: New patch needs review.
Patch 4: Needs review. This was adapted based on the new patch 3.
Patch 5: is OK.
Patch 6: is OK.

---

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

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

Patch 4 Implements the support for ARM software single step.

Patch 5 Adds support for while-stepping actions.

Patch 6 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.


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-12-03 14:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-02 13:18 [PATCH v4 0/6] Support software single step and conditional breakpoints on ARM in GDBServer Antoine Tremblay
2015-12-02 13:18 ` [PATCH v4 2/6] Share some ARM target dependent code from GDB with GDBServer Antoine Tremblay
2015-12-02 13:18 ` [PATCH v4 1/6] Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServer Antoine Tremblay
2015-12-02 13:18 ` [PATCH v4 6/6] Enable conditional breakpoints for targets that support software single step " Antoine Tremblay
2015-12-02 13:18 ` [PATCH v4 3/6] Refactor arm_software_single_step to use regcache Antoine Tremblay
2015-12-03 10:28   ` Yao Qi
2015-12-03 13:11     ` Antoine Tremblay
2015-12-03 14:37       ` Yao Qi
2015-12-03 14:41         ` Antoine Tremblay
2015-12-02 13:18 ` [PATCH v4 5/6] Enable software single stepping for while-stepping actions in GDBServer Antoine Tremblay
2015-12-02 13:19 ` [PATCH v4 4/6] Support software single step on ARM " Antoine Tremblay
2015-12-03 11:17   ` Yao Qi
2015-12-03 13:58     ` Antoine Tremblay
2015-12-03 14:49       ` Yao Qi
2015-12-02 13:36 ` [PATCH v4 0/6] Support software single step and conditional breakpoints " Pedro Alves
2015-12-02 13:52   ` Antoine Tremblay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox