http://llvm.org/bugs/show_bug.cgi?id=17189
Bug ID: 17189
Summary: Frame variable command isn't working for Go programs
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
I am trying to use lldb to debug Go programs (http://golang.org). Gdb is
normally the debugger used for these programs. It is able to show the value of
variables.
When I run the "frame variable" command all variables, whether primitive or
pointers, show an error like the following:
(long) i = <Expression stack needs at least 2 items for DW_OP_plus.>
I have tried compiling the latest stable version (3.3) and I get the same
result.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev