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 lldb-dev@cs.uiuc.edu
Reporter sirnewton_01@yahoo.ca
Classification Unclassified
I am trying to use lldb to debug Go programs ([http://golang.org](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.