Commit graph

6 commits

Author SHA1 Message Date
pelijah
706a6bf6c2
sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
Florian Märkl
f3469946c5 Add specifiable size for watchpoints and tests
rz_bp_size_at() is not always the right size for a watchpoint, so we add
the possibility to specify the size as an extra argument to dmw.
2023-09-16 22:35:20 +08:00
Florian Märkl
33cad678c8 Make dcu fail on failed bp instead of blindly continuing 2022-01-26 17:12:26 +01:00
Dhruv Maroo
a527b204d8
Add API function for RzBreakpointItem and fix breakpoint serialization tests (#1750) 2021-09-26 10:17:13 +02:00
Dhruv Maroo
0870fd7ae4
Close the test file opened in test_debug_serialize (#1747)
* Also, open only using read permissions to avoid any inadvertent file
  changes
2021-09-24 23:29:29 +08:00
Dhruv Maroo
2c48a91d13
Add serialization functionality for breakpoints (#1574)
* Migrate project from v5 to v6
* Add serialization for debug (RzDebug) instance (only for breakpoints as of now)
* Replace commit hash once the PR is merged into dev
* Add new namespaces added in v6
2021-09-24 12:30:28 +00:00