[lldb-dev] Error in dbg server -> MachProcess::SetProcessID() and misc changes
Johnny Chen
johnny.chen at apple.com
Tue Sep 28 09:37:27 PDT 2010
Hi Jean-Daniel,
Applied as r114962. Thanks!
On Sep 28, 2010, at 8:46 AM, Jean-Daniel Dupas wrote:
> 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.
>
> <srvfixup.patch>
>
> -- Jean-Daniel
>
>
>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list