rizin/test/db/io
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
..
baddr Rename R_ and R2_ to RZ_ (#8) 2020-10-02 16:09:13 +02:00
cache Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
dupfd Fix #6467 - New opn/opp/opr commands to select next/previous/rotate file ##io #17652 2020-11-03 11:49:26 +08:00
ff Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
http
ihex
many
maps Set asm.tabs to 6 and enable asm.tabs.once by default ##config (#290) 2021-01-04 17:45:35 +02:00
neg Convert s commands to newshell (#375) 2021-01-20 10:30:20 +08:00
om Update cmd_open_map() output format for current map (#17998) ##io 2020-12-10 12:43:28 +08:00
omp
resize Rename R_ and R2_ to RZ_ (#8) 2020-10-02 16:09:13 +02:00
search
sections
unopen
va
write
zip