Re: [lldb-dev] Symbol Server for LLDB

2019-03-25 Thread Leonard Mosescu via lldb-dev
For macOS & dSym there's already a specialized solution: http://lldb.llvm.org/symbols.html On Mon, Mar 25, 2019 at 11:37 AM Murali Venu Thyagarajan < murali.thyagaraja...@gmail.com> wrote: > Another question that I had is, > > Can this GDB style be inferred for MacOS packages? Will there be a >

Re: [lldb-dev] Test suite failures on Fedora Linux?

2019-03-25 Thread David Zarzycki via lldb-dev
> On Mar 25, 2019, at 12:26 PM, Jan Kratochvil > wrote: > > On Mon, 25 Mar 2019 14:11:09 +0100, David Zarzycki via lldb-dev wrote: >> 5.0.3-200.fc29.x86_64 (mockbu...@bkernel03.phx2.fedoraproject.org) (gcc >> version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC)) #1 SMP Tue Mar 19 15:07:58 >> UTC

Re: [lldb-dev] Symbol Server for LLDB

2019-03-25 Thread Murali Venu Thyagarajan via lldb-dev
Another question that I had is, Can this GDB style be inferred for MacOS packages? Will there be a build-ID in the package and the corresponding dSym package? Thanks, Murali On Mon, Mar 25, 2019 at 10:29 AM Murali Venu Thyagarajan < murali.thyagaraja...@gmail.com> wrote: > Thanks a lot Adrian

Re: [lldb-dev] Symbol Server for LLDB

2019-03-25 Thread Murali Venu Thyagarajan via lldb-dev
Thanks a lot Adrian and Leonard. I'm interested in setting up a local symbol server for my application that is being built on MacOS. Pretty much like a indexed symbol server that is used with Windows applications with Windbg. Thanks, Murali On Mon, Mar 25, 2019 at 10:04 AM Leonard Mosescu

Re: [lldb-dev] Symbol Server for LLDB

2019-03-25 Thread Leonard Mosescu via lldb-dev
Not exactly a full symbol server solution, but LLDB supports the GDB-style symbol lookup (search for the build-ID notes and nn/.debug). This, together with a simple NFS setup can get you close to a Microsoft-style symbol

Re: [lldb-dev] Test suite failures on Fedora Linux?

2019-03-25 Thread Jan Kratochvil via lldb-dev
On Mon, 25 Mar 2019 14:11:09 +0100, David Zarzycki via lldb-dev wrote: > 5.0.3-200.fc29.x86_64 (mockbu...@bkernel03.phx2.fedoraproject.org) (gcc > version 8.3.1 20190223 (Red Hat 8.3.1-2) (GCC)) #1 SMP Tue Mar 19 15:07:58 > UTC 2019 It does PASS here on: kernel-5.0.3-200.fc29.x86_64 LLVM

Re: [lldb-dev] Symbol Server for LLDB

2019-03-25 Thread Adrian McCarthy via lldb-dev
Not currently (at least, not for the platforms I use primarily), but there is definitely interest in a symbol fetcher so there may be somebody working on it. On Sun, Mar 24, 2019 at 11:11 PM Murali Venu Thyagarajan via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hello, > > Is there a way to

Re: [lldb-dev] Test suite failures on Fedora Linux?

2019-03-25 Thread David Zarzycki via lldb-dev
> On Mar 25, 2019, at 9:04 AM, Jan Kratochvil wrote: > > On Mon, 25 Mar 2019 12:05:33 +0100, David Zarzycki via lldb-dev wrote: >> I’m trying to build/test/run the latest lldb on the latest Red Hat Fedora, >> but I’m seeing four failures. Is this expected? What operating system do the >> LLVM

Re: [lldb-dev] Test suite failures on Fedora Linux?

2019-03-25 Thread Jan Kratochvil via lldb-dev
On Mon, 25 Mar 2019 12:05:33 +0100, David Zarzycki via lldb-dev wrote: > I’m trying to build/test/run the latest lldb on the latest Red Hat Fedora, > but I’m seeing four failures. Is this expected? What operating system do the > LLVM build bots run? Thanks! My Fedora buildbot does run Fedora 29

Re: [lldb-dev] Get source file name from Python API?

2019-03-25 Thread Pavel Labath via lldb-dev
On 23/03/2019 22:20, Ian Fang via lldb-dev wrote: Hi Folks, Is there anyway to get the source file name for the current stop context? I am looking for something like the result of “source info”, but from Python API. Thanks! Ian ___ lldb-dev mailing

Re: [lldb-dev] Test suite failures on Fedora Linux?

2019-03-25 Thread Pavel Labath via lldb-dev
On 25/03/2019 12:25, Raphael Isemann via lldb-dev wrote: The import-std-module patches are probably just llvm.org/pr35043, so I'll rename the variables there and that should fix it. Not sure about the others. - Raphael The remaining two failures look like they're down to the linux kernel

Re: [lldb-dev] Test suite failures on Fedora Linux?

2019-03-25 Thread Raphael Isemann via lldb-dev
The import-std-module patches are probably just llvm.org/pr35043, so I'll rename the variables there and that should fix it. Not sure about the others. - Raphael Am Mo., 25. März 2019 um 12:06 Uhr schrieb David Zarzycki via lldb-dev : > > Hello, > > I’m trying to build/test/run the latest lldb

[lldb-dev] Test suite failures on Fedora Linux?

2019-03-25 Thread David Zarzycki via lldb-dev
Hello, I’m trying to build/test/run the latest lldb on the latest Red Hat Fedora, but I’m seeing four failures. Is this expected? What operating system do the LLVM build bots run? Thanks! Dave [1+3] Python script sym-linking LLDB Python API [1+2] Preparing lit tests [1+1] cd

[lldb-dev] Symbol Server for LLDB

2019-03-25 Thread Murali Venu Thyagarajan via lldb-dev
Hello, Is there a way to setup a symbol server for lldb just like how I could setup a centralized and indexed symbol server for Windbg. Please let me know. Thanks, Murali ___ lldb-dev mailing list lldb-dev@lists.llvm.org