rizin/test/db
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
..
analysis Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
archos Added windows rebase tests ##test 2021-01-19 09:38:16 +08:00
asm AVR: Fixed profile, (null) instruction and analysis (#361) 2021-01-17 00:36:29 +08:00
cmd Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
esil Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
extras Fix tests 2021-01-05 23:33:32 -06:00
formats Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
io Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
json Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
tools Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00