[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (cont..) (PR #138687)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed May 7 00:18:16 PDT 2025
https://github.com/labath commented:
Could you also make unit tests for these two functions:
- call GetProgramFileSpec and make sure the result is reasonable (exists?)
- create a Process and make sure FindProcesses finds it (you can use [this](https://github.com/llvm/llvm-project/blob/52f568dbbb61ffe26b7973b482e0e504b405a0ab/lldb/unittests/Host/HostTest.cpp#L79) trick to re-execute yourself)
https://github.com/llvm/llvm-project/pull/138687
More information about the lldb-commits
mailing list