summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2021-11-30[lldb] Mark TestTsanBasic and TestUbsanBasic as "no debug info" testsJonas Devlieghere
2021-11-23Fix a48501150b9ef64fd61d24f8cef2645237facc44Walter Erquinigo
2021-11-23[formatters] List and forward_list capping_size determination and applicationDanil Stefaniuc
2021-11-23[formatters] Capping size limitation avoidance for the libcxx and libcpp bits...Danil Stefaniuc
2021-11-23Make some libstd++ formatters saferWalter Erquinigo
2021-11-23Improve optional formatterWalter Erquinigo
2021-11-23[lldb] Deflake TestTsanBasic.pyDmitry Vyukov
2021-11-22[formatters] Add a formatter for libstdc++ optionalWalter Erquinigo
2021-11-22[formatters] Add a libstdcpp formatter for for unordered_map, unordered_set,...Danil Stefaniuc
2021-11-19Skip tests when compiler with older versions of clangAdrian Prantl
2021-11-19[lldb/test] Add ability to terminate connection from a gdb-client handlerPavel Labath
2021-11-17Revert "Revert "Make it possible for lldb to launch a remote binary with no l...Jim Ingham
2021-11-17[lldb/test] Added lldbutil function to test a breakpointSYNOPSYS\georgiev
2021-11-16Revert "Make it possible for lldb to launch a remote binary with no local file."Jim Ingham
2021-11-16Make it possible for lldb to launch a remote binary with no local file.Jim Ingham
2021-11-16[lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna
2021-11-16[lldb/test] Move gdb client utils into the packages treePavel Labath
2021-11-12[lldb] temporarily disable TestPaths.test_interpreter_info on windowsLawrence D'Anna
2021-11-12[lldb][NFC] Inclusive language: replace master/slave names for ptysQuinn Pham
2021-11-11[lldb][AArch64] Add UnwindPlan for Linux sigreturnDavid Spickett
2021-11-10[lldb/test] Skip TestScriptedProcess when using system's debugserver (NFC)Med Ismail Bennani
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna
2021-11-10[lldb] [test] Fix new signal tests to use remote-linux pluginMichał Górny
2021-11-10[lldb/test] Update TestScriptedProcess to use skinny corefilesMed Ismail Bennani
2021-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani
2021-11-10[lldb] [test] Skip new signal tests on WindowsMichał Górny
2021-11-10[lldb] Support gdbserver signalsMichał Górny
2021-11-09[formatters] Add a libstdcpp formatter for forward_list and refactor list for...Danil Stefaniuc
2021-11-09[lldb] XFAIL TestPlatformKill on windowsPavel Labath
2021-11-09[lldb] Fix cross-platform killsPavel Labath
2021-11-02[lldb][gmodules] Fix TestDataFormatterGlobals under gmodulesRaphael Isemann
2021-11-01[lldb][gmodules] Fix TestDataFormatterCpp with gmodules on macOSRaphael Isemann
2021-10-30[formatters] Add a libstdcpp formatter for multiset and unify tests across st...Danil Stefaniuc
2021-10-30[formatters] Add a libstdcpp formatter for multimap and unify modify tests ac...Danil Stefaniuc
2021-10-30[lldb] Make SBType::IsTypeComplete more consistent by forcing the loading of ...Raphael Isemann
2021-10-29Cleanup a few more PR36048 skipsDavid Blaikie
2021-10-29[lldb] Make TypeSystemClang::GetFullyUnqualifiedType work for constant arraysPavel Labath
2021-10-28To avoid the obvious problem, use a different port...Jim Ingham
2021-10-28Fix a bug in Launch when using an async debugger & remote platform.Jim Ingham
2021-10-27Add unix signal hit counts to the target statistics.Greg Clayton
2021-10-27[formatters] Add a libstdcpp formatter for set and unify tests across stdlibsDanil Stefaniuc
2021-10-26[formatters] Add a libstdcpp formatter for bitset and unify tests across stdlibsDanil Stefaniuc
2021-10-25Add modules stats into the "statistics dump" command.Greg Clayton
2021-10-22[lldb] Fix TestCompressedVectors after array type name changeRaphael Isemann
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton
2021-10-21Enable libc++ in the build for libcxx initializerlist pretty printersDavid Blaikie
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-21[lldb] Add omitted abstract formal parameters in DWARF symbol filesJaroslav Sevcik
2021-10-21[lldb] Add serial:// protocol for connecting to serial portMichał Górny
2021-10-20[lldb] [ABI/X86] Support combining xmm* and ymm*h regs into ymm*Michał Górny