forked from OSchip/llvm-project
[LLDB] Fix wrong argument in CommandObjectThreadStepWithTypeAndScope
Differential Revision: https://reviews.llvm.org/D70448
This commit is contained in:
parent
256ad954a9
commit
b4dfc5508f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue