rizin/librz/debug
Rot127 87b75910b5
Port remaining debug commands to RzShell (#4753)
* Port `dmhb` to RzShell
* Port `dmhf` to RzShell
* Remove 'to' argument from rz_core_debug_continue_until(). It was never used in the whole function. Hence, whatever it was supposed to do, it didn't
* Port `dcu` to RzShell
* Fix tests of `dmh[bf]` commands
* Port `dmi` commands to RzShell
* Port `dmx` to RzShell
* Remove `dta` command.

Originally it limited the addresses to trace.
But it was not used in any test, and the implementation was not optimal.
It allowed only specific addresses (no range).
Also worked on strings (not ut64 values).
Also, the usefulness is limited, considering the alternative
to just not tracing a certain address.

* Add quiet and quietest mode to `dmi` commands.

This also removes the test for `dmias`.
The command was not documented and it doesn't seem to
do anything special `dmia` can't do.
2024-12-06 08:10:25 +08:00
..
p Remove dead code (#4705) 2024-11-08 18:46:13 +08:00
ddesc.c Replace strdup with rz_str_dup (#4634) 2024-09-15 19:12:07 +08:00
debug.c Remove dead code (#4705) 2024-11-08 18:46:13 +08:00
desil.c Replace strdup with rz_str_dup (#4634) 2024-09-15 19:12:07 +08:00
dmap.c Replace strdup with rz_str_dup (#4634) 2024-09-15 19:12:07 +08:00
dreg.c Make xnu reg profile depend on cpu type instead of RzDebug.bits (#3270) 2023-01-07 17:43:41 +01:00
dsession.c Replace strdup with rz_str_dup (#4634) 2024-09-15 19:12:07 +08:00
dsignal.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
meson.build Merge rz_asm and rz_analysis into one library but keep deprecated apis. 2024-03-07 18:38:49 +08:00
pid.c Remove dead code (#4705) 2024-11-08 18:46:13 +08:00
plugin.c refactor: Use HtSP for storing plugins. (#4687) 2024-10-26 16:31:13 +08:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
serialize_debug.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
snap.c Replace strdup with rz_str_dup (#4634) 2024-09-15 19:12:07 +08:00
trace.c Port remaining debug commands to RzShell (#4753) 2024-12-06 08:10:25 +08:00