[Lldb-commits] Small fixes
Filipe Cabecinhas
filcab+lldb-dev at gmail.com
Thu Sep 8 14:56:49 PDT 2011
Hi,
I've got two small fixes for lldb:
One fixes a trailing comma bug (g++ doesn't like them)
The other gets the Error from the result of an expression evaluation and
uses it as the error for the Process::LoadImage() method.
Thanks,
Filipe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110908/19c0718b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trailing-comma.patch
Type: application/octet-stream
Size: 593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110908/19c0718b/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: process-lost-error.patch
Type: application/octet-stream
Size: 658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110908/19c0718b/attachment-0001.obj>
More information about the lldb-commits
mailing list