summaryrefslogtreecommitdiff
path: root/lldb/unittests/Utility
AgeCommit message (Expand)Author
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit
2025-11-18[lldb] Support integer registers with more than 64 bits. (#166363)Matej Košík
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-12[lldb] Allow division by floating point zero in Scalar (#158115)Ilia Kuklin
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-03[NFC] Fix `assignment` typo. (#151864)Connector Switch
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-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-05-21[lldb] Remove unused local variables (NFC) (#140989)Kazu Hirata
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-02[lldb] Hoist UUID generation into the UUID class (#133662)Jonas Devlieghere
2025-03-12[lldb] Implement ANSI & Unicode aware string stripping & padding (#130878)Jonas Devlieghere
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-20[lldb] Fix RangeDataVector::CombineConsecutiveEntriesWithEqualData (#127059)Pavel Labath
2025-02-14[lldb] Remove UtilityTests->Target dep (#127060)Pavel Labath
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda
2025-01-21[lldb] Support format string in the prompt (#123430)Jonas Devlieghere
2025-01-13[lldb] Add amd64 ArchSpec (#122533)Brad Smith
2025-01-09[lldb] Store *signed* ranges in lldb_private::Block (#120224)Pavel Labath
2024-11-19[lldb] Improve rendering of inline diagnostics on the same column (#116727)Adrian Prantl
2024-11-19[lldb] Fix a positioning bug in diagnostics output (#116711)Adrian Prantl
2024-10-21[lldb] Fix the sorting function for diagnostics (#113220)Adrian Prantl
2024-10-16[lldb] Fix offset calculation when printing diagnostics in multiple ranges (#...Adrian Prantl
2024-10-16[lldb] Fix a crash when two diagnostics are on the same column or in … (#11...Adrian Prantl
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-23Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-20[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...David Spickett
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree
2024-09-19[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-18Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-18[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Update Windows test to new Status APIAdrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-15[lldb] Correctly fix a usage of `PATH_MAX`, and fix unit tests (#104502)royitaqi
2024-08-15[lldb] Realpath symlinks for breakpoints (#102223)royitaqi
2024-07-03[lldb] Make Broadcaster mutexes non-recursive (#97400)Pavel Labath