Re: [lldb-dev] Issue with expression parser finding the correct types

2018-04-25 Thread Jim Ingham via lldb-dev
> On Apr 25, 2018, at 7:49 PM, Jim Ingham via lldb-dev > wrote: > > NamespaceSearchContext that should be NameSearchContext. Jim ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Re: [lldb-dev] Issue with expression parser finding the correct types

2018-04-25 Thread Jim Ingham via lldb-dev
> On Apr 25, 2018, at 5:52 PM, Greg Clayton via lldb-dev > wrote: > > I have identified an issue in the expression parse. If you compile this code: > > struct Foo { typedef unsigned node; }; > struct Bar { typedef int node; }; > int main(int argc, const char **argv) { > Foo::node foo_carp

[lldb-dev] Issue with expression parser finding the correct types

2018-04-25 Thread Greg Clayton via lldb-dev
I have identified an issue in the expression parse. If you compile this code: struct Foo { typedef unsigned node; }; struct Bar { typedef int node; }; int main(int argc, const char **argv) { Foo::node foo_carp = 22; Bar::node bar_node = 33; return 0; } Then then do: (lldb) file a.ou

Re: [lldb-dev] Dlopen extremely slow while LLDB is attached

2018-04-25 Thread Pavel Labath via lldb-dev
On Wed, 25 Apr 2018 at 19:59, Scott Funkenhauser via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Thanks Greg and Jason for pointing me in the right direction! > The results from my original tests were due to a timeout being triggered: > 1524681484.092825651 (x86_64) /tmp/liblldb.so.7.0.0: Readi

Re: [lldb-dev] Dlopen extremely slow while LLDB is attached

2018-04-25 Thread Scott Funkenhauser via lldb-dev
Thanks Greg and Jason for pointing me in the right direction! The results from my original tests were due to a timeout being triggered: 1524681484.092825651 (x86_64) /tmp/liblldb.so.7.0.0: Reading EH frame info 1524681489.783293724 error: timed out, status = timed out 1524681489.783379793 this =

Re: [lldb-dev] Welcome Alexander!

2018-04-25 Thread Greg Clayton via lldb-dev
> On Apr 24, 2018, at 5:58 PM, Jim Ingham wrote: > > > >> On Apr 24, 2018, at 5:24 PM, Александр Поляков >> wrote: >> >> Thanks Jim, it helped me a lot. >> >> Can we do something like this: >> 1) having empty dummy target; > > Yes, you don't need to do anything here. The Debugger obj