summaryrefslogtreecommitdiff
path: root/lldb/source/Utility
AgeCommit message (Expand)Author
2025-11-21[lldb] Remove redundant declarations (NFC) (#169003)Kazu Hirata
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit
2025-11-18[LLDB] Add log channel for InstrumentationRuntime plugins (#168508)Dan Liew
2025-11-18[lldb] Support integer registers with more than 64 bits. (#166363)Matej Košík
2025-11-04[ADT] Deprecate a soft-deprecated APInt constructor (#166314)Kazu Hirata
2025-11-03[lldb] Fix indentation when printing stop hooks (#165945)Julian Lettner
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-20[lldb] Fix the "RegisterValue::SetValueFromData" method for 128-bit integer r...Matej Košík
2025-10-15[lldb] Correct bridgeOS -> BridgeOS spelling (#163479)Jonas Devlieghere
2025-09-23[lldb] Use APSInt's right shift operator in Scalar (#160149)Ilia Kuklin
2025-09-19Revert "[ELF][LLDB] Add an nvsass triple (#159459)" (#159879)Joseph Huber
2025-09-19[ELF][LLDB] Add an nvsass triple (#159459)Walter Erquinigo
2025-09-19[lldb] Add a static_assert that g_core_definitions matches the Core enum (#15...Jonas Devlieghere
2025-09-18[LLDB] Add support for the structured data plugins in lldb-server (#159457)Walter Erquinigo
2025-09-12[LLDB][NVIDIA] Add NVPTX architecture support (#158334)Andrew Gontarek
2025-09-12[lldb] Allow division by floating point zero in Scalar (#158115)Ilia Kuklin
2025-09-10[NFC][lldb] Cleanup the ArchDefinitionEntry definitons. (#152618)Greg Clayton
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee
2025-08-21[lldb] Remove unused XcodeSDK::SupportsSwift (NFC) (#154572)Dave Lee
2025-08-06[lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetDat...Ilia Kuklin
2025-08-04[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#151535)Charles Zablit
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere
2025-07-15Revert "[lldb] Fix race condition in Process::WaitForProcessToStop() … (#14...jimingham
2025-07-15[lldb] Fix race condition in Process::WaitForProcessToStop() (#144919)athierry-oct
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward
2025-07-11[LLDB][NVIDIA] Add Disassembler log channel (#148290)Andrew Gontarek
2025-07-02[lldb] Fixing warnings / win32 builds in MainLoop. (#146632)John Harrison
2025-07-01[lldb] Adding pipe support to lldb_private::MainLoopWindows. (#145621)John Harrison
2025-06-26[lldb][Darwin] revert change to lang_opts.BuiltinHeadersInSystemModules (#145...Charles Zablit
2025-06-25[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#144913)Charles Zablit
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath
2025-06-08[lldb] Use std::none_of (NFC) (#143319)Kazu Hirata
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata
2025-05-09[lldb][NFC] Avoid an assertion failure in dwim-print (#139197)Igor Kudrin
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2025-04-23Add MachO RISC-V CPU type and CPU subtype to llvm & lldb (#136785)Jonas Devlieghere
2025-04-04[lldb] Make lldbassert fire only once per instance (#134343)Jonas Devlieghere
2025-04-02[lldb] uint8_t -> unsigned short in std::independent_bits_engineJonas Devlieghere
2025-04-02[lldb] Hoist UUID generation into the UUID class (#133662)Jonas Devlieghere
2025-03-31[lldb] Include the version in the lldbassert error message (#133740)Jonas Devlieghere
2025-03-21[lldb] Show target.debug-file-search-paths setting from python SBDebugger (#...Ebuka Ezike
2025-03-11[lldb][XcodeSDK] Simplify logic that adjusts sysroot during XcodeSDK merging ...Michael Buch
2025-03-04Reland "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Michael Buch
2025-03-03Revert "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun...Augusto Noronha
2025-03-03[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun when lo...Michael Buch
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda