Skip to content

Commit

Permalink
add dispose Command
Browse files Browse the repository at this point in the history
  • Loading branch information
wekesa360 committed Nov 17, 2023
1 parent 6b04353 commit da95470
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,11 +54,20 @@
},
)

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


VirtualMachine = CommandSet(
name="VirtualMachine",
id=1,
commands=[
AllClasses,
Dispose,
],
)

0 comments on commit da95470

Please sign in to comment.