Loading lldb/source/Commands/CommandObjectBreakpoint.cpp +5 −7 Original line number Diff line number Diff line Loading @@ -145,7 +145,6 @@ public: } Status OptionParsingFinished(ExecutionContext *execution_context) override { if (!m_commands.empty()) { if (!m_commands.empty()) { auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); Loading @@ -155,7 +154,6 @@ public: cmd_data->stop_on_error = true; m_bp_opts.SetCommandDataCallback(cmd_data); } } return Status(); } Loading Loading
lldb/source/Commands/CommandObjectBreakpoint.cpp +5 −7 Original line number Diff line number Diff line Loading @@ -145,7 +145,6 @@ public: } Status OptionParsingFinished(ExecutionContext *execution_context) override { if (!m_commands.empty()) { if (!m_commands.empty()) { auto cmd_data = std::make_unique<BreakpointOptions::CommandData>(); Loading @@ -155,7 +154,6 @@ public: cmd_data->stop_on_error = true; m_bp_opts.SetCommandDataCallback(cmd_data); } } return Status(); } Loading