aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API
AgeCommit message (Expand)AuthorFilesLines
9 days[lldb][test] Fix TestTlsGlobals.py for remote Linux runs (#181078)Igor Kudrin1-3/+2
9 days[lldb] replace usage of $(RM) in Makefile (#180755)Charles Zablit3-5/+5
9 days[lldb][test] TestBatchMode.py: don't load lldbinit in --batch test (#181128)Michael Buch1-1/+1
9 days[lldb][test] TestCompactVectors.py: skip for older ClangMichael Buch1-0/+1
10 days[LLDB] Add type casting to DIL, part 3 of 3 (#175061)cmtice2-0/+90
10 days[lldb] Implement bytecode based SyntheticChildren (#179832)Dave Lee4-1/+54
10 daysRevert "[lldb] Step over non-lldb breakpoints" (#180944)David Spickett3-17/+13
10 days[lldb] Step over non-lldb breakpoints (#174348)Duncan McBain3-13/+17
11 days[lldb][test] Skip TestLaunchProcessPosixSpawn.pyMichael Buch1-0/+1
12 days[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda1-3/+4
12 daysRevert "[lldb] Fix TSan report on Linux (#179115)"Aiden Grossman2-0/+8
12 days[lldb-dap] Fix the breakpoint events test. (#180518)Ebuka Ezike3-63/+94
12 days[lldb] Fix TSan report on Linux (#179115)Sergei Druzhkov2-8/+0
12 days[lldb] Quit automatically if --batch has no commands to run (#179969)David Spickett1-0/+19
12 days[lldb][test] Rename/remove duplicate methods in API tests (#180250)Michael Buch3-5/+2
2026-02-06Make StopInfoMachException return the right data. (#180088)jimingham3-0/+45
2026-02-06[lldb][test] TestTemplateDiagnosticHint.py: XFAIL on WindowsMichael Buch1-0/+1
2026-02-06[lldb-dap] Add validation for RunInTerminal client capability (#180213)Ebuka Ezike1-0/+12
2026-02-06[lldb][ClangUserExpression] Emit workaround hint when trying to call function...Michael Buch3-0/+65
2026-02-05Disable TestCancelAttach.py for linux -> linux remote (#180092)jimingham1-1/+1
2026-02-05Fix the modal private state thread we use for running expressions on the priv...jimingham3-0/+27
2026-02-05[lldb-dap] Split the launch IO redirection tests. (#179974)Ebuka Ezike3-158/+115
2026-02-05[lldb] Broadcast `eBroadcastBitStackChanged` when frame providers change (#17...Adrian Vogelsgesang1-0/+77
2026-02-05[lldb-dap] Improving stability of TestDAP_launch_commands. (#179783)John Harrison1-3/+3
2026-02-05[lldb-dap] Allow evaluate requests without a frame context (#179667)Ebuka Ezike1-5/+32
2026-02-05[lldb-dap] Fix flaky TestDAP_stopped_events.py (#179689)Ebuka Ezike2-15/+44
2026-02-05[lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927)Michael Buch7-20/+69
2026-02-05[lldb][Expression] Add --c++-ignore-context-qualifiers expression evaluation ...Michael Buch6-4/+75
2026-02-05[lldb][Expression] Make __lldb_expr function qualifiers match source context ...Michael Buch24-13/+823
2026-02-04[lldb][Expression] Add API to set/get language-specific expression options (#...Michael Buch1-1/+35
2026-02-04[lldb]Send statistics in initialized event (#178978)GeorgeHuyubo5-0/+103
2026-02-03[lldb][TypeSystemClang] Don't treat float vector types as floating point type...Michael Buch1-5/+10
2026-02-03[lldb-dap] Fix DAP_launch_io.py Test (#179295)Ebuka Ezike3-12/+14
2026-02-03[lldb-dap] Migrating 'stopped' event to structured types. (#176273)John Harrison6-5/+184
2026-02-03[lldb-dap] Add ASan report (#178858)Sergei Druzhkov8-3/+40
2026-02-03[lldb] Fix variable access in old SBFrames after inferior function calls (#17...Med Ismail Bennani5-4/+561
2026-02-02Reapply "[lldb] Add FP conversion instructions to IR interpreter" (#179022)Igor Kudrin1-0/+109
2026-01-30Restore unintentionally changed filesIgor Kudrin1-1/+1
2026-01-30lldb-dap: Stop using replicated variable ids (#124232)Anthony Eid2-1/+39
2026-01-30Revert "[lldb] Add FP conversion instructions to IR interpreter (#175292)"Igor Kudrin2-103/+1
2026-01-30[lldb] Add FP conversion instructions to IR interpreter (#175292)Igor Kudrin1-0/+102
2026-01-30[lldb] Fix SBBreakpointName::SetEnabled to propagate changes to breakpoints (...Ebuka Ezike1-2/+66
2026-01-29[lldb] Add support for ScriptedFrame to provide values/variables. (#178575)Aman LaChapelle3-0/+139
2026-01-29[lldb] [disassembler] chore: add GetVariableAnnotations to SBInstruction api ...n2h91-0/+97
2026-01-29[LLDB][Statistics] Add coreFile to Target stats (#161448)Jacob Lalonde2-0/+60
2026-01-29[lldb-dap] Conditionally check UBSan stack trace on Darwin only (#178655)Ebuka Ezike1-1/+5
2026-01-29[lldb] Fix UbSan decorator (#177964)Ebuka Ezike1-2/+2
2026-01-29[lldb][test] Add tests for formatting of command option descriptions (#178235)David Spickett1-0/+56
2026-01-28[lldb] Add the ability to load ELF core file executables and shared libraries...Greg Clayton2-0/+75
2026-01-28[lldb-dap] Adding more details to 'exceptionInfo'. (#176465)John Harrison8-10/+44