mib added inline comments.
================ Comment at: lldb/source/Target/Process.cpp:1395 + llvm::StringRef hijacking_name = GetHijackingListenerName(); + if (hijacking_name.starts_with("lldb.internal")) return true; ---------------- I think I forgot to negate this: if `hijacking_name` DOES NOT start with `"lldb.internal"`, then it mean that the process state change is externally hijacked. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D148400/new/ https://reviews.llvm.org/D148400 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits