summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectBreakpoint.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp
index 6bf408b2460..8208ea8123c 100644
--- a/lldb/source/Commands/CommandObjectBreakpoint.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp
@@ -235,8 +235,6 @@ CommandObjectBreakpointSet::CommandOptions::SetOptionValue (int option_idx, cons
void
CommandObjectBreakpointSet::CommandOptions::ResetOptionValues ()
{
- Options::ResetOptionValues();
-
m_filename.clear();
m_line_num = 0;
m_column = 0;
@@ -706,8 +704,6 @@ CommandObjectBreakpointList::CommandOptions::SetOptionValue (int option_idx, con
void
CommandObjectBreakpointList::CommandOptions::ResetOptionValues ()
{
- Options::ResetOptionValues();
-
m_level = lldb::eDescriptionLevelBrief;
m_internal = false;
}
@@ -1105,8 +1101,6 @@ CommandObjectBreakpointClear::CommandOptions::SetOptionValue (int option_idx, co
void
CommandObjectBreakpointClear::CommandOptions::ResetOptionValues ()
{
- Options::ResetOptionValues();
-
m_filename.clear();
m_line_num = 0;
}
@@ -1485,8 +1479,6 @@ CommandObjectBreakpointModify::CommandOptions::SetOptionValue (int option_idx, c
void
CommandObjectBreakpointModify::CommandOptions::ResetOptionValues ()
{
- Options::ResetOptionValues();
-
m_ignore_count = 0;
m_thread_id = LLDB_INVALID_THREAD_ID;
m_thread_id_passed = false;
OpenPOWER on IntegriCloud