Errata

GDB Pocket Reference

Errata for GDB Pocket Reference

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date Submitted
Printed Page 43
"disassemble" section

There is a comma missing between "start" and "end". It currently reads:

disassemble start end

It should read:

disassemble start, end

Additionally, it may be worth adding that "end", in addition to being an absolute address (e.g., "0x4002ef") can also be an offset from the starting address (e.g., "+2").

Chris Coffey  Jun 20, 2017