[Lldb-commits] [PATCH] D132815: [LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printer
Adrian Vogelsgesang via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 31 06:19:35 PST 2023
avogelsgesang updated this revision to Diff 493583.
avogelsgesang marked an inline comment as done.
avogelsgesang added a comment.
fix crash in cases where the promise type is unknown even after an attempt at devirtualization
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132815/new/
https://reviews.llvm.org/D132815
Files:
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/source/Plugins/Language/CPlusPlus/Coroutines.cpp
lldb/source/Plugins/Language/CPlusPlus/Coroutines.h
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132815.493583.patch
Type: text/x-patch
Size: 12327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230131/6dd6711e/attachment-0001.bin>
More information about the lldb-commits
mailing list