aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[lldb] Add VirtualDataExtractor for virtual address translation (#168802)Jonas Devlieghere2-0/+140
2025-11-26[lldb] Use InlHostByteOrder in RegisterValue::SetValueFromData (#169624)Matej Košík1-3/+1
2025-11-21[lldb] Remove redundant declarations (NFC) (#169003)Kazu Hirata1-3/+0
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere1-7/+5
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit2-236/+0
2025-11-18[LLDB] Add log channel for InstrumentationRuntime plugins (#168508)Dan Liew1-0/+3
2025-11-18[lldb] Support integer registers with more than 64 bits. (#166363)Matej Košík2-30/+22
2025-11-04[ADT] Deprecate a soft-deprecated APInt constructor (#166314)Kazu Hirata1-3/+5
2025-11-03[lldb] Fix indentation when printing stop hooks (#165945)Julian Lettner1-0/+8
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski1-1/+1
2025-10-20[lldb] Fix the "RegisterValue::SetValueFromData" method for 128-bit integer r...Matej Košík1-1/+1
2025-10-15[lldb] Correct bridgeOS -> BridgeOS spelling (#163479)Jonas Devlieghere1-5/+5
2025-09-23[lldb] Use APSInt's right shift operator in Scalar (#160149)Ilia Kuklin1-17/+3
2025-09-19Revert "[ELF][LLDB] Add an nvsass triple (#159459)" (#159879)Joseph Huber1-4/+0
2025-09-19[ELF][LLDB] Add an nvsass triple (#159459)Walter Erquinigo1-0/+4
2025-09-19[lldb] Add a static_assert that g_core_definitions matches the Core enum (#15...Jonas Devlieghere1-3/+12
2025-09-18[LLDB] Add support for the structured data plugins in lldb-server (#159457)Walter Erquinigo1-0/+2
2025-09-12[LLDB][NVIDIA] Add NVPTX architecture support (#158334)Andrew Gontarek1-0/+2
2025-09-12[lldb] Allow division by floating point zero in Scalar (#158115)Ilia Kuklin1-2/+3
2025-09-10[NFC][lldb] Cleanup the ArchDefinitionEntry definitons. (#152618)Greg Clayton1-102/+61
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee1-0/+4
2025-08-21[lldb] Remove unused XcodeSDK::SupportsSwift (NFC) (#154572)Dave Lee1-23/+0
2025-08-06[lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetDat...Ilia Kuklin1-15/+45
2025-08-04[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#151535)Charles Zablit1-21/+0
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere1-0/+53
2025-07-15Revert "[lldb] Fix race condition in Process::WaitForProcessToStop() … (#14...jimingham2-52/+0
2025-07-15[lldb] Fix race condition in Process::WaitForProcessToStop() (#144919)athierry-oct2-0/+52
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward1-2/+2
2025-07-11[LLDB][NVIDIA] Add Disassembler log channel (#148290)Andrew Gontarek1-0/+3
2025-07-02[lldb] Fixing warnings / win32 builds in MainLoop. (#146632)John Harrison1-1/+1
2025-07-01[lldb] Adding pipe support to lldb_private::MainLoopWindows. (#145621)John Harrison1-0/+9
2025-06-26[lldb][Darwin] revert change to lang_opts.BuiltinHeadersInSystemModules (#145...Charles Zablit1-0/+21
2025-06-25[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#144913)Charles Zablit1-21/+0
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath1-0/+2
2025-06-08[lldb] Use std::none_of (NFC) (#143319)Kazu Hirata1-2/+1
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-4/+3
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata1-1/+1
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata1-2/+2
2025-05-09[lldb][NFC] Avoid an assertion failure in dwim-print (#139197)Igor Kudrin1-7/+6
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi1-4/+1
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-1/+0
2025-04-23Add MachO RISC-V CPU type and CPU subtype to llvm & lldb (#136785)Jonas Devlieghere1-0/+2
2025-04-04[lldb] Make lldbassert fire only once per instance (#134343)Jonas Devlieghere1-16/+21
2025-04-02[lldb] uint8_t -> unsigned short in std::independent_bits_engineJonas Devlieghere1-1/+2
2025-04-02[lldb] Hoist UUID generation into the UUID class (#133662)Jonas Devlieghere1-0/+20
2025-03-31[lldb] Include the version in the lldbassert error message (#133740)Jonas Devlieghere1-2/+2
2025-03-21[lldb] Show target.debug-file-search-paths setting from python SBDebugger (#...Ebuka Ezike1-0/+7
2025-03-11[lldb][XcodeSDK] Simplify logic that adjusts sysroot during XcodeSDK merging ...Michael Buch1-8/+6
2025-03-04Reland "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Michael Buch1-4/+13
2025-03-03Revert "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Augusto Noronha1-13/+4