Skip to content

Commit 4d3d26e

Browse files
committed
...
1 parent 0a2505a commit 4d3d26e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Target/Process.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,8 +1074,7 @@ bool Process::SetExitStatus(int status, llvm::StringRef exit_string) {
10741074
TargetSP target_sp(Debugger::FindTargetWithProcessID(m_pid));
10751075
if (target_sp) {
10761076
helper.SetDebugger(&(target_sp->GetDebugger()));
1077-
if (ModuleSP exec_mod = target_sp->GetExecutableModule())
1078-
exec_uuid = exec_mod->GetUUID();
1077+
exec_uuid = target_sp->GetExecModuleUUID();
10791078
}
10801079

10811080
helper.DispatchNow([&](telemetry::ProcessExitInfo *info) {

0 commit comments

Comments
 (0)