1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 08:27:35 +00:00
serenity/Userland/Services/InspectorServer
Andreas Kling a15ed8743d AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Same as Vector, ByteBuffer now also signals allocation failure by
returning an ENOMEM Error instead of a bool, allowing us to use the
TRY() and MUST() patterns.
2021-11-10 21:58:58 +01:00
..
ClientConnection.cpp InspectorServer: Add is_inspectable IPC 2021-06-02 11:19:04 +02:00
ClientConnection.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Forward.h Services: Add InspectorServer to reverse the direction of Inspector 2021-05-13 23:28:40 +02:00
InspectableProcess.cpp AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
InspectableProcess.h Services: Add InspectorServer to reverse the direction of Inspector 2021-05-13 23:28:40 +02:00
InspectorClient.ipc Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
InspectorServer.ipc InspectorServer: Add is_inspectable IPC 2021-06-02 11:19:04 +02:00
main.cpp InspectorServer: Use LocalSocket method to get pid 2021-07-01 17:49:18 +02:00