[Lldb-commits] [PATCH] Refactor POSIXThread::GetRegisterContext and use i386 register context

Todd Fiala tfiala at google.com
Thu Feb 13 07:52:46 PST 2014


Yep, I'll try this out this morning. Thanks!
On Feb 13, 2014 7:34 AM, "Ed Maste" <emaste at freebsd.org> wrote:

>
>
> ================
> Comment at: source/Plugins/Process/POSIX/POSIXThread.cpp:199
> @@ -199,1 +198,3 @@
>
> +        assert(reg_interface && "CPU type or OS not supported!");
> +
> ----------------
> We need to improve handling for this case, but this is no worse than
> before right now
>
>
> http://llvm-reviews.chandlerc.com/D2765
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140213/f8faf633/attachment.html>


More information about the lldb-commits mailing list