[lldb-dev] Error in dbg server -> MachProcess::SetProcessID() and misc changes

Jean-Daniel Dupas devlists at shadowlab.org
Tue Sep 28 08:46:58 PDT 2010


Here is a patch that fixes a place where == is used instead of = (which result in a noop instead of an  assignment) in MachProcess::SetProcessID().

This patch also include misc minor changes to make clang++ happy. It removes useless typedef on enum and renames some arguments in methods declaration to avoid duplicate argument names.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: srvfixup.patch
Type: application/octet-stream
Size: 3417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100928/afe6f2cb/attachment.obj>
-------------- next part --------------


-- Jean-Daniel






More information about the lldb-dev mailing list