[Lldb-commits] [lldb] [lldb] Refactoring JSONTransport into an abstract RPC Message Handler and transport layer. (PR #153121)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 15 18:02:39 PDT 2025
ashgti wrote:
I refactored this a bit to not have the `Transport` run the `MainLoop`, instead have it register with the loop.
This changed the flow of how errors are handled. Now instead of simply logging any errors I surface them to the `MessageHandler` and it can choose how to handle the error, either log it or whatever.
LMKWYT
https://github.com/llvm/llvm-project/pull/153121
More information about the lldb-commits
mailing list