debugger: Add data breakpoint access type support (#34639)
Release Notes: - Support specifying a data breakpoint's access type - Read, Write, Read & Write
This commit is contained in:
parent
8980526a85
commit
ae0d4f6a0d
5 changed files with 77 additions and 20 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4427,6 +4427,7 @@ dependencies = [
|
|||
"pretty_assertions",
|
||||
"project",
|
||||
"rpc",
|
||||
"schemars",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_json_lenient",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue