cs01 / cs01/gdbgui

add UI support for watchpoints

Open
#186 1 comment 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
10.4k
Forks
521
PR merge metrics
No merged PRs in 30d

Description

* add UI support for breakpoints that have the type `watchpoint`

use the gdb mi [`-break-watch` command](https://sourceware.org/gdb/onlinedocs/gdb/Set-Watchpoints.html) to add a UI element where appropriate (i.e. on expression or memory) to set watchpoint on memory/expression

* when *read from* (`-break-watch -r `)
* when *written to* (`-break-watch `)
* when *read from or written to* (`-break-watch -a `)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.