This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Change parameter type in Process::SetExitStatus
ClosedPublic

Authored by bulbazord on Aug 10 2023, 3:39 PM.

Details

Summary

My primary motivation here is actually to change something in
UnixSignals, but this change is a necesary precondition.

I've also updated the documentation and rewritten the log statements to
use formatv instead of printf (printf-style formatting and
llvm::StringRef don't mix well).

Diff Detail

Event Timeline

bulbazord created this revision.Aug 10 2023, 3:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2023, 3:39 PM
bulbazord requested review of this revision.Aug 10 2023, 3:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2023, 3:39 PM
mib accepted this revision.Aug 10 2023, 8:47 PM

Sounds reasonable.

This revision is now accepted and ready to land.Aug 10 2023, 8:47 PM