Skip to content

Commit fb29d26

Browse files
author
git apple-llvm automerger
committed
Merge commit '276050887539' from llvm.org/release/21.x into stable/21.x
2 parents b78957c + 2760508 commit fb29d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ void ProcessWindows::OnExitProcess(uint32_t exit_code) {
666666
target->ModulesDidUnload(unloaded_modules, true);
667667
}
668668

669-
SetProcessExitStatus(GetID(), true, 0, exit_code);
669+
SetExitStatus(exit_code, /*exit_string=*/"");
670670
SetPrivateState(eStateExited);
671671

672672
ProcessDebugger::OnExitProcess(exit_code);

0 commit comments

Comments
 (0)