[LLDB] Fix wrong argument in CommandObjectThreadStepWithTypeAndScope
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Thu, 28 Nov 2019 16:16:55 +0000 (11:16 -0500)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Thu, 28 Nov 2019 19:00:56 +0000 (14:00 -0500)
Differential Revision: https://reviews.llvm.org/D70448

lldb/source/Commands/CommandObjectThread.cpp

index c93bd9d..a74eec0 100644 (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;