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
The schema should allow us to express common data types (see table at the bottom of this page), compound structures, arrays (see ClassesBySignature command) and tagged unions (see Composite Command). Schema and each command set should be defined in a separate module. Such JDWP description should support pattern matching as a major tool to analyze shape of structs.
Having such description will allow us to write codegen tools generating JDWP data structures and parsers/serializers for different programming languages.
The text was updated successfully, but these errors were encountered:
Implement a set of python modules containing objects describing layout of JDWP messages.
An example of such description could look like this:
The schema should allow us to express common data types (see table at the bottom of this page), compound structures, arrays (see ClassesBySignature command) and tagged unions (see Composite Command). Schema and each command set should be defined in a separate module. Such JDWP description should support pattern matching as a major tool to analyze shape of structs.
Having such description will allow us to write codegen tools generating JDWP data structures and parsers/serializers for different programming languages.
The text was updated successfully, but these errors were encountered: