Browse Source

Debugger doc sizeof(void *) in BasicInfo

pull/611/head
Sami Vaarala 9 years ago
parent
commit
b8695ad42f
  1. 8
      doc/debugger.rst

8
doc/debugger.rst

@ -1442,12 +1442,13 @@ BasicInfo request (0x10)
Format::
REQ <int: 0x10> EOM
REP <int: DUK_VERSION> <str: DUK_GIT_DESCRIBE> <str: target info> <int: endianness> EOM
REP <int: DUK_VERSION> <str: DUK_GIT_DESCRIBE> <str: target info>
<int: endianness> <int: sizeof(void *)> EOM
Example::
REQ 16 EOM
REP 10099 "v1.0.0-254-g2459e88" "Arduino Yun" 2 EOM
REP 10099 "v1.0.0-254-g2459e88" "Arduino Yun" 2 4 EOM
Endianness:
@ -1462,6 +1463,9 @@ Endianness affects decoding of a few dvalues.
Target info is a string that can be compiled in, and can e.g. describe the
device type.
Void pointer size indicates pointer size used for pointer-related values.
Note that function pointers may have a different size.
TriggerStatus request (0x11)
----------------------------

Loading…
Cancel
Save