summaryrefslogtreecommitdiff
path: root/lldb/unittests/Host/JSONTransportTest.cpp
AgeCommit message (Expand)Author
2025-10-27Avoid stalls when MainLoop::Interrupt fails to wake up the MainLoop (#164905)jimingham
2025-10-09[lldb] Adjusting the naming for gcc11. (#162693)John Harrison
2025-10-03[lldb] Adding A new Binding helper for JSONTransport. (#159160)John Harrison
2025-09-17[lldb-mcp] Fix servers accepting more than one client. (#158357)John Harrison
2025-08-19[lldb] Refactoring JSONTransport into an abstract RPC Message Handler and tra...John Harrison
2025-08-13[lldb] Disable JSONTransportTests on Windows. (#153453)John Harrison
2025-08-11[lldb] Update JSONTransport to use MainLoop for reading. (#152367)John Harrison
2025-08-05Revert "[lldb] Update JSONTransport to use MainLoop for reading." (#152155)John Harrison
2025-08-05[lldb] Update JSONTransport to use MainLoop for reading. (#148300)John Harrison
2025-07-01[lldb] Fix PipeTest name collision in unit testsJonas Devlieghere
2025-06-13[lldb][test] Skip ReadAfterClose JSON Transport tests on WindowsDavid Spickett
2025-06-12[lldb] Implement JSON RPC (newline delimited) Transport (#143946)Jonas Devlieghere