We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c385e97 commit bc775beCopy full SHA for bc775be
lldb/tools/debugserver/source/MacOSX/MachProcess.h
@@ -398,7 +398,7 @@ class MachProcess {
398
399
pid_t m_pid; // Process ID of child process
400
cpu_type_t m_cpu_type; // The CPU type of this process
401
- std::optional<uint32_t> m_platform; // The platform of this process
+ std::optional<uint32_t> m_platform; // The platform of this process
402
int m_child_stdin;
403
int m_child_stdout;
404
int m_child_stderr;
0 commit comments