rizin/test/db/esil
Riccardo Schirone 144ba639dc
Convert s commands to newshell (#375)
* Rename `sj`/`s*` and move them under `sH`. Remove `s=`
* Rename `s-*` to `sH-`
* Use `sd` for "seek delta", which moves relative to the current offset
* Enforce <cmd> <arg> syntax. So no more `s+16` but `s +16`. Command
  `sHr` is for redo history, `sHu` for undo history. If one wants to move
  relative to the current address, they need to do `sd +10`/`sd -10`.
* Remove `ss` commands in favour of `cmd.seek.silent`. This was anyway
  used mainly for scripts, so no need to replicate all `s` commands
  under `ss`.

Change a bit rz_core_seek API to avoid dupped entries in seek history.
2021-01-20 10:30:20 +08:00
..
6502
8051
apple Fix tests 2021-01-05 23:33:32 -06:00
arm_16 Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
arm_32 Support arm32 esil stmib/ldmib ##esil 2021-01-11 17:54:24 +08:00
arm_64 Fix tests 2021-01-05 23:33:32 -06:00
avr
bf Fix tests 2021-01-05 23:33:32 -06:00
cmp
cond
esil Add sign extension assignment operator (#18092) ##esil 2020-12-25 18:58:25 +08:00
flag_tests Fix tests 2021-01-05 23:33:32 -06:00
intreg
math
mips_32 Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
ppc_32
riscv_32 Fix incorrect esil of RISC-V jalr insn ##emu (#17788) 2020-10-19 13:35:10 +08:00
riscv_64 Update RISC-V ESIL with sign extention operator (#18109) ##esil 2020-12-30 23:20:41 -06:00
sh Improve ARM and PPC analysis ##anal (#17356) 2020-07-29 10:41:26 +08:00
x86_16
x86_32 Fix tests 2021-01-05 23:33:32 -06:00
x86_64 Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
xtensa_32 Fix ESIL movi.n immediate value parsing ##emu (#17557) 2020-09-03 11:33:23 +08:00