aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht13-34/+34
2024-02-20[lldb-dap] Do not write over the existing error if launchCommands fail during...John Harrison1-2/+42
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere1-2/+2
2024-02-19Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (#82297)Jonas Devlieghere1-2/+2
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere1-2/+2
2024-02-16[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere3-13/+17
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere18-82/+82
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-1/+3
2024-02-15[lldb][test] Skip TestDAP_commands.py test due to flakinessJordan Rupprecht1-0/+2
2024-02-14Revert "[lldb-dap] Add support for data breakpoint. (#81541)" (#81812)Prabhuk3-143/+0
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht2-3/+3
2024-02-13[lldb-dap] Add support for data breakpoint. (#81541)Zequan Wu3-0/+143
2024-01-17[lldb-dap] Adjusting how repl-mode auto determines commands vs variable expre...John Harrison2-4/+10
2024-01-12[lldb-dap] Updating VariableDescription to use GetDescription() as a fallback...John Harrison3-52/+160
2024-01-02Fix builtbotwalter erquinigo1-3/+4
2024-01-02[lldb-dap] Emit more structured info along with variables (#75244)Walter Erquinigo2-7/+25
2023-12-14[lldb-dap] Implement command directives (#74808)Walter Erquinigo3-0/+84
2023-12-11[lldb-dap] Emit declarations along with variables (#74865)Walter Erquinigo1-2/+8
2023-12-04[lldb] Additional pieces towards OpenBSD support (#74198)Brad Smith1-0/+5
2023-11-14[lldb-dap] Add an option to provide a format for threads (#72196)Walter Erquinigo3-2/+25
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo1-3/+20
2023-11-13Reland "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch1-4/+5
2023-11-08Improve VSCode DAP logpoint value summary (#71723)jeffreytan812-2/+7
2023-11-07Revert "Reland "clang][DebugInfo] Emit global variable definitions for static...Hans Wennborg1-5/+4
2023-11-07Reland "clang][DebugInfo] Emit global variable definitions for static data me...Michael Buch1-4/+5
2023-11-06Revert "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch1-5/+4
2023-11-06[clang][DebugInfo] Emit global variable definitions for static data members w...Michael Buch1-4/+5
2023-10-25[lldb-vscode] Allow specifying a custom escape prefix for LLDB commands (#69238)Walter Erquinigo1-4/+40
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere90-378/+386
2023-09-20[lldb-vscode] Use auto summaries whenever variables don't have a summary (#66...Walter Erquinigo2-2/+4
2023-09-18Skip tests with earlier versions of clangAdrian Prantl1-0/+1
2023-09-15[lldb-vscode][NFC] Access a pointee type in a simpler waywalter erquinigo1-0/+3
2023-09-11[lldb-vscode] Make descriptive summaries and raw child for synthetics configu...Walter Erquinigo2-23/+82
2023-09-11[lldb][Tests] Reformat API tests with blackDavid Spickett2-6/+4
2023-09-06[lldb-vscode] Fix variable testwalter erquinigo1-3/+4
2023-09-06[lldb-vscode] Show a fake child with the raw value of synthetic types (#65552)Walter Erquinigo1-0/+14
2023-09-06[lldb-vscode] Display a more descriptive summary for containers and pointers ...Walter Erquinigo2-8/+9
2023-08-25[lldb] Fix & re-enable TestVSCode_completions on DarwinJonas Devlieghere2-9/+12
2023-08-25[lldb] Re-enable TestVSCode_launch on DarwinJonas Devlieghere1-4/+3
2023-08-25[lldb] Use Popen.wait in TestVSCode_launchJonas Devlieghere1-6/+2
2023-08-25[lldb] Re-enable TestVSCode_disconnect on DarwinJonas Devlieghere1-2/+0
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere2-4/+2
2023-08-04Display PC instead of <unknown> for stack trace in vscodeTom Yang3-0/+34
2023-08-04Revert "[lldb][lldb-vscode] Skip disassembler test on Arm"David Spickett1-1/+0
2023-08-02[lldb][lldb-vscode] Skip disassembler test on ArmDavid Spickett1-0/+1
2023-07-31[lldb-vscode] Adding support for the "disassemble" request.John Harrison4-3/+77
2023-07-19[lldb-vscode] Creating a new flag for adjusting the behavior of evaluation re...John Harrison4-11/+18
2023-06-29Creating a startDebugging reverse DAP request handler in lldb-vscode.John Harrison4-0/+60
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere63-2814/+3753
2023-05-12[lldb-vscode] Skip restart tests on ARMLeandro Lupori1-0/+2