I've used it every now and then. It seems to work well enough for simple
things (stepping through assembly and looking at registers iirc – but maybe
it was stepping through code and looking at variables).
On Fri, Aug 23, 2019 at 7:36 PM Jonas Devlieghere via lldb-dev <
lldb-dev@lists.llvm.org> wro
From what I can tell the main thing this is missing is a Console window. I
imagine hosting a full console window inside a ncurses sub window would be a
pain if there isn't a pre-built widget for that. But maybe it would be easier
to open another terminal window and connect the debuggers I/O ch
Hi Greg,
We're more than a year later and I haven't seen any development on the
GUI. While I personally thing this could be a really cool feature,
I've never been able to use it because it's missing too many thing to
be useful for now. When I talk to people that know about this feature,
I hear eit
> On Aug 22, 2019, at 11:00 PM, Pavel Labath wrote:
>
> On 23/08/2019 00:58, Ismail Bennani via lldb-dev wrote:
>> Hi Greg,
>> Thanks for your suggestion!
>>> On Aug 22, 2019, at 3:35 PM, Greg Clayton wrote:
>>>
>>> Another possibility is to have the IDE insert NOP opcodes for you when you
>>>
Hi everyone,
The end of the release process is getting close, and as usual I'd like
to ask you all to help writing release notes.
As you can see from the release notes for rc2 here:
https://prereleases.llvm.org/9.0.0/#rc2 there is plenty of room for
more notes :-)
When the release happens, the f
Hello everyone,
after a short recess, I have started to resume work on the breakpad
symbols project. The project is "nearly" finished, but there is one more
thing remaining to be done. This is to support stack unwinding for 32
bit windows targets.
The unwinding info in breakpad is represente