summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFCI] Move ThreadSafeDenseMap to UtilityAlex Langford2023-05-172-2/+2
* [lldb][SymbolFileDWARF] Fix format specifier when logging FindDefinitionTypeF...Michael Buch2023-05-171-2/+2
* [lldb][gnustep] Add minimal GNUstepObjCRuntime plugin for LanguageTypeObjC on...Stefan Gränitz2023-05-177-4/+364
* lldb PlatformDarwinKernel make local filesystem scan lazyJason Molenda2023-05-162-6/+15
* [lldb][DWARFASTParserClang] Don't create unnamed bitfields to account for vta...Michael Buch2023-05-162-8/+20
* [lldb][DWARFASTParserClang][NFC] Extract condition for unnamed bitfield creat...Michael Buch2023-05-162-12/+44
* [lldb][DWARFASTParserClang][NFC] Simplify unnamed bitfield conditionMichael Buch2023-05-161-7/+4
* [lldb] Fix lua build after 27b6a4e63afeAlex Langford2023-05-152-10/+17
* [lldb] Change definition of DisassemblerCreateInstanceAlex Langford2023-05-152-10/+8
* [lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere2023-05-144-8/+9
* [lldb][NFCI] Replace use of DWARFAttribute in DWARFAbbreviationDeclAlex Langford2023-05-123-17/+39
* [lldb][NFCI] Change return type of DWARFDebugInfoEntry::GetAttributesAlex Langford2023-05-129-355/+342
* [lldb][NFCI] Redefine dw_attr_t typedef with llvm::dwarf::AttributeAlex Langford2023-05-124-1/+7
* Fix libstdc++ data formatter for reference/pointer to std::stringJeffrey Tan2023-05-121-2/+9
* [lldb][nfc] Simplify DebugRanges classFelipe de Azevedo Piovezan2023-05-123-64/+16
* We can't let GetStackFrameCount get interrupted or it will give theJim Ingham2023-05-111-2/+1
* Prioritize using a segment with the name TEXT instead off fileoff 0Jason Molenda2023-05-101-8/+10
* [lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford2023-05-107-217/+248
* [lldb][NFCI] Replace dw_form_t with llvm::dwarf::FormAlex Langford2023-05-107-14/+21
* [nfc] Remove dead code from ObjectFileMachOJason Molenda2023-05-091-49/+0
* [lldb][NFCI] Remove custom dwarf LEB128 typesAlex Langford2023-05-094-11/+10
* Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda2023-05-083-13/+6
* ObjectFile: introduce a COFF object file pluginSaleem Abdulrasool2023-05-074-0/+441
* [lldb] [NetBSD] getValue => operator* for Optional migrationNikita Ronja Gillmann2023-05-071-2/+2
* [lldb] Replace None with std::nullopt in comments (NFC)Kazu Hirata2023-05-062-3/+3
* [lldb] Fix fallout from e9eaf7b430eeAlex Langford2023-05-051-1/+1
* Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford2023-05-056-160/+103
* ObjectFile: remove extraneous shadowed variable (NFCI)Saleem Abdulrasool2023-05-051-1/+0
* SymbolFile: invert condition, remove unnecessary `else` (NFC)Saleem Abdulrasool2023-05-051-3/+2
* [lldb] Migrate to GetPropertyAtIndexAs for FileSpecList (NFC)Jonas Devlieghere2023-05-041-4/+1
* [lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)Jonas Devlieghere2023-05-042-2/+2
* [lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere2023-05-047-9/+9
* Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford2023-05-046-103/+160
* [lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere2023-05-048-27/+26
* [lldb] Expose a const iterator for SymbolContextListAlex Langford2023-05-046-160/+103
* Recognize `addressing_bits` kv in stop reply packetJason Molenda2023-05-041-0/+7
* [lldb] Remove unused g_objc_Tagged_ISA constants (NFC)Dave Lee2023-05-041-12/+0
* Allow scripted thread plans to modify the thread stop description whenJim Ingham2023-05-033-2/+30
* [lldb] Remove distribution_id from ArchSpecAlex Langford2023-05-033-10/+9
* [lldb] Remove FileSpec::GetLastPathComponentAlex Langford2023-05-024-7/+6
* [lldb] Minor cleanups at callsites of FileSpec::GetFileNameExtensionAlex Langford2023-05-023-7/+7
* [lldb] Add settings for expression evaluation memory allocations.Ilya Kuklin2023-05-021-0/+2
* [lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere2023-05-0210-38/+27
* [lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere2023-05-023-9/+8
* [lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere2023-05-018-28/+33
* [lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere2023-05-014-7/+8
* Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom delet...Jorge Gorbe Moya2023-05-013-8/+60
* [lldb] Change ObjectValueDictionary to use a StringMapAlex Langford2023-05-015-18/+12
* Revert "[lldb] Make the libcxx unique_ptr prettyprinter support custom delete...Jorge Gorbe Moya2023-05-013-60/+8
* [lldb] Make the libcxx unique_ptr prettyprinter support custom deleters.Jorge Gorbe Moya2023-05-013-8/+60