[LLDB] Fix wrong argument in CommandObjectThreadStepWithTypeAndScope

Differential Revision: https://reviews.llvm.org/D70448
This commit is contained in:
Alexandre Ganea 2019-11-28 11:16:55 -05:00
parent 256ad954a9
commit b4dfc5508f
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ public:
eCommandProcessMustBeLaunched |
eCommandProcessMustBePaused),
m_step_type(step_type), m_step_scope(step_scope), m_options(),
m_class_options("scripted step", 'C') {
m_class_options("scripted step") {
CommandArgumentEntry arg;
CommandArgumentData thread_id_arg;