summaryrefslogtreecommitdiff
path: root/lldb
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-173-2/+2
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-172-2/+16
* [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-178-12/+417
* [lldb][gnustep] Add basic test and infrastructure for GNUstep ObjC runtimeStefan Gränitz2023-05-177-4/+169
* lldb PlatformDarwinKernel make local filesystem scan lazyJason Molenda2023-05-162-6/+15
* [lldb][docs] Update SB API design documentAlex Langford2023-05-161-8/+26
* Emit the correct flags for the PROC CodeView Debug SymbolDaniel Paoliello2023-05-161-0/+1
* [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-163-9/+14
* [lldb][DWARFASTParserClang] Don't create unnamed bitfields to account for vta...Michael Buch2023-05-164-8/+40
* [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 typo in TestDataFormatterSynthVal.pyMuhammad Omair Javaid2023-05-161-1/+1
* [lldb] Fix lldb_assert -> lldbassert in docsJonas Devlieghere2023-05-151-3/+3
* [lldb] Fix lua build after 27b6a4e63afeAlex Langford2023-05-158-15/+42
* [lldb] Refine call to decl printing helper (NFC)Dave Lee2023-05-151-1/+6
* [lldb] Set CMAKE_CXX_STANDARD before including LLDBStandaloneJonas Devlieghere2023-05-151-2/+2
* [lldb] Change definition of DisassemblerCreateInstanceAlex Langford2023-05-154-20/+14
* [LLDB] Fix TestDataFormatterSynthVal.py for AArch64/WindowsMuhammad Omair Javaid2023-05-162-3/+11
* Revert "[lldb] Refactor SBFileSpec::GetDirectory"Muhammad Omair Javaid2023-05-151-1/+3
* [lldb] Cleanup OptionValue header and implenentation (NFC)Jonas Devlieghere2023-05-142-47/+16
* [lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere2023-05-1416-89/+94
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-132-16/+2
* [lldb][NFCI] Replace use of DWARFAttribute in DWARFAbbreviationDeclAlex Langford2023-05-123-17/+39
* [lldb][NFCI] Delete commented out method OptionValueProperties::GetQualifiedNameAlex Langford2023-05-122-22/+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-125-2/+8
* Fix libstdc++ data formatter for reference/pointer to std::stringJeffrey Tan2023-05-123-2/+28
* [lldb-vscode] Skip restart tests on ARMLeandro Lupori2023-05-121-0/+2
* [lldb][nfc] Simplify DebugRanges classFelipe de Azevedo Piovezan2023-05-123-64/+16
* [lldb] Don't write to source directory in testBenjamin Kramer2023-05-121-3/+3
* We can't let GetStackFrameCount get interrupted or it will give theJim Ingham2023-05-118-20/+131
* Relax test to not rely on the variable being optimized outAdrian Prantl2023-05-111-1/+1
* [lldb] Correct elision of line zero in mixed disassemblyDave Lee2023-05-112-1/+14
* [lldb-vscode] Fix handling of RestartRequest arguments.Jorge Gorbe Moya2023-05-113-6/+45
* 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-102-3/+4
* [lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford2023-05-1038-576/+715
* [lldb][NFCI] Replace dw_form_t with llvm::dwarf::FormAlex Langford2023-05-108-15/+22
* [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-095-13/+10
* [lldb] Simplify Log::PutString (NFC)Dave Lee2023-05-091-13/+12
* [lldb] Simplify predicates of find_if in BroadcastManagerAlex Langford2023-05-092-112/+44
* Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda2023-05-089-183/+65
* [lldb] Prevent mutation of CommandAlias::GetOptionArgumentsDave Lee2023-05-082-3/+8
* Skip test when compiling with older versions of clangAdrian Prantl2023-05-081-0/+1