Open Quuxplusone opened 10 years ago
Attached test.cc
(291 bytes, application/octet-stream): Example method definition with default arg.
It doesn't look like clang ever emits the DW_AT_default_value tag, so lldb has no way of knowing that a parameter has a default value or what it is.
So the first step would be to file a bug on clang to generate DW_AT_default_value, then we can do something reasonable with it.
Filed as http://llvm.org/bugs/show_bug.cgi?id=20690 .
test.cc
(291 bytes, application/octet-stream)