aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2026-04-07[lldb][AIX] Extract CPU type and set up process architecture accordingly (#18...Hemang Gadhavi4-35/+61
2026-04-07[lldb] Remove some unreachable code (NFC) (#190529)Sergei Barannikov1-15/+3
2026-04-06[lldb][NativePDB] Handle `S_DEFRANGE_REGISTER_REL_INDIR` (#190336)Nerixyz3-1/+62
2026-04-05[lldb] Remove VMRange class (NFC) (#190475)Sergei Barannikov5-79/+4
2026-04-05[lldb] Fix section offset of synthesized entry point symbol (#190348)Sergei Barannikov1-3/+3
2026-04-05[lldb] Bring more diagnostics in compliance with our coding standards (#190410)Jonas Devlieghere61-208/+190
2026-04-05[lldb] Replace ResolveValue() with GetScalar() in DWARFExpression (NFCI) (#18...Sergei Barannikov3-41/+28
2026-04-04[lldb] Inherit Host::GetEnvironment() when launching a wasm runtime (#190476)Maarten Steevens1-0/+1
2026-04-04[lldb] Remove Log::Error and Log::Warning (NFC) (#190440)Jonas Devlieghere5-63/+34
2026-04-04[lldb][NFC] Add helper function for computing whether to show Process error (...Felipe de Azevedo Piovezan1-12/+13
2026-04-04[lldb] Fix alias parsing with joined options (#190301)Dave Lee1-16/+27
2026-04-03[lldb] Keep the existing behavior for untrusted dSYMs (#190407)Jonas Devlieghere1-7/+13
2026-04-03[lldb] Fix the macOS builld after address size was removed from Stream (#190399)Jonas Devlieghere1-30/+15
2026-04-03[lldb][Utility] Remove address size from Stream class (NFC) (#190375)Sergei Barannikov17-76/+28
2026-04-03[lldb] Fix formatting in ModuleList (NFC) (#190382)Jonas Devlieghere1-9/+6
2026-04-03[lldb] Load scripts from code signed dSYM bundles (#189444)Jonas Devlieghere8-11/+94
2026-04-03[lldb] Remove unnecessary calls to ConstString::AsCString (NFC) (#190298)Jonas Devlieghere26-44/+44
2026-04-03[lldb] Return 0 instead of false from a function returning size_t (NFC) (#190...Sergei Barannikov1-1/+1
2026-04-03[lldb] Fix DIL error diagnostics output (#187680)Ilia Kuklin3-9/+36
2026-04-03[lldb][Module] Only call LoadScriptingResourceInTarget via ModuleList (#190136)Michael Buch4-112/+93
2026-04-02[lldb][kernel debug] Add a missing call to scan local fs for kexts (#190281)Jason Molenda1-0/+1
2026-04-02[lldb][windows] simplify the ConPTY draining subprocess (#190178)Charles Zablit1-1/+1
2026-04-02[lldb][windows] fix duplicate OnLoadModule events (#189376)Charles Zablit2-16/+55
2026-04-02[lldb][AArch64][Linux] Qualify uses of user_sve_header (#190130)David Spickett1-3/+3
2026-04-01[lldb] Const some ASTContext pointers in TypeSystemClang (NFC) (#189975)Dave Lee1-4/+4
2026-04-01[lldb][windows] refactor FileAction (#179274)Charles Zablit5-10/+101
2026-04-01[lldb][AArch64][Linux] Add support for SME only systems (#165413)David Spickett5-62/+284
2026-04-01[lldb] Replace OptionalBool with LazyBool (#189652)David Spickett19-184/+172
2026-03-31[lldb][Platform] Handle LoadScriptFromSymFile per-module FileSpec (#189696)Michael Buch4-41/+47
2026-03-31[LLDB] Add allow_var_updates to DIL and CanUpdateVar to SetValueFromInteger (...cmtice5-39/+56
2026-03-31[lldb][Module] Add logging when script import fails (#189695)Michael Buch1-3/+7
2026-03-31[lldb] Only create RegisterTypeBuilderClang plugin once (#189393)David Spickett1-3/+4
2026-03-30[lldb][macOS] Recognize new layouts for DeviceSupport directories (#188646)Jason Molenda4-92/+106
2026-03-30[lldb-dap][windows] don't use the ConPTY in internalConsole mode (#186472)Charles Zablit4-30/+144
2026-03-30[lldb] Use ArrayRef instead of pointer+size (NFC) (#189186)Sergei Barannikov4-16/+14
2026-03-30[lldb-dap][windows] add integratedTerminal and externalTerminal support (#174...Charles Zablit1-3/+1
2026-03-30[lldb] Fix a circular include dependency (NFC) (#188931)Sergei Barannikov2-0/+2
2026-03-30Serialize `#pragma redefine_extname` into precompiled headers. (#186755)divVerent1-0/+7
2026-03-30[lldb] Use AppendMessageWithFormatv instead of AppendMessageWithFormat (#185634)David Spickett4-32/+31
2026-03-30[lldb] Remove data_offset arg from GetModuleSpecifications (#188978)Pavel Labath30-87/+50
2026-03-30[lldb][FreeBSDKernel] Add missing error checks in DynamicLoader (#189250)Minsoo Choo1-3/+6
2026-03-28[lldb] Fix the order of arguments in the StackFrame constructor call (#189108)Sergei Barannikov1-1/+1
2026-03-28[lldb] Use Address(section, offset) constructor in more places (NFC) (#189101)Sergei Barannikov3-18/+11
2026-03-28[lldb] Use Address::Slide() to simplify code (NFC) (#189097)Sergei Barannikov7-17/+11
2026-03-27[lldb] Iterate over a copy of the ModuleList in SearchFilter (#189009)Jonas Devlieghere1-13/+14
2026-03-27[lldb] Make single-argument Address constructor explicit (NFC) (#189035)Sergei Barannikov30-56/+54
2026-03-27[lldb] Add PlatformWebInspectorWasm (#188751)Jonas Devlieghere5-19/+264
2026-03-27[lldb] Make ObjectFile::GetModuleSpecifications *return* module specification...Pavel Labath12-97/+88
2026-03-27[lldb] Let SymStore locator download PDBs to a temp file (#188798)Stefan Gränitz1-18/+11
2026-03-26[lldb] Enable caching for BytecodeSyntheticChildren::FrontEnd::Update (#181199)Dave Lee1-1/+24