rizin/librz/debug
Rot127 10bedc2b00
Add Hexagon register profile (#2490)
Although the reg profile was not really used yet it will be relevant for the RZIL uplifting.
Introduces:
* Double/quadruple registers now properly overlap with their counterparts.
* Registers have correct types assigned (vec, ctr, sys etc. Before, all regs were of type gbr)
* Consistent register names (asm name style: c3:2, r31 etc, alias style: lc1:sa1, lr etc.)
* Adds _tmp registers in the profile. Later used by uplifted instructions (think of .new registers).
2022-04-03 18:26:17 +02:00
..
p Add module name to PDB flag name (#2435) 2022-03-29 12:49:34 +08:00
ddesc.c Add user pointer to RzDebug Plugins and Refactor GDB for it 2021-06-14 11:46:17 +02:00
debug.c Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
desil.c Refactor rz_debug_reg_get()/set() 2021-12-21 13:14:08 +01:00
dmap.c Refactor dm commands ##refactor 2021-06-17 22:47:10 +08:00
dreg.c Split RzDebug.reg and RzAnalysis.reg 2021-12-21 13:14:08 +01:00
dsession.c Add Hexagon register profile (#2490) 2022-04-03 18:26:17 +02:00
dsignal.c Add user pointer to RzDebug Plugins and Refactor GDB for it 2021-06-14 11:46:17 +02:00
meson.build DMP: Dynamically create profile if not found 2022-03-03 21:52:41 +08:00
pid.c Various debug fixes (#1359) 2021-07-27 15:03:08 +08:00
plugin.c Various debug fixes (#1359) 2021-07-27 15:03:08 +08:00
serialize_debug.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
snap.c Refactoring Hash (#1082) 2021-05-02 20:47:17 +08:00
trace.c Convert dt commands to rzshell (#2418) 2022-03-22 09:12:12 +08:00