[Bug 17189] New: Frame variable command isn't working for Go programs

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.

labath@google.com changed bug 17189

What | Removed | Added |

  • | - | - |
    Status | NEW | RESOLVED |
    CC | | labath@google.com |
    Resolution | — | FIXED |

Comment # 5 on bug 17189 from labath@google.com

LLDB has grown Go support since this was filed. Hopefully it's working now (?)