| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Make CommunicationTest compatible with windows Our (TCP) socket support is in a much better state than pipes. Use that for testing the Communication class. Move the CreateTCPConnectedSockets function (SocketTestUtilities.{h,cpp}) to a place where it can be used from Communication tests. | 3 年前 | |
[lldb] Adding A new Binding helper for JSONTransport. (#159160) This adds a new Binding helper class to allow mapping of incoming and outgoing requests / events to specific handlers. This should make it easier to create new protocol implementations and allow us to create a relay in the lldb-mcp binary. | 10 个月前 | |
[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#107163) …ror() [NFC] | 1 年前 | |
[lldb] Fix PipeTest name collision in unit tests We had two classes named PipeTest: one in PipeTestUtilities.h and one in PipeTest.cpp. The latter was unintentionally using the wrong class (from the header) which didn't initialize the HostInfo subsystem. This resulted in a crash due to a nullptr dereference (g_fields) when PipePosix::CreateWithUniqueName called HostInfoBase::GetProcessTempDir. | 1 年前 | |
[lldb] Improving unit test helpers by utilizing llvm helpers. (#119148) This was suggested in a previous patch after the commit was already submitted. Original suggestion https://github.com/llvm/llvm-project/pull/118673#discussion_r1872812959 | 1 年前 | |
[lldb] Fix the SocketTest failure on unsupported hosts (#118673) The test SocketTest::TCPListen0MultiListenerGetListeningConnectionURI is failing on hosts that do not map localhost to both an ipv4 and ipv6 address. For example this build https://lab.llvm.org/buildbot/#/builders/195/builds/1909. To fix this, I added a helper to validate if the host has an /etc/hosts entry for both ipv4 and ipv6, otherwise we skip the test. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 10 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 |