[Lldb-commits] [PATCH] D70448: [LLDB] Fix wrong argument in CommandObjectThreadStepWithTypeAndScope
Alexandre Ganea via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 19 10:06:35 PST 2019
aganea updated this revision to Diff 230097.
aganea marked an inline comment as done.
aganea added a comment.
Omit default arguments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70448/new/
https://reviews.llvm.org/D70448
Files:
lldb/source/Commands/CommandObjectThread.cpp
Index: lldb/source/Commands/CommandObjectThread.cpp
===================================================================
--- lldb/source/Commands/CommandObjectThread.cpp
+++ lldb/source/Commands/CommandObjectThread.cpp
@@ -526,7 +526,7 @@
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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70448.230097.patch
Type: text/x-patch
Size: 604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191119/5d267118/attachment.bin>
More information about the lldb-commits
mailing list