ladybird/DevTools/Inspector
Andreas Kling f89944e804 Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response
RPC clients now send JSON-encoded requests to the RPC server.
The connection also stays alive instead of disconnecting automatically
after the initial CObject graph dump.

JSON payloads are preceded by a single host-order encoded 32-bit int
containing the length of the payload.

So far, we have three RPC commands:

    - Identify
    - GetAllObjects
    - Disconnect

We'll be adding more of these as we go along. :^)
2019-09-11 21:19:23 +02:00
..
main.cpp Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response 2019-09-11 21:19:23 +02:00
Makefile Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObject.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObject.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
RemoteObjectGraphModel.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectGraphModel.h Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectPropertyModel.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectPropertyModel.h Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteProcess.cpp Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response 2019-09-11 21:19:23 +02:00
RemoteProcess.h Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response 2019-09-11 21:19:23 +02:00