public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v5 0/6] Support software single step and conditional breakpoints on ARM in GDBServer.
@ 2015-12-04 13:13 Antoine Tremblay
  2015-12-04 13:13 ` [PATCH v5 3/7] Refactor arm_software_single_step to use regcache Antoine Tremblay
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Antoine Tremblay @ 2015-12-04 13:13 UTC (permalink / raw)
  To: gdb-patches

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.

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

end of thread, other threads:[~2015-12-04 15:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-04 13:13 [PATCH v5 0/6] Support software single step and conditional breakpoints on ARM in GDBServer Antoine Tremblay
2015-12-04 13:13 ` [PATCH v5 3/7] Refactor arm_software_single_step to use regcache Antoine Tremblay
2015-12-04 15:10   ` Pedro Alves
2015-12-04 15:31     ` Antoine Tremblay
2015-12-04 15:43       ` Antoine Tremblay
2015-12-04 13:13 ` [PATCH v5 2/7] Share some ARM target dependent code from GDB with GDBServer Antoine Tremblay
2015-12-04 13:13 ` [PATCH v5 4/7] Share regcache function regcache_raw_read_unsigned Antoine Tremblay
2015-12-04 14:20   ` Antoine Tremblay
2015-12-04 13:13 ` [PATCH v5 1/7] Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServer Antoine Tremblay
2015-12-04 13:13 ` [PATCH v5 6/7] Enable software single stepping for while-stepping actions " Antoine Tremblay
2015-12-04 13:13 ` [PATCH v5 7/7] Enable conditional breakpoints for targets that support software single step " Antoine Tremblay
2015-12-04 13:14 ` [PATCH v5 5/7] Support software single step on ARM " Antoine Tremblay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).