Re: [lldb-dev] Symbol Server for everyone.

2016-08-30 Thread Taras Tsugrii via lldb-dev
Jim > On Aug 30, 2016, at 7:18 AM, Taras Tsugrii via lldb-dev wrote: > > DBGBuildSourcePath > /path/to/build/sources > DBGSourcePath > /path/to/actual/sources

Re: [lldb-dev] Symbol Server for everyone.

2016-08-30 Thread Taras Tsugrii via lldb-dev
locate symbols in their own way. This might be easier that trying to make a whole new SymbolServer type of plug-in. Se we have quite a bit of experience with this at Apple. Let us know if you have any questions. Greg Clayton > On Aug 4, 2016, at 11:34 AM, Taras Tsugrii via lldb-dev > w

Re: [lldb-dev] Symbol Server for everyone.

2016-08-30 Thread Taras Tsugrii via lldb-dev
rver format that is platform agnostic. On the other hand, Microsoft tools already understand their own symbol server format , so if i ever reprioritize this, we will probably want the standard Microsoft symbol server format on Windows for interoperability. On Fri, Aug 26, 2016 at 8:00 PM Taras Tsugr

Re: [lldb-dev] Symbol Server for everyone.

2016-08-26 Thread Taras Tsugrii via lldb-dev
y want the standard Microsoft symbol server format on Windows for interoperability. On Fri, Aug 26, 2016 at 8:00 PM Taras Tsugrii via lldb-dev mailto:lldb-dev@lists.llvm.org>> wrote: Hello lldb developers, In one of the older posts (http://blog.llvm.org/2015/01/lldb-is-coming-to-wi

[lldb-dev] Symbol Server for everyone.

2016-08-26 Thread Taras Tsugrii via lldb-dev
Hello lldb developers, In one of the older posts (http://blog.llvm.org/2015/01/lldb-is-coming-to-windows.html), symbol server support was mentioned. Most likely it was meant for Windows, but at FB we have our own symbol server implementation for Linux (technically it's completely platform agn