aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2022-11-30Add a log message to the IR interpreter.Adrian Prantl1-0/+1
2022-11-30[lldb] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks8-123/+102
2022-11-30[DataFormatter] Fix variant npos with `_LIBCPP_ABI_VARIANT_INDEX_TYPE_OPTIMIZ...Jordan Rupprecht3-2/+69
2022-11-30[lldb] Use LLDB_ENABLE_SWIG as the canonical CMake variableJonas Devlieghere2-7/+5
2022-11-30[lldb][DataFormatter] Add std::ranges::ref_view formatterMichael Buch7-0/+196
2022-11-29[lldb] Introduce dwim-print commandDave Lee11-0/+236
2022-11-29[lldb] Make SWIG an auto-detected dependencyJonas Devlieghere3-7/+7
2022-11-29[test] Allow libc++ namespaces besides `__1`Jordan Rupprecht2-2/+2
2022-11-29[test] Implement layout for unstable std::string garbage formatter tests.Jordan Rupprecht1-4/+35
2022-11-29[NFC] Make headers self-contained.Jordan Rupprecht3-1/+3
2022-11-29[lldb/test] Use SBPlatform info for lldbplatformutil.getPlatform()Pavel Labath2-34/+27
2022-11-27[lldb][JITLoaderGDB] Resolve __jit_debug_register_code as eSymbolTypeCodeStefan Gränitz3-5/+1
2022-11-26[LLDB] Change getValue to value in NativeRegisterContextFreeBSD_x86_64.cppKrzysztof Parzyszek1-2/+2
2022-11-25Revert "[LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` p...Jason Molenda3-81/+21
2022-11-25Revert "[LLDB] Do not dereference promise pointer in `coroutine_handle` prett...Jason Molenda4-105/+74
2022-11-25Revert "[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DW...Jason Molenda8-103/+123
2022-11-25[LLDB] Add LoongArch register definitions and operationsTiezhu Yang10-5/+1047
2022-11-25[lldb][nfc] Deindent ProcessGDBRemote::SetThreadStopInfo by two levelsPavel Labath1-261/+248
2022-11-25[lldb/test] Remove the module cache directory in module-ownership.mmPavel Labath1-0/+1
2022-11-25[lldb] Prevent an infinite loop while reading memory regionsPavel Labath2-1/+51
2022-11-24Change debugserver to spawn processes in their own pgrpJason Molenda1-1/+1
2022-11-24[lldb][NFC] Change FindDefinitionTypeForDWARFDeclContext() to take DWARFDIEArthur Eubanks8-123/+103
2022-11-24Fix remaining build errors introduced in D90568 - 15e76eed0c7.Nathan James1-2/+2
2022-11-24Fix build error introduced in D90568 - 15e76eed0c7Nathan James1-3/+3
2022-11-24[lldb] Fix PathMappingListTest for the Optional interface changePavel Labath1-1/+2
2022-11-23[lldb] Fix a warningKazu Hirata1-1/+1
2022-11-23Use std::nullopt_t instead of NoneType (NFC)Kazu Hirata3-3/+3
2022-11-23Unbreak lldb build broken by d941fceca8e9Benjamin Kramer1-1/+2
2022-11-23Add the ability to see when a type in incomplete.Greg Clayton9-20/+185
2022-11-23[LLDB][RISCV] Add RV32F instruction support for EmulateInstructionRISCVEmmmer5-18/+721
2022-11-23Revert "Add runToBinaryEntry option for lldb-vscode"Pavel Labath7-137/+27
2022-11-22Add runToBinaryEntry option for lldb-vscodeJeffrey Tan7-27/+137
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-4/+5
2022-11-23Revert "Reland "[LTO][COFF] Use bitcode file names in lto native object file ...Roman Lebedev1-5/+4
2022-11-22Reland "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-4/+5
2022-11-22Revert "[LTO][COFF] Use bitcode file names in lto native object file names."Zequan Wu1-5/+4
2022-11-22[LLDB][Minidump] Merge executable module's architecture into target's archite...Zequan Wu3-9/+28
2022-11-22[LTO][COFF] Use bitcode file names in lto native object file names.Zequan Wu1-4/+5
2022-11-22[lldb] rm include/lldb/Host/posix/Fcntl.hPavel Labath1-24/+0
2022-11-22Add include guards for PlatformQemuUser.hPavel Labath1-0/+5
2022-11-22[lldb] Allow plugins to extend DWARF expression parsing for vendor extensionsPhilip Pfaffe8-16/+311
2022-11-21Reland "[lldb] Fix SBFileSpec.fullpath"Dave Lee2-18/+7
2022-11-21Revert "[lldb] Fix SBFileSpec.fullpath"Dave Lee1-1/+12
2022-11-21[lldb] Fix SBFileSpec.fullpathDave Lee1-12/+1
2022-11-21[test] Fix TestSourceManager when the source file is readonly.Jordan Rupprecht1-0/+8
2022-11-21[test] Remove named function arguments from TestSBEnvironmentJordan Rupprecht1-12/+16
2022-11-21[lldb] Disable looking at pointee types to find synthetic value for non-ObjCArthur Eubanks5-1/+44
2022-11-21[test][lldb-vscode] Un-realpath coreFile test.Jordan Rupprecht1-2/+2
2022-11-21[lldb] Enable TestTargetVar on non-darwinPavel Labath1-1/+0
2022-11-20[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang4-74/+105