Re: [lldb-dev] How LLDB plug-ins loaded on Windows?

2018-07-05 Thread Zachary Turner via lldb-dev
Plugin is a bit misleading. All “plugins” are compiled into lldb. Plugins are really just a layering abstraction. To answer your question, pdb works currently but is limited in functionality. First, it only supports limited usage scenarios, and second it requires Windows. It’s currently built on t

Re: [lldb-dev] How LLDB plug-ins loaded on Windows?

2018-07-05 Thread Zachary Turner via lldb-dev
It’s been a while since i was close to this code, so adding people who have been in there more recently On Thu, Jul 5, 2018 at 1:12 PM Salahuddin Khan wrote: > Hi Zachary, > > > > Ahh ok, thanks for your quick response. > > > > I was hoping to use LLDB on Windows (to debug Go code), which I know

[lldb-dev] [Bug 38076] New: lldb and gdb compute different values for expressions

2018-07-05 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=38076 Bug ID: 38076 Summary: lldb and gdb compute different values for expressions Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enha