[lldb-dev] [Bug 38925] New: Missing support for expresions with int128_t
via lldb-dev
lldb-dev at lists.llvm.org
Thu Sep 13 03:03:42 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38925
Bug ID: 38925
Summary: Missing support for expresions with int128_t
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: david.bolvansky at gmail.com
CC: llvm-bugs at lists.llvm.org
Using LLDB 6.0
clang main.c -g3
int main(void)
{
__int128_t n = 1;
n = n + n;
return n;
}
(lldb) print n
(__int128_t) $1 = 1
(lldb) print n + 6
error: supposed to interpret, but failed: Interpreter couldn't resolve a value
during execution
--
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/20180913/f8a6e668/attachment.html>
More information about the lldb-dev
mailing list