[lldb-dev] [Bug 36048] New: TestDataFormatterLibcxxVector.py and TestDataFormatterLibcxxVector.py fail with -fmodules

2018-01-22 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=36048 Bug ID: 36048 Summary: TestDataFormatterLibcxxVector.py and TestDataFormatterLibcxxVector.py fail with -fmodules Product: lldb Version: unspecified Hardware: PC OS

[lldb-dev] LLDB Future Directions BoF

2018-01-22 Thread André Jansen Medeiros Villar via lldb-dev
Hi all, I'm interested in understanding the why of LLDB, for that i'd love to be able to read any meeting notes or slides of the BoF on the future of LLDB and if possible make it available at [1] . I'd also would like any indication of reading materials on the internals of a debugger, preferabbly

Re: [lldb-dev] Anybody using the Go/Java debugger plugins?

2018-01-22 Thread Jim Ingham via lldb-dev
To Davide's alternative: LLDB does handle loading plugins that use the SB API's (for things like data formatters.) But there's not currently an SB interface to support writing a full language plugin, and we don't export the lldb_private API's from the lldb binary. So there's no current mechan

Re: [lldb-dev] Anybody using the Go/Java debugger plugins?

2018-01-22 Thread Pavel Labath via lldb-dev
The Go support for added by Ryan as a 20% project. Now that he's no longer working for Google, it's pretty much abandoned. The Java support was added by us (android folks) to support java debugging (to a certain extent). However, we never really finished the project, so we're not using that code no

[lldb-dev] Anybody using the Go/Java debugger plugins?

2018-01-22 Thread Davide Italiano via lldb-dev
Hi, during my wandering I stumbled upon the `Go` and the `Java` plugins in the lldb source tree. They seem to not have been touched in a while, and I'm not necessarily sure they're in a working state. Keeping them in tree is a maintenance burden, so unless somebody is actively using them or somebod

Re: [lldb-dev] [llvm-dev] [Release-testers] [6.0.0 Release] Release Candidate 1 tagged

2018-01-22 Thread Hans Wennborg via lldb-dev
Thanks! On Sat, Jan 20, 2018 at 1:32 PM, Dimitry Andric wrote: > On 19 Jan 2018, at 17:11, Hans Wennborg wrote: >> >> On Thu, Jan 18, 2018 at 7:27 PM, Dimitry Andric wrote: >>> On 18 Jan 2018, at 15:03, Jonas Hahnfeld wrote: Am 2018-01-18 14:55, schrieb Dimitry Andric via llvm-dev: >