Debugger Aliases

The debugger has the following predefined aliases:

 

(idb) alias

F1 print

F2 print 'F2 executes the command "F2 selected-text" - define alias F2'

F3 print 'F3 executes the command "F3 selected-text" - define alias F3'

S next

Si nexti

W list $curline - 10:20

a assign

att attach

b stop at

bp stop in

c cont

d delete

det detach

e file

exit quit

f func

g goto

h history

j status

l list

lfi(x) set $lfitmp = x ; $lfitmp, $highpc($lfitmp) / i ; unset $lfitmp

li ($cursrcpc)/10 i

n next

ni nexti

p print

pb printb

pd printd

pi printi

plist show process all

po printo

pr printregs

ps printf "%s",

pt printt

px printx

q quit

r rerun

ri record input

ro record output

s step

si stepi

source playback input

sw switch

switch process

t where

tlist show thread

ts where thread all

tset thread

tstack where thread all

u list $curline - 9:10

w list $curline - 5:10

wi ($curpc - 7)/10 i

wm watch memory

wv watch variable