http://llvm.org/bugs/show_bug.cgi?id=19011
Bug ID: 19011
Summary: test_with_dwarf
(TestFormatters.ExprFormattersTestCase) fails on
FreeBSD w/ system clang 3.4
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Test fails when inferior built with FreeBSD 11's Clang 3.4 system compiler as
the constructor is not present:
Snippet from test:
self.expect("expression --show-types -- *(new foo(47))",
substrs = ['(int) a = 47', '(bar) b = {', '(int) i = 94', '(baz) b
= {', '(int) k = 99'])
Verbose output:
error: call to a function 'foo::foo(int)' ('_ZN3fooC1Ei') that is not present
in the target
error: The expression could not be prepared to run in the target
runCmd: expression --show-types -- *(new foo(47))
runCmd failed!
error: The expression could not be prepared to run in the target
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev