summaryrefslogtreecommitdiff
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFCI] Qualify param type in SBDebugger::FindTargetWithProcessIDAlex Langford2023-05-171-1/+1
* [lldb][NFCI] Clean up ThreadSafeDenseMapAlex Langford2023-05-171-15/+11
* [lldb][NFCI] Move ThreadSafeDenseMap to UtilityAlex Langford2023-05-171-0/+0
* [lldb] Define lldbassert based on NDEBUG instead of LLDB_CONFIGURATION_DEBUGJonas Devlieghere2023-05-161-1/+10
* [lldb] Fix lua build after 27b6a4e63afeAlex Langford2023-05-154-1/+17
* [lldb] Change definition of DisassemblerCreateInstanceAlex Langford2023-05-151-2/+2
* [lldb] Cleanup OptionValue header and implenentation (NFC)Jonas Devlieghere2023-05-141-21/+3
* [lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere2023-05-142-52/+52
* [lldb][NFCI] Delete commented out method OptionValueProperties::GetQualifiedNameAlex Langford2023-05-121-3/+0
* [lldb][NFCI] Redefine dw_attr_t typedef with llvm::dwarf::AttributeAlex Langford2023-05-121-1/+1
* We can't let GetStackFrameCount get interrupted or it will give theJim Ingham2023-05-112-1/+10
* [lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford2023-05-1023-102/+226
* [lldb][NFCI] Replace dw_form_t with llvm::dwarf::FormAlex Langford2023-05-101-1/+1
* [lldb][NFCI] Remove custom dwarf LEB128 typesAlex Langford2023-05-091-2/+0
* [lldb] Simplify predicates of find_if in BroadcastManagerAlex Langford2023-05-091-97/+0
* [lldb] Replace None with std::nullopt in comments (NFC)Kazu Hirata2023-05-061-1/+1
* [LLDB] Add minimal support for the new Mojo languagewalter erquinigo2023-05-051-0/+3
* [lldb] Migrate to GetPropertyAtIndexAs for ArchSpec (NFC)Jonas Devlieghere2023-05-052-3/+9
* [lldb] Migrate to GetPropertyAtIndexAs for LanguageType (NFC)Jonas Devlieghere2023-05-051-3/+0
* Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford2023-05-053-3/+7
* [lldb] Migrate to GetPropertyAtIndexAs for FileSpecList (NFC)Jonas Devlieghere2023-05-041-1/+6
* [lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)Jonas Devlieghere2023-05-042-9/+7
* [lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere2023-05-047-12/+9
* [lldb] Remove SetPropertyAtIndexAsLanguage (NFC)Jonas Devlieghere2023-05-041-3/+0
* Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford2023-05-043-7/+3
* [lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere2023-05-044-47/+97
* [lldb] Expose a const iterator for SymbolContextListAlex Langford2023-05-043-3/+7
* [LLDB] Add a hook to notify REPLs that an expression was evaluatedwalter erquinigo2023-05-041-0/+18
* [lldb] Make some functions useful to REPLs publicwalter erquinigo2023-05-041-6/+13
* [Modules] Move modulemaps to header search directories. NFC intended.Volodymyr Sapsai2023-05-032-142/+142
* Allow scripted thread plans to modify the thread stop description whenJim Ingham2023-05-032-0/+12
* [lldb] Remove distribution_id from ArchSpecAlex Langford2023-05-032-17/+8
* [lldb] Remove FileSpec::GetLastPathComponentAlex Langford2023-05-021-2/+0
* [lldb] Assert on invalid index in OptionValueProperties (NFC)Jonas Devlieghere2023-05-021-2/+2
* [lldb] Add settings for expression evaluation memory allocations.Ilya Kuklin2023-05-022-0/+8
* [lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere2023-05-021-70/+64
* [lldb] Add cstdio include to fix a595b931f1f91897317a4257df313bddfeb029a6Dmitry Chernenkov2023-05-021-0/+2
* [lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere2023-05-025-20/+18
* [lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere2023-05-011-12/+15
* [lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere2023-05-011-15/+8
* Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom delet...Jorge Gorbe Moya2023-05-011-2/+0
* [lldb] Change ObjectValueDictionary to use a StringMapAlex Langford2023-05-011-8/+6
* Revert "[lldb] Make the libcxx unique_ptr prettyprinter support custom delete...Jorge Gorbe Moya2023-05-011-0/+2
* [lldb] Add debugger.external-editor settingJonas Devlieghere2023-05-012-2/+6
* [lldb] Make the libcxx unique_ptr prettyprinter support custom deleters.Jorge Gorbe Moya2023-05-011-2/+0
* Revert "Host: generalise `GetXcodeSDKPath`"Douglas Yung2023-05-012-26/+5
* [lldb] Refactor host::OpenFileInExternalEditorJonas Devlieghere2023-04-281-2/+2
* Host: generalise `GetXcodeSDKPath`Saleem Abdulrasool2023-04-282-5/+26
* [lldb] Create a way to force remove commandswalter erquinigo2023-04-261-2/+3
* [lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford2023-04-261-2/+2