Skip to content

OpenOCD integration - #1200

Open
UvuvDev wants to merge 1 commit into
devfrom
openocd-adapter
Open

UvuvDev wants to merge 1 commit into
devfrom
openocd-adapter

Conversation

@UvuvDev

@UvuvDev UvuvDev commented Sep 16, 2026

Copy link
Copy Markdown
Member

Added OpenOCD Adapter to allow boards/devices to be debugged directly. Inherits from GDB Adapter since OpenOCD uses GDB RSP in the backend. Tested all the basic functionality and it works, besides Step Return (which is not implemented yet for GDB Adapter) and Hardware Breakpoints, which I'm opening a separate issue for.

@UvuvDev
UvuvDev requested a review from xusheng6 September 16, 2026 14:46
@UvuvDev UvuvDev self-assigned this Sep 16, 2026
@UvuvDev UvuvDev changed the title Fixed issues with attaching/detaching in OpenOCD, finished testing OpenOCD integration Sep 16, 2026
@xusheng6

Copy link
Copy Markdown
Member

I am not against this PR, but this is would become redundant once we have #929. The plan is to ship a GDB build on Win/Linux/Mac, and use that to connect to anything talks GDB RSP, instead of trying to make more variants of the very broken GDB RSP class and make it even more fragmented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants