summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/Coroutines.cpp
AgeCommit message (Expand)Author
2025-06-11[lldb] Show coro_frame in `std::coroutine_handle` pretty printer (#141516)Adrian Vogelsgesang
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee
2023-02-08[LLDB] Fix assertion failure by removing `CopyType` in `std::coroutine_handle...Adrian Vogelsgesang
2023-01-31[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang
2022-11-25Revert "[LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` p...Jason Molenda
2022-11-25Revert "[LLDB] Do not dereference promise pointer in `coroutine_handle` prett...Jason Molenda
2022-11-20[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang
2022-11-20[LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` pretty pr...Adrian Vogelsgesang
2022-11-20Reapply "[LLDB] Devirtualize coroutine promise types for `std::coroutine_hand...Adrian Vogelsgesang
2022-11-16Make CompilerType safeAdrian Prantl
2022-11-11Revert "[LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`"Adrian Vogelsgesang
2022-11-11[LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`Adrian Vogelsgesang
2022-08-24[LLDB] Add data formatter for std::coroutine_handleAdrian Vogelsgesang