You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:parameter server: An instance of :class:`<server>`.
1048
-
:parameter addr: An instance of :class:`<address-object>`.
1049
-
:parameter #key size: An instance of :const:`<data-display-size>`.
1047
+
:parameter server: An instance of :class:`<server>`. The backend dispatching object.
1048
+
:parameter addr: An instance of :class:`<address-object>`. The address at which to base the import.
1049
+
:parameter #key size: An instance of :const:`<data-display-size>`. The granularity at which to read data; defaults to ``#"word"`` (the runtime platform word-size).
1050
1050
:parameter #key format: An instance of :const:`<data-display-format>`.
1051
1051
:parameter #key from-index: An instance of :class:`<integer>`.
1052
1052
:parameter #key to-index: An instance of :class:`<integer>`.
1053
1053
:value printable-strings: An instance of :class:`<sequence>`.
1054
1054
:value nxt: An instance of :class:`<address-object>`.
1055
1055
1056
+
Import a block of memory contents starting at the supplied address,
1057
+
and return the contents as formatted strings. Also returns the
1058
+
address that immediately follows the block that has been read.
1059
+
1056
1060
.. method:: address-read-memory-contents
1057
1061
:specializer: <project-object>, <address-object>
1058
1062
@@ -1143,6 +1147,9 @@ Component Objects
1143
1147
1144
1148
.. class:: <component-object>
1145
1149
1150
+
Represents a runtime "component", i.e. a DLL/EXE file or a shared
1151
+
object file.
1152
+
1146
1153
:superclasses::class:`<application-object>`
1147
1154
1148
1155
@@ -1231,6 +1238,8 @@ Composite Objects
1231
1238
.. generic-function:: composite-object-contents
1232
1239
:open:
1233
1240
1241
+
Returns the slot names and values of a composite instance.
0 commit comments