summaryrefslogtreecommitdiff
path: root/lldb/source
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][NFCI] Small adjustment to Breakpoint::AddNameAlex Langford2023-05-161-1/+1
* [lldb] Define lldbassert based on NDEBUG instead of LLDB_CONFIGURATION_DEBUGJonas Devlieghere2023-05-161-6/+2
* [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] Refine call to decl printing helper (NFC)Dave Lee2023-05-151-1/+6
* [lldb] Change definition of DisassemblerCreateInstanceAlex Langford2023-05-153-18/+12
* Revert "[lldb] Refactor SBFileSpec::GetDirectory"Muhammad Omair Javaid2023-05-151-1/+3
* [lldb] Cleanup OptionValue header and implenentation (NFC)Jonas Devlieghere2023-05-141-26/+13
* [lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere2023-05-1413-30/+35
* [lldb][NFCI] Replace use of DWARFAttribute in DWARFAbbreviationDeclAlex Langford2023-05-123-17/+39
* [lldb][NFCI] Delete commented out method OptionValueProperties::GetQualifiedNameAlex Langford2023-05-121-19/+0
* [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-113-19/+45
* [lldb] Correct elision of line zero in mixed disassemblyDave Lee2023-05-111-1/+1
* Prioritize using a segment with the name TEXT instead off fileoff 0Jason Molenda2023-05-101-8/+10
* When the Debugger runs HandleProcessEvent it should allowJim Ingham2023-05-101-2/+4
* [lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford2023-05-109-255/+288
* [lldb][NFCI] Replace dw_form_t with llvm::dwarf::FormAlex Langford2023-05-107-14/+21
* [lldb][NFCI] Remove n^2 loops and simplify iterator usageFelipe de Azevedo Piovezan2023-05-101-34/+25
* [nfc] Remove dead code from ObjectFileMachOJason Molenda2023-05-091-49/+0
* [lldb][NFCI] Remove custom dwarf LEB128 typesAlex Langford2023-05-094-11/+10
* [lldb] Simplify Log::PutString (NFC)Dave Lee2023-05-091-13/+12
* [lldb] Simplify predicates of find_if in BroadcastManagerAlex Langford2023-05-091-15/+44
* Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda2023-05-083-13/+6
* [lldb] Prevent mutation of CommandAlias::GetOptionArgumentsDave Lee2023-05-081-3/+4
* 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-063-4/+4
* [LLDB] Add minimal support for the new Mojo languagewalter erquinigo2023-05-051-0/+1
* [lldb] Fix fallout from e9eaf7b430eeAlex Langford2023-05-051-1/+1
* [lldb] Migrate to GetPropertyAtIndexAs for ArchSpec (NFC)Jonas Devlieghere2023-05-053-17/+18
* [lldb] Migrate to GetPropertyAtIndexAs for LanguageType (NFC)Jonas Devlieghere2023-05-053-20/+3
* Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford2023-05-0517-359/+213
* ObjectFile: remove extraneous shadowed variable (NFCI)Saleem Abdulrasool2023-05-051-1/+0
* [lldb][TypeSystem] ForEach: Don't hold the TypeSystemMap lock across callbackMichael Buch2023-05-051-2/+12
* SymbolFile: invert condition, remove unnecessary `else` (NFC)Saleem Abdulrasool2023-05-051-3/+2
* Reland "[lldb][DWARFExpression] Fix DW_OP_div to use signed division"LU Hongyi2023-05-051-2/+6
* [lldb] Migrate to GetPropertyAtIndexAs for FileSpecList (NFC)Jonas Devlieghere2023-05-045-27/+17
* [lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)Jonas Devlieghere2023-05-049-49/+23
* [lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere2023-05-0417-21/+19
* [lldb] Remove SetPropertyAtIndexAsLanguage (NFC)Jonas Devlieghere2023-05-041-11/+0