[Lldb-commits] [PATCH] D136761: [lldb][CPlusPlus] Implement CPlusPlusLanguage::GetFunctionDisplayName
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 28 03:04:30 PDT 2022
Michael137 added inline comments.
================
Comment at: lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp:1538
+ cstr = inline_info->GetName().GetCString();
+ }
+
----------------
Not great that this is copied from `FormatEntity` but didn't see a great way of making this a useful API across both components
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136761/new/
https://reviews.llvm.org/D136761
More information about the lldb-commits
mailing list