[lldb-dev] [Bug 17189] New: Frame variable command isn't working for Go programs
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Sep 10 18:11:42 PDT 2013
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: lldb-dev at cs.uiuc.edu
Reporter: sirnewton_01 at yahoo.ca
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130911/1a41a599/attachment.html>
More information about the lldb-dev
mailing list