aboutsummaryrefslogtreecommitdiff
path: root/lldb/test
AgeCommit message (Expand)AuthorFilesLines
2026-04-07[lldb][AIX] Extract CPU type and set up process architecture accordingly (#18...Hemang Gadhavi1-1/+1
2026-04-06[lldb][python] Add polymorphic `__getitem__` to `SBModuleSpecList` for Python...Piyush Jaiswal1-0/+60
2026-04-06[lldb][NativePDB] Handle `S_DEFRANGE_REGISTER_REL_INDIR` (#190336)Nerixyz2-2/+47
2026-04-05[lldb] Bring more diagnostics in compliance with our coding standards (#190410)Jonas Devlieghere4-8/+8
2026-04-04[lldb] Fix alias parsing with joined options (#190301)Dave Lee1-0/+7
2026-04-03[lldb] Update dsym-python-script.test for #190407 (#190432)Jonas Devlieghere1-1/+1
2026-04-03[lldb] Keep the existing behavior for untrusted dSYMs (#190407)Jonas Devlieghere1-1/+1
2026-04-03[lldb] Load scripts from code signed dSYM bundles (#189444)Jonas Devlieghere4-0/+87
2026-04-03[lldb] Make command-dil-diagnostics.test UNSUPPORTED on Windows (#190341)Ilia Kuklin1-1/+1
2026-04-03[lldb] Fix DIL error diagnostics output (#187680)Ilia Kuklin2-0/+23
2026-04-02[lldb] Simplify some tests to run_to_source_breakpoint (NFC) (#190082)Dave Lee10-257/+21
2026-04-02[lldb] Remove libc++ category from TestNavigateHiddenFrame.py (#190016)Alex Langford1-1/+0
2026-04-02[lldb] Standardize TestVectorOfEnums.py as a C++ data formatter test (#189757)Alex Langford3-8/+4
2026-04-02[lldb][test][NFC] Move register command tests (#190144)David Spickett26-0/+0
2026-04-01[lldb][AArch64][Linux] Add tests for SME only support (#165414)David Spickett3-0/+1055
2026-03-31[lldb][bytecode] Remove "Generated with" comment (#189704)Dave Lee1-2/+2
2026-03-31[lldb][bytecode] Improvements to compiler generated Swift (#189425)Dave Lee1-2/+2
2026-03-31[lldb-dap] Correct attaching by program basename. (#188886)John Harrison1-0/+25
2026-03-31[lldb] add getFullLibName to PlatformContext (#188772)Charles Zablit7-31/+12
2026-03-30[lldb] In python tests, call dumpSessionInfo(). (#188859)John Harrison2-42/+37
2026-03-30[lldb-dap][windows] add integratedTerminal and externalTerminal support (#174...Charles Zablit3-90/+160
2026-03-27[lldb] Iterate over a copy of the ModuleList in SearchFilter (#189009)Jonas Devlieghere2-0/+12
2026-03-27[lldb][test] Disable part of TestInlineStepping.py on Windows on Arm (#189032)David Spickett1-0/+1
2026-03-26This new flag depends both on the compiler version AND the linker (#188864)jimingham1-16/+3
2026-03-26[lldb] Enable caching for BytecodeSyntheticChildren::FrontEnd::Update (#181199)Dave Lee2-2/+23
2026-03-26[lldb][bytecode] Change compiler to require update return type decl (#188637)Dave Lee3-8/+9
2026-03-26Handle accelerated ObjC Class method dispatchs. (#188392)jimingham2-23/+32
2026-03-26Revert "[lldb][DWARFASTParserClang] Handle pointer-to-member-data non-type te...Michael Buch3-33/+0
2026-03-26[lldb/test] Remove stale arm Linux expectedFailure decorators (NFC)Med Ismail Bennani2-3/+0
2026-03-25[lldb/test] Remove stale Windows expectedFailure decorators (NFC)Med Ismail Bennani2-2/+0
2026-03-25[lldb] Fix circular dependency and deadlock in scripted frame providers (#187...Med Ismail Bennani6-9/+432
2026-03-25[lldb] Disallow SHARED_BUILD_TESTCASE for non-default self.build() (#188523)Dave Lee120-1/+191
2026-03-25[lldb][CommandObjectType] Add --wants-dereference option to `type synthetic a...Michael Buch4-0/+104
2026-03-25[lldb] Support arm64e C++ vtable pointer signing (#187611)Jonas Devlieghere3-0/+79
2026-03-24[lldb][DWARFASTParserClang] Handle pointer-to-member-data non-type template (...Zyn3-0/+33
2026-03-24[lldb] Fix value of sig_update in formatter_bytecode.py (#188292)Dave Lee2-2/+2
2026-03-23[lldb] Check for arm64e debugserver in skipUnlessArm64eSupported (#188082)Jonas Devlieghere3-1/+10
2026-03-21[lldb] Support arm64e Objective-C signing in the expression evaluator (#187765)Jonas Devlieghere3-0/+140
2026-03-21[lldb] Add mechanism for auto-loading Python scripts from pre-configured path...Michael Buch11-0/+288
2026-03-20[lldb][bytecode] Fix Update() and failing test (#187795)Dave Lee1-11/+11
2026-03-20[lldb] Support -fptrauth-indirect-gotos in the expression evaluator (#187562)Jonas Devlieghere2-0/+58
2026-03-20[lldb] Support PointerAuthAuthTraps in the expression evaluator (#187612)Jonas Devlieghere3-0/+64
2026-03-20[lldb][bytecode] Document invocation in compiler output (#187547)Dave Lee1-2/+2
2026-03-20[lldb] Add HTTP support in SymbolLocatorSymStore (#186986)Stefan Gränitz1-9/+45
2026-03-19[lldb] Support arm64e in the expression evaluator (#186001)Jonas Devlieghere3-0/+98
2026-03-19[lldb][bytecode] Swift output is conditional on >=6.3 (#187544)Dave Lee1-0/+2
2026-03-19[lldb][debugserver] Get the size of the shared cache in mapped VM (#187419)Jason Molenda3-0/+69
2026-03-19[lldb][bytecode] Remove tracking of stack temps in compiler (#187401)Dave Lee2-2/+2
2026-03-18[lldb][bytecode] Compile pick ops using unsigned literal (#187376)Dave Lee2-6/+6
2026-03-18[lldb-dap] Improve support for variables with anonymous fields and types (#18...John Harrison2-25/+195