Print info on all breakpoints and tracepoints.
status
None.
This command displays all currently existing breakpoints and their properties.
(idb) status #1 PC==0x08051603 in int main(void) "src/x_list.cxx":182 { stop } #2 PC==0x0804ae5a in void List<Node>::append(class Node* const) "src/x_list.cxx":148 { break } #3 Access memory (write) 0xbfffdb00 to 0xbfffdb03 { stop }
Copyright © 2001-2011, Intel Corporation. All rights reserved.