Skip to content

Commit

Permalink
Merge pull request #85 from wekesa360/dispose-command
Browse files Browse the repository at this point in the history
Dispose command
  • Loading branch information
michalgr authored Nov 21, 2023
2 parents 8243f67 + 48d939b commit 0c877f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/jdwp/defs/command_sets/virtual_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
},
)

Dispose = Command(
name="Dispose",
id=6,
out=None,
reply=None,
error=set(),
)

__IDSizes_reply = Struct(
[
Field("fieldIDSize", IntegralType.INT, "fieldID size in bytes"),
Expand All @@ -77,6 +85,7 @@
id=1,
commands=[
AllClasses,
Dispose,
IDSizes,
],
)

0 comments on commit 0c877f7

Please sign in to comment.