Michał Gregorczyk

Results 4 issues of Michał Gregorczyk

Add support for mini debug info. This pull request adds support for mini debug info: https://sourceware.org/gdb/onlinedocs/gdb/MiniDebugInfo.html Some libraries contain a .gnu_debugdata section that stores lzma compressed so file with additional...

Raw JDWP is too verbose for convenient debugging experience. Ideally we would be able to debug Java processes using API consisting of Threads, StackFrames, Variables and Breakpoints that underneath translates...

Once https://github.com/facebookexperimental/ExtendedAndroidTools/issues/56 is completed, implement codegen tool using new JDWP description to generate data structures and serialization/deserialization logic, together with any python modules accompanying generated code, necessary to send and...

Implement a set of python modules containing objects describing layout of [JDWP messages](https://docs.oracle.com/javase/8/docs/platform/jpda/jdwp/jdwp-protocol.html). An example of such description could look like this: ``` Version = Command( name="version", id=1, out=None, reply=Struct([...