[lldb-dev] [patch] Extraneous semi colon in 'thread plan step out' + useless typedef
Jean-Daniel Dupas
devlists at shadowlab.org
Fri Feb 4 03:53:04 PST 2011
Hello,
There are two patch.
One (stepout.patch) to fix a problem in ThreadPlanStepOut.cpp. There is an erroneous semi colon at end of an if statement that make the condition useless (if body is empty).
And the second patch is to remove to useless typedef on enum, and so avoid a lot of warnings with clang++.
-- Jean-Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stepout.patch
Type: application/octet-stream
Size: 645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110204/61fd4f74/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typedef.patch
Type: application/octet-stream
Size: 1098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20110204/61fd4f74/attachment-0001.obj>
More information about the lldb-dev
mailing list