summaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)Author
2023-01-23[LLDB] Remove return value from DumpRegisterValueDavid Spickett
2023-01-22[NFC] Fix "form/from" typosPiotr Fusik
2023-01-20[lldb] Implement SymbolFile::CopyTypeAugusto Noronha
2023-01-18[lldb][Language] List supported languages in expr error textMichael Buch
2023-01-17[lldb] Only allow SymbolFiles to construct TypesAugusto Noronha
2023-01-14Remove redundant initialization of std::optional (NFC)Kazu Hirata
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb/Process] Populate queues in Scripted ProcessMed Ismail Bennani
2023-01-12[lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2023-01-12[lldb/Interpreter] Make ScriptedProcessInfo more genericMed Ismail Bennani
2023-01-11[lldb] Do not deallocate memory after execAlex Langford
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-09[lldb] Limit trusting aranges to dSYMs only.Jonas Devlieghere
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
2023-01-09[lldb] Fix symbol table use after freeAugusto Noronha
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2023-01-05Revert an unintentional API ABI breakAdrian Prantl
2023-01-04[lldb] Remove unneeded .get() NFCFangrui Song
2022-12-20[lldb] Prevent false positives with simple template names in SymbolFileDWARF:...Arthur Eubanks
2022-12-20[llvm] Make llvm::Any similar to std::anySebastian Neubauer
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song
2022-12-16[lldb][NFC] Remove unused/unimplemented Type methodsArthur Eubanks
2022-12-16[trace] Migrate uses of operator<<(raw_ostream &OS, const Optional<T> &O) to ...Fangrui Song
2022-12-16JSON: llvm::Optional => std::optionalFangrui Song
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda
2022-12-10[lldb] Use std::optional instead of None in comments (NFC)Kazu Hirata
2022-12-08[NFC] Fix leak handling breakpoint names.Jordan Rupprecht
2022-12-05[lldb] Make sure the value of `eSymbolContextVariable` is not conflicting wit...Argyrios Kyrtzidis
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song
2022-12-04Forward-declare raw_ostream (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-02[lldb][Module][NFC] Add ModuleList::AnyOfMichael Buch
2022-12-02[lldb][Module] Document ModuleList::ForEach and assert nullnessMichael Buch
2022-12-01Improve error logging when xcrun fails to execute successfullyAdrian Prantl
2022-11-30Report which modules have forcefully completed types in statistics.Greg Clayton
2022-11-29[lldb] Introduce dwim-print commandDave Lee
2022-11-23Use std::nullopt_t instead of NoneType (NFC)Kazu Hirata
2022-11-23Add the ability to see when a type in incomplete.Greg Clayton
2022-11-22[lldb] rm include/lldb/Host/posix/Fcntl.hPavel Labath
2022-11-22[lldb] Allow plugins to extend DWARF expression parsing for vendor extensionsPhilip Pfaffe
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani
2022-11-17Comment functionAdrian Prantl
2022-11-16Make CompilerType safeAdrian Prantl