[Lldb-commits] [lldb] [lldb] Fix SIGSEGV in `GetPtraceScope()` in `Procfs.cpp` (PR #142224)

via lldb-commits lldb-commits at lists.llvm.org
Fri May 30 16:11:44 PDT 2025


================
@@ -104,7 +104,7 @@ TEST(Perf, RealLogicalCoreIDs) {
   ASSERT_GT((int)cpu_ids->size(), 0) << "We must see at least one core";
 }
 
-TEST(Perf, RealPtraceScope) {
+TEST(Perf, RealPtraceScopeWhenExist) {
----------------
royitaqi wrote:

cc @rupprecht (who added the original unit test) in case they have additional thoughts.


https://github.com/llvm/llvm-project/pull/142224


More information about the lldb-commits mailing list