[lldb-dev] [Bug 24198] template enum parameter incorrectly mangled during expression evaluation
via lldb-dev
lldb-dev at lists.llvm.org
Fri Jul 19 13:35:18 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=24198
Jonas Devlieghere <jdevlieghere at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jdevlieghere at apple.com
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Jonas Devlieghere <jdevlieghere at apple.com> ---
Process 70212 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x0000000100000fad a.out`main at main.cpp:19:5
16 {
17 TCTest<ETest_1> ToTest;
18 &TCTest<ETest_1>::ms_Value;
-> 19 return 0;
20 }
(lldb) expr ToTest.ms_Value
(ETest) $0 = ETest_1
--
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/20190719/dfcf23ec/attachment.html>
More information about the lldb-dev
mailing list