[Lldb-commits] [PATCH] Change type of m_step_count to uint_t.
Zachary Turner
zturner at google.com
Fri Jan 9 12:16:36 PST 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D6897
Files:
lldb/trunk/source/Commands/CommandObjectThread.cpp
Index: lldb/trunk/source/Commands/CommandObjectThread.cpp
===================================================================
--- lldb/trunk/source/Commands/CommandObjectThread.cpp
+++ lldb/trunk/source/Commands/CommandObjectThread.cpp
@@ -454,7 +454,7 @@
std::string m_avoid_regexp;
std::string m_step_in_target;
std::string m_class_name;
- int32_t m_step_count;
+ uint32_t m_step_count;
};
CommandObjectThreadStepWithTypeAndScope (CommandInterpreter &interpreter,
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6897.17940.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150109/723726dc/attachment.bin>
More information about the lldb-commits
mailing list