12.07.2015 Views

Bug Hunter Diary

Bug Hunter Diary

Bug Hunter Diary

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

General CommandsCommand::run argumentsDescriptionRuns the program with the given arguments. If thetarget is currently running or it is a corefile, mdb willrestart the program if possible.BreakpointsCommandaddress::bpDescriptionSets a new breakpoint at the address of the breakpointlocation that is specified in the command.$b Lists information about existing breakpoints.::delete numberRemoves previously set breakpoints specified by theirnumber.Running the DebuggeeCommandDescription:s Executes a single instruction. Will step intosubfunctions.:e Executes a single instruction. Will not entersubfunctions.:c Resumes execution.Examining DataCommandaddress,count/formatDescriptionPrints the specified number of objects (count) foundat address in the specified format; example formatsinclude B (hexadecimal, 1-byte), X (hexadecimal,4-byte), S (string).164 Appendix B

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!