[Lldb-commits] [lldb] [lldb][AIX] Enable NativeProcessAIX Manager for lldb-server (PR #190173)
Hemang Gadhavi via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 5 23:31:46 PDT 2026
================
@@ -84,9 +84,19 @@ NativeProcessAIX::Manager::Launch(ProcessLaunchInfo &launch_info,
}
LLDB_LOG(log, "inferior started, now in stopped state");
+ ProcessInstanceInfo Info;
+ if (!Host::GetProcessInfo(pid, Info)) {
+ return llvm::make_error<StringError>("Cannot get process architectrue",
----------------
HemangGadhavi wrote:
Good catch! That was a typo. :)
https://github.com/llvm/llvm-project/pull/190173
More information about the lldb-commits
mailing list