summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/Status.cpp
AgeCommit message (Expand)Author
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-23Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-20[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...David Spickett
2024-09-19[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-18Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-18Revert "Add noexcept qualifier to placate g++"Adrian Prantl
2024-09-18Revert "[lldb] Store ECError as CloneableECError in Status"Adrian Prantl
2024-09-18[lldb] Store ECError as CloneableECError in StatusAdrian Prantl
2024-09-18Add noexcept qualifier to placate g++Adrian Prantl
2024-09-18[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-09-05Factor Process::ExecutionResultAsCString() into a global function (NFC)Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl
2023-11-17[lldb] Remove unused Status::SetMachError (NFC) (#72668)Jonas Devlieghere
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-10-18[lldb] [Utility] Remove Status::WasInterrupted() along with its only useMichał Górny
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-04-23[lldb/Utility] Improve error_code->Status conversionPavel Labath
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-28[LLDB] On Windows, force error message formatting to EnglishAlexandre Ganea
2019-11-11lldb: Fix some -Wdeprecated-copy warningsPavel Labath
2019-05-15Delete unnecessary copy ctors/copy assignment operatorsFangrui Song
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-10-19[lldb] Add support in Status::AsCString to retrieve win32 system error stringsAaron Smith
2018-05-29Typo fixes.Bruce Mitchener
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-01Remove uint32_t assignment operator from StatusPavel Labath
2017-06-15Add llvm::Error assignment operator to Status classPavel Labath
2017-06-06replace uses of strerror with llvm::sys::StrErrorPavel Labath
2017-05-18Add Status -- llvm::Error gluePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner