[Lldb-commits] [lldb] [lldb][AIX] Enable NativeProcessAIX Manager for lldb-server (PR #190173)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 2 09:36:32 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",
----------------
DavidSpickett wrote:
Though I admit, it gets difficult for me to read that word when it's on screen so many times :)
https://github.com/llvm/llvm-project/pull/190173
More information about the lldb-commits
mailing list