[flang] Add COMDAT to global variables where needed
[platform/upstream/llvm.git] / lldb /
2023-06-28 Felipe de Azevedo... [lldb] Use LLVM's implementation of AppleTables for...
2023-06-28 Hau HsuSummary: [lldb] Fix libncurses, libpanel library link...
2023-06-28 Dave Lee[lldb] Fix search & replace mistake in IRForTarget...
2023-06-28 Dave Lee[lldb] Improve log message (NFC)
2023-06-28 Jonas Devlieghere[lldb] Assert index is valid in DWARFDeclContext
2023-06-27 Jason MolendaHave GetKernelsAndKextsInDirectoryHelper request follow...
2023-06-27 Dave Lee[lldb] Duplicate Target::Launch resuming logic into...
2023-06-27 Felipe de Azevedo... [lldb][NFC] Prevent slicing when converting DataExtractors
2023-06-27 Jonas Devlieghere[lldb] Avoid FileSystem::Resolve for cached files in...
2023-06-27 Alex Langford[lldb][NFCI] Apply LLDB_DEPRECATED to things that have...
2023-06-27 Alex Langford[lldb][NFCI] Remove use of ConstString from PluginManager
2023-06-27 David SpickettRevert "[LLDB] Fix the use of "platform process launch...
2023-06-27 David Spickett[lldb] Use SmallVector for handling register data
2023-06-27 David Spickett[LLDB] Fix the use of "platform process launch" with...
2023-06-27 Jason MolendaFileSystem::EnumerateDirectory should skip entries...
2023-06-26 Jim InghamDon't allow SBValue::Cast to cast from a smaller type...
2023-06-26 Alex Langford[lldb] Increase the maximum number of classes we can...
2023-06-26 walter erquinigo[LLDB] Fix 582582fb474b8cd4103e65c3e5a705b3aff61794
2023-06-26 Alex Langford[lldb][NFCI] Remove ConstString from Process::Configure...
2023-06-26 Alex Langford[lldb][NFCI] Remove unneeded ConstString constructions...
2023-06-26 Jonas Devlieghere[lldb] Add `source cache dump` and `source cache clear...
2023-06-26 Alex Langford[lldb][NFCI] Timer::DumpCategoryTimes should take a...
2023-06-26 Alex Langford[lldb][NFCI] UUID::Dump should take a reference instead...
2023-06-26 walter erquinigo[LLDB] Add DWARF definitions for the new Mojo language
2023-06-24 Dave Lee[lldb] Use LLDB_LOGF for printf format strings in Apple...
2023-06-23 Jonas Devlieghere[lldb] Use format specific for unprintabe char in DumpD...
2023-06-23 Jonas Devlieghere[lldb] Print unprintable characters as unsigned
2023-06-23 Alex Langford[lldb][NFCI] Remove use of ConstString from StructuredD...
2023-06-22 Alex Langford[lldb] Adjust for changes in objc runtime
2023-06-22 Jonas Devlieghere[lldb] Fix variable name mismatch between signature...
2023-06-22 Kazuki Sakamoto[lldb][Windows] Fix ZipFileResolver tests
2023-06-21 Jason MolendaAdd two new entitlements when debugserver is built...
2023-06-21 Med Ismail Bennani[lldb/test] Disable TestStackCoreScriptedProcess.py
2023-06-21 Med Ismail Bennani[lldb] Fix failure in TestStackCoreScriptedProcess...
2023-06-21 Felipe de Azevedo... [lldb][MachO] Fix section type recognition for new...
2023-06-21 Alex Langford[lldb][NFCI] Remove ConstString from GDBRemoteCommunica...
2023-06-21 David Spickett[lldb] Add register field tables to the "register info...
2023-06-21 David Spickett[lldb] Correct spelling in RegisterFlags comments
2023-06-21 David Spickett[LLDB] Add table formatting for register fields
2023-06-21 David Spickett[lldb] Add "register info" command
2023-06-20 Kazuki Sakamoto[lldb][Android] Add platform.plugin.remote-android...
2023-06-20 Kazuki Sakamoto[lldb][Android] Add PlatformAndroidTest
2023-06-20 Kazuki Sakamoto[lldb][Android] Support zip .so file
2023-06-20 Kazuki Sakamoto[lldb][ObjectFileELF] Set ModuleSpec file offset and...
2023-06-20 Jaroslav Sevcik[lldb] Make the test for D153043 linux-only
2023-06-20 Jaroslav Sevcik[lldb] Make test for D153043 independent of external...
2023-06-19 David Spickett[lldb][AArch64] Add thread local storage tpidr register
2023-06-19 Russell Greenelldb: do more than 1 kilobyte at a time to vastly incre...
2023-06-16 Jonas Devlieghere[lldb] Fix Python test formatting (NFC)
2023-06-16 Jonas Devlieghere[lldb] Simplify logging in Process settings (NFC)
2023-06-16 Alex Langford[lldb][NFCI] Avoid a few unnecessary ConstString constr...
2023-06-16 Dave Lee[lldb] De-virtualize applicable functions in ValueObjec...
2023-06-16 Alex Langford[lldb][NFCI] Remove unused method Properties::GetSubPro...
2023-06-16 Alex Langford[lldb][NFCI] Remove use of ConstString in ProcessStruct...
2023-06-16 Alex Langford[lldb][NFCI] Remove custom matcher classes in Listener...
2023-06-16 Alex Langford[lldb][NFCI] TypeSystemClang::GetTypeForIdentifier...
2023-06-16 Jaroslav Sevcik[lldb] Remove unused directive from test for D153043
2023-06-16 Pavel LabathRevert "[lldb] Rate limit progress reports -- different...
2023-06-16 Pavel Labath[lldb] Fix MainLoopTest for changes in D152712
2023-06-16 Pavel Labath[lldb] Rate limit progress reports -- different approac...
2023-06-16 Jaroslav Sevcik[lldb] Fix handling of cfi_restore in the unwinder
2023-06-16 Kazuki Sakamoto[lldb][TerminalTest] Fix assertion failure
2023-06-16 Jason Molendalldb [NFC] Add logging to Process when address masks...
2023-06-15 Jason MolendaAdd a fatal error for debug builds when disagreement...
2023-06-15 Alex Langford[lldb][NFCI] Remove use of ConstString from IOHandler
2023-06-15 Alex Langford[lldb] Symtab::SectionFileAddressesChanged should clear...
2023-06-15 Kazuki Sakamoto[lldb][Android] Use a lambda for calls to ::open in...
2023-06-15 Alex Langford[lldb] Introduce DynamicRegisterInfo::CreateFromDict
2023-06-15 Jan Svoboda[lldb] Fix build error after 7bca6f45
2023-06-15 eopXD[lldb][RISCV] Replace enumeration of RVV builtin types...
2023-06-15 Kazu Hirata[lldb] Remove unused forward declaration RecordingMemor...
2023-06-15 Jonas Devlieghere[lldb] Have crashlog warn when remapped paths are inacc...
2023-06-15 Jonas Devlieghere[lldb] Remove lldbassert from DebugNamesDWARFIndex...
2023-06-14 Alex Langford[lldb] Fix SBPlatform after f4be9ff6458f
2023-06-14 Alex Langford[lldb][NFCI] Remove unused method ProcessStructReader...
2023-06-14 Alex Langford[lldb][NFCI] Remove ProcessStructReader header where...
2023-06-14 Jason MolendaClear non-addressable bits from pc/fp/sp in unwinds
2023-06-14 Jason MolendaAdd Fix*Address methods to Process, call into ABI
2023-06-14 Kazu Hirata[lldb] Fix a warning
2023-06-14 Alex Langford[lldb][NFCI] Platforms should own their SDKBuild and...
2023-06-14 Adrian PrantlAdd support for __debug_line_str in Mach-O
2023-06-14 David Spickett[lldb][AArch64] Add Scalable Matrix Extension option...
2023-06-14 Jonas Devlieghere[lldb] Fix Debugger whitespace and formatting (NFC)
2023-06-14 Jonas Devlieghere[lldb] Include <atomic> in LLDBAssert
2023-06-14 Jonas Devlieghere[lldb] Print lldbassert to debugger diagnostics
2023-06-13 Alex Langford[lldb][NFCI] Remove StructuredData::Dictionary::GetValu...
2023-06-13 Dave Lee[lldb] Default can_create to true in GetChildAtIndex...
2023-06-13 Alex Langford[lldb][NFCI] Change return type of Properties::GetExper...
2023-06-13 Med Ismail BennaniRevert "[lldb] Fix failure in TestStackCoreScriptedProc...
2023-06-13 Med Ismail Bennani[lldb] Fix failure in TestStackCoreScriptedProcess...
2023-06-13 Med Ismail Bennani[lldb] Improve corefile saving ergonomics
2023-06-13 Dave Lee[lldb] Default can_create to true in GetChildMemberWith...
2023-06-13 Augusto Noronha[lldb] Never print children if the max depth has been...
2023-06-13 Alex Langford[lldb][NFCI] Remove use of ConstString from Listener
2023-06-13 Michael Buch[lldb][test] Re-XFAIL prefer-debug-over-eh-frame.test
2023-06-12 Alex Langford[lldb] Change return type of UnixSignals::GetShortName
2023-06-12 Alex Langford[lldb] Remove lldb's DWARFAbbreviationDeclarationSet...
2023-06-12 Adrian PrantlSpeculative fix for windows test
2023-06-12 Michael Buch[lldb][test] incomplete-tag-type.cpp: fix expected...
2023-06-12 Adrian PrantlStreamline expression parser error messages.
next