Fix the lldb_private::Function::GetDescription to print out the name and...
Fix the lldb_private::Function::GetDescription to print out the name and mangled name correctly. Previously this was getting the function type's name which was not correct. This info appears in the output of "image lookup --verbose --address ADDRESS". llvm-svn: 294804
Loading
Please sign in to comment