Hi,

I use LLDB (lldb-310.2.37) to debug Firefox/Gecko. One of my biggest
annoyances is that I can't seem to make it inspect a local variable called
'id' (of which we have many) because 'id' is the name of a built-in LLDB
type.

(lldb) p id
(lldb) p id.get()
error: cannot use dot operator on a type
error: 1 errors parsing expression

I can't seem to find a bug on this - is there one on file? More
importantly, is there some escaping mechanism I can use as a workaround?

Thanks,
bholley
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to