[lldb-dev] lldb status at windows

Zachary Turner via lldb-dev lldb-dev at lists.llvm.org
Thu Jan 7 10:02:38 PST 2016


Hi, I guess I should make a new blog post at some point, or post status on
the website.  Here's my best estimate at what you can expect.

* Most common debugging scenarios should work.  Run under debugger, attach
to process, interrupt, continue, print variable values, evaluate
expressions, etc.
* Step-over might be unstable in certain scenarios
* Conditional breakpoints don't work
* Hardware watchpoints don't work
* Expression evaluation might not work in some advanced cases.

The main big feature that has been added since the original blog post is
support for windows minidump files.  So you can create a minidump of a
stopped process from inside LLDB, and you can load up a minidump and do
post-mortem debugging.

On Wed, Jan 6, 2016 at 10:39 PM Red Skotina via lldb-dev <
lldb-dev at lists.llvm.org> wrote:

> Where can i look lldb status for native debug at Windows?
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160107/f7797384/attachment.html>


More information about the lldb-dev mailing list