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.

BreakpointsCommandbreak functionbreak line numberbreak *addressinfo breakpointsdelete numberDescriptionSets a breakpoint at the beginning of the specifiedfunction (in file).Sets a breakpoint at the start of the code for thatline number (in file).Sets a breakpoint at the specified address.Lists information about existing breakpoints.Removes previously set breakpoints specified bytheir number.Running the DebuggeeCommandstepinexticontinueDescriptionExecutes one machine instruction. Will step intosubfunctions.Executes one machine instruction. Will not entersubfunctions.Resumes execution.Examining DataCommandx/CountFormatSizeaddressDescriptionPrints the specified number of objects (Count) of thespecified Size according to the Format at address.Size: b (byte), h (halfword), w (word), g (giant, 8 bytes).Format: o (octal), x (hexadecimal), d (decimal), u(unsigned decimal), t (binary), f (float), a (address),i (instruction), c (char), s (string).Information CommandsCommandinfo registersbacktracedisassemble addressDescriptionLists registers and their contents.Prints a backtrace of all stack frames.Dumps a range of memory around address as machineinstructions.172 Appendix B

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

Saved successfully!

Ooh no, something went wrong!