> 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
> 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
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
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
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 =
> 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