diff options
author | Charles Zablit <c_zablit@apple.com> | 2025-06-23 18:41:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 18:41:48 +0200 |
commit | a0329eaa0cdcc86046c66533feb002b227553c33 (patch) | |
tree | fb1b721a6d83be147cfc9c9d2ce7374f2db10f96 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | c594f6e697435fbb2458104c51e1bbbfd9df6689 (diff) | |
download | llvm-a0329eaa0cdcc86046c66533feb002b227553c33.zip llvm-a0329eaa0cdcc86046c66533feb002b227553c33.tar.gz llvm-a0329eaa0cdcc86046c66533feb002b227553c33.tar.bz2 |
[lldb] upgrade HandleFrameFormatVariable callees to llvm::Expected (#144731)
Upgrade the callees of `HandleFrameFormatVariable`
(`GetDemangledTemplateArguments`, etc), to return a `llvm::Expected`
instead of an `std::optional`.
This patch also bundles the logic of validating the demangled name and
information into a single reusable function to reduce code duplication.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions