summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.h')
-rw-r--r--lldb/source/Commands/CommandObjectBreakpointCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.h b/lldb/source/Commands/CommandObjectBreakpointCommand.h
index 65f72d0e290..91b99fef963 100644
--- a/lldb/source/Commands/CommandObjectBreakpointCommand.h
+++ b/lldb/source/Commands/CommandObjectBreakpointCommand.h
@@ -123,6 +123,7 @@ public:
bool m_use_one_liner;
std::string m_one_liner;
bool m_stop_on_error;
+ std::string m_function_name;
};
private:
OpenPOWER on IntegriCloud