Display the value as an assembly instruction.
printi [expr,...]
expr,... |
One or more expressions separated by commas. |
This command takes one or more numerical expressions and interprets each one as an assembly instruction, printing out the instruction, and its arguments when applicable.
This command is typically used by engineers performing machine-level debugging.
(idb) $curpc/1i int main(void): src/x_list.cxx *[line 182, 0x08051603] main+0x1b: pushl %edi (idb) $curpc/1dd 0x08051603: 2022018391 (idb) printi $pc main+0x1b: pushl %edi
Copyright © 2001-2011, Intel Corporation. All rights reserved.