[Lldb-commits] [lldb] [lldb] Show coro_frame in `std::coroutine_handle` pretty printer (PR #141516)

2025-05-26 Thread Jan Finis via lldb-commits
@@ -43,11 +43,17 @@ def do_test(self, stdlib_type): ValueCheck(name="current_value", value="-1"), ], ), +# We don not check any members inside the `coro_frame`, JFinis wrote: ```sugges

[Lldb-commits] [lldb] [lldb] Show coro_frame in `std::coroutine_handle` pretty printer (PR #141516)

2025-05-26 Thread Jan Finis via lldb-commits
@@ -141,76 +127,76 @@ lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd::Update() { if (frame_ptr_addr == 0 || frame_ptr_addr == LLDB_INVALID_ADDRESS) return lldb::ChildCacheState::eRefetch; - auto ast_ctx = valobj_sp->GetCompilerType().GetTypeSystem();