Bump version to 17.0.5
[platform/upstream/llvm.git] / lldb /
2023-09-29 Alex Langford[lldb] Fix building LLDB standlone without framework
2023-09-29 Alex Langford[lldb][NFCI] Change logic to find clang resource dir...
2023-08-31 Yuxuan Shui[lldb][windows] _wsopen_s does not accept bits other...
2023-08-21 Stefan Gränitz[lldb] Fix performance regression after adding GNUstep...
2023-08-10 David Spickett[lldb][AArch64] Save/restore TLS registers around expre...
2023-08-10 David Spickett[lldb][AArch64] Add reading of TLS tpidr register from...
2023-07-26 Jacek Caban[lldb] Treat ARM64X images as ARM64.
2023-07-24 Alex Langford[lldb][NFCI] Add some missing SB class forward declarations
2023-07-24 David Spickett[lldb] Remove Windows XFAIL for TestDollarInVariable.py
2023-07-23 Fangrui Song[unittest] Fix HighlighterTest.cpp after D151683
2023-07-22 Fangrui Song[gdb-remote] Sort entries in QEnvironment*
2023-07-22 Nikolas Klauser[clang] Enable C++11-style attributes in all language...
2023-07-22 Med Ismail Bennani[lldb] Convert script native types to StructuredData...
2023-07-21 Felipe de Azevedo... [lldb] Consider OP_addrx in DWARFExpression::Update_DW_...
2023-07-21 Jie Fu[lldb] Fix -Wreturn-type in RegisterInfos_x86_64_with_b...
2023-07-21 Dave Lee[lldb] Delete unused LibcxxOptionalSummaryProvider...
2023-07-21 Dave Lee[lldb] Identify Swift-implemented ObjC classes
2023-07-20 Jeffrey Tan[lldb][x86_64] Support fs_base/gs_base register in...
2023-07-20 Jason MolendaRemove IncrementFalseAlarmsAndReviseHitCount, unused...
2023-07-20 Jonas Devlieghere[lldb] Skip unsupported CTF types
2023-07-20 Yaxun (Sam) LiuReland "[CUDA][HIP] Use the same default language std...
2023-07-19 Felipe de Azevedo... [lldb] Make frame var --regex always search globals
2023-07-19 John Harrison[lldb-vscode] Creating a new flag for adjusting the...
2023-07-19 Felipe de Azevedo... [lldb][NFC] Refactor test to enable subsequent reuse
2023-07-19 Felipe de Azevedo... [lldb][NFC] Factor out CommandObject code filtering...
2023-07-19 David Spickett[lldb] XFAIL command-disassemble-mixed.c on Windows
2023-07-18 Pavel Labath[lldb/test] Fix command-disassemble-mixed.c
2023-07-17 Alex Langford[lldb][NFCI] Avoid construction of temporary std::strin...
2023-07-17 Jim InghamFix the root directory completion test.
2023-07-17 David Spickett[lldb][AArch64] Add test predicate for systems with...
2023-07-17 David Spickett[lldb][AArch64] Fix flakiness in TestSVEThreadedDynamic
2023-07-15 Kazuki Sakamoto[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest
2023-07-14 Alex Langford[lldb][NFCI] Remove unneeded temporary std::string...
2023-07-14 Shubham Sandeep... Disable GetOrCreateModuleWithCachedModule and GetOrCrea...
2023-07-14 Kazuki Sakamoto[lldb][Windows] Fix TestLocateModuleCallback
2023-07-14 Shubham Sandeep... Revert "Revert "[lldb][LocateModuleCallback] Fix Locate...
2023-07-14 Shubham Sandeep... Revert "Revert "[lldb][LocateModuleCallback] Call locat...
2023-07-14 Shubham Sandeep... Revert "[lldb][LocateModuleCallback] Call locate module...
2023-07-14 Shubham Sandeep... Revert "[lldb][LocateModuleCallback] Fix LocateModuleCa...
2023-07-14 Sterling AugustineRemove unnecessary std::moves [NFC]
2023-07-13 Jonas Devlieghere[lldb] Move decorators to test method
2023-07-13 Jonas Devlieghere[lldb] Support compressed CTF
2023-07-13 Elliot Goodrich[lldb] Add missing StringExtras.h includes
2023-07-13 Jonas Devlieghere[lldb] Support Compact C Type Format (CTF)
2023-07-13 Jonas Devlieghere[lldb] Support Compact C Type Format (CTF) section
2023-07-13 Alex Langford[lldb] Move CommandOverrideCallbackWithResult to lldb_p...
2023-07-13 Alex Langford[lldb] Forward declare SBPlatform and SBTypeMember...
2023-07-13 Felipe de Azevedo... [lldb][NFC] Factor out code linking OSO addr of uniniti...
2023-07-13 Elliot Goodrich[lldb] Add missing StringExtras.h includes
2023-07-12 Kazuki Sakamoto[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest
2023-07-12 Jason MolendaImprove error msg in DNBProcessAttach if we can't stop...
2023-07-12 Jason MolendaImprove error messaging when debugserver fails to compl...
2023-07-12 Kazuki Sakamoto[lldb][LocateModuleCallback] Implement API, Python...
2023-07-12 Kazuki Sakamoto[lldb][LocateModuleCallback] Call locate module callback
2023-07-12 Kazuki Sakamoto[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpec
2023-07-12 Ted WoodwardFix mixed disassembly showing source lines for "line 0"
2023-07-11 Shubham Sandeep... Revert "[lldb-vscode] Creating a new flag for adjusting...
2023-07-11 John Harrison[lldb-vscode] Creating a new flag for adjusting the...
2023-07-11 Jim InghamAdd a generic Process method to dump plugin history.
2023-07-11 Alex Langford[lldb][NFCI] Methods to load scripting resources should...
2023-07-11 Alex Langford[lldb][NFCI] Avoid construction of temporary std::strin...
2023-07-11 Caroline Tice[LLDB] Fix buffer overflow problem in DWARFExpression...
2023-07-10 Caroline TiceRevert "[LLDB] Fix buffer overflow problem in DWARFExpr...
2023-07-10 Jonas Devlieghere[lldb] Prevent crash when completing ambiguous subcommands
2023-07-10 Jim Ingham"settings set -g target.load-script-from-symbol-file...
2023-07-10 Alex Langford[lldb][NFCI] TestEmulation should take a Stream ref
2023-07-10 Felipe de Azevedo... [lldb] Disable TestNamespaceLookup in DWARF 5 + dSYM...
2023-07-09 Elliot Goodrich[lldb] Add missing StringExtras.h includes
2023-07-08 Elliot GoodrichAdd missing StringExtras.h includes
2023-07-08 Felipe de Azevedo... [lldb] Consider TAG_imported_declaration in DebugNamesIndex
2023-07-08 Jim InghamSplit up the runCmd trace printing to print the command...
2023-07-07 Jason MolendaChange the dyld notification function that lldb puts...
2023-07-07 Alex Langford[lldb][NFCI] Remove use of Stream * from TypeSystem
2023-07-07 Felipe de Azevedo... [lldb][NFC] Factor out code from SymbolFileDWARF::Parse...
2023-07-07 Fangrui Song[lldb] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTION...
2023-07-07 Fangrui Song[lldb] Replace countPopulation with popcount after...
2023-07-07 Jason MolendaRevert "Change the dyld notification function that...
2023-07-07 Jason MolendaChange the dyld notification function that lldb puts...
2023-07-06 Jim InghamRefine the reporting mechanism for interruption.
2023-07-06 Med Ismail Bennani[lldb] Fix dead lock issue when loading modules in...
2023-07-06 Felipe de Azevedo... [lldb][DebugNamesDWARF] Also use mangled name when...
2023-07-06 Felipe de Azevedo... [lldb][NFC] Remove unused parameter from DebugNames...
2023-07-06 John Harrison[lldb-vscode] Adding support for column break points.
2023-07-06 Alex Langford[lldb][NFCI] Minor cleanups to StructuredData::GetObjec...
2023-07-06 Alex Langford[lldb][NFCI] Remove use of ConstString from OptionValue
2023-07-06 Felipe de Azevedo... [lldb][NFC] Remove code duplication in InitOSO
2023-07-06 David Spickett[lldb] Fix crash when completing register names after...
2023-07-05 Jason MolendaRevert "Change the dyld notification function that...
2023-07-05 Jonas Devlieghere[lldb] Fix incorrect uses of formatv specifiers in...
2023-07-05 Jonas Devlieghere[lldb] Fix incorrect uses of LLDB_LOG_ERROR
2023-07-05 Alex Langford[lldb][NFCI] Minor cleanup of default OptionValue:...
2023-07-05 Alex Langford[lldb][NFCI] Deprecate SBValue::GetOpaqueType
2023-07-05 Alex Langford[lldb] Deprecate SBHostOS threading functionality
2023-07-04 David Spickett[lldb][AArch64] Handle different default vector length...
2023-07-04 David Spickett[lldb][AArch64] Fix tagged watch test on Graviton 3
2023-07-04 David Spickett[lldb][AArch64] Account for extra libc frames in PAC...
2023-07-04 Haojian Wu[lldb] Replace llvm::writeFileAtomically with llvm...
2023-07-03 Dave Lee[lldb] Remove old commented out code (NFC)
2023-07-03 Jonas Devlieghere[lldb] SymbolFileJSON: Update outdates Text -> JSON...
2023-07-03 Jonas Devlieghere[lldb] Add two-level caching in the source manager
next