[Lldb-commits] [lldb] [LLDB] Display artificial __promise and __coro_frame variables. (PR #71928)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 10 04:17:00 PST 2023
================
@@ -41,7 +41,11 @@ CPPLanguageRuntime::CPPLanguageRuntime(Process *process)
: LanguageRuntime(process) {}
bool CPPLanguageRuntime::IsAllowedRuntimeValue(ConstString name) {
- return name == g_this;
+ // FIXME: use a list when the list grows more.
----------------
Michael137 wrote:
Don't think we need this FIXME
https://github.com/llvm/llvm-project/pull/71928
More information about the lldb-commits
mailing list