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 1079f7a commit 51c6a04Copy full SHA for 51c6a04
lldb/include/lldb/Target/Process.h
@@ -127,10 +127,7 @@ class ProcessAttachInfo : public ProcessInstanceInfo {
127
public:
128
ProcessAttachInfo() = default;
129
130
- ProcessAttachInfo(const ProcessLaunchInfo &launch_info)
131
- : m_resume_count(0), m_wait_for_launch(false), m_ignore_existing(true),
132
- m_continue_once_attached(false), m_detach_on_error(true),
133
- m_async(false) {
+ ProcessAttachInfo(const ProcessLaunchInfo &launch_info) {
134
ProcessInfo::operator=(launch_info);
135
SetProcessPluginName(launch_info.GetProcessPluginName());
136
SetResumeCount(launch_info.GetResumeCount());
0 commit comments