summaryrefslogtreecommitdiff
path: root/lldb/test/API
Commit message (Expand)AuthorAgeFilesLines
* [lldb][DWARFASTParserClang] Don't create unnamed bitfields to account for vta...Michael Buch2023-05-162-0/+20
* [LLDB] Fix typo in TestDataFormatterSynthVal.pyMuhammad Omair Javaid2023-05-161-1/+1
* [LLDB] Fix TestDataFormatterSynthVal.py for AArch64/WindowsMuhammad Omair Javaid2023-05-161-3/+4
* Fix libstdc++ data formatter for reference/pointer to std::stringJeffrey Tan2023-05-122-0/+19
* [lldb-vscode] Skip restart tests on ARMLeandro Lupori2023-05-121-0/+2
* We can't let GetStackFrameCount get interrupted or it will give theJim Ingham2023-05-113-0/+76
* Relax test to not rely on the variable being optimized outAdrian Prantl2023-05-111-1/+1
* [lldb-vscode] Fix handling of RestartRequest arguments.Jorge Gorbe Moya2023-05-111-0/+34
* [lldb] Prevent mutation of CommandAlias::GetOptionArgumentsDave Lee2023-05-081-0/+4
* Skip test when compiling with older versions of clangAdrian Prantl2023-05-081-0/+1
* [lldb] Use Haswell instead of arm64 in TestUniversal64Jonas Devlieghere2023-05-052-7/+5
* Add AArch64 MASK watchpoint support in debugserverJason Molenda2023-05-044-7/+90
* Allow scripted thread plans to modify the thread stop description whenJim Ingham2023-05-032-10/+26
* [LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid2023-05-0317-22/+5
* [lldb-vscode] Implement RestartRequestJorge Gorbe Moya2023-05-024-0/+198
* [lldb] Add settings for expression evaluation memory allocations.Ilya Kuklin2023-05-023-0/+41
* [lldb][test] TestCPP20Standard.py: make it a libc++ testMichael Buch2023-05-022-0/+2
* Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom delet...Jorge Gorbe Moya2023-05-013-7/+31
* [lldb] Change ObjectValueDictionary to use a StringMapAlex Langford2023-05-011-2/+2
* Revert "[lldb] Make the libcxx unique_ptr prettyprinter support custom delete...Jorge Gorbe Moya2023-05-012-30/+6
* [lldb] Make the libcxx unique_ptr prettyprinter support custom deleters.Jorge Gorbe Moya2023-05-012-6/+30
* Refactor and generalize AArch64 watchpoint support in debugserverJason Molenda2023-04-283-0/+81
* Fix CI failure - this depended on constants only defined on arm64 macsJason Molenda2023-04-261-1/+16
* Fix off-by-one error in armv7 mach-o corefile register contextJason Molenda2023-04-263-0/+274
* [lldb/test] Fix test failure from missing decoratorMed Ismail Bennani2023-04-251-0/+1
* [lldb/test] Disable Interactive Scripted Process test unless DarwinMed Ismail Bennani2023-04-251-0/+2
* [lldb/test] Enable threads for TestInteractiveScriptedProcess.py (NFC)Med Ismail Bennani2023-04-251-0/+1
* [lldb/test] Consolidate interactive scripted process debugging testMed Ismail Bennani2023-04-251-29/+192
* [lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani2023-04-252-2/+82
* [lldb] Add an example of interactive scripted process debuggingMed Ismail Bennani2023-04-254-0/+657
* [lldb][test] TestCPP20Standard.py: skip on older compilersMichael Buch2023-04-241-0/+1
* [lldb][tests] TestPreferredName.py: add missing importMichael Buch2023-04-241-2/+1
* [lldb][tests] TestPreferredName.py: Fix for older compilersMichael Buch2023-04-241-0/+2
* TestSTL was marked as skipped unconditionally in 2018, undoJason Molenda2023-04-211-1/+0
* [lldb] Let Mangled decide whether a name is mangled or notJonas Devlieghere2023-04-213-0/+37
* [LLDB] Don't print register fields when asked for a specific formatDavid Spickett2023-04-211-0/+9
* [LLDB] Discard register flags where the size doesn't match the registerDavid Spickett2023-04-201-6/+20
* Remove hardcoded address bits in ABIMacOS_arm64Jason Molenda2023-04-184-258/+0
* [lldb] Add more asserts to TestExecDave Lee2023-04-171-5/+10
* [lldb] Build libcxx unique_ptr and shared_ptr test programs with -glldb.Jorge Gorbe Moya2023-04-172-2/+6
* [lldb] Add support for MSP430 in LLDB.Ilya Kuklin2023-04-172-0/+536
* [lldb][DataFormatter] Fix libcxx std::deque formatter for references and poin...Michael Buch2023-04-173-0/+109
* [lldb] Fix TestObjectFileJSON and TestSymbolFileJSONJonas Devlieghere2023-04-176-9/+14
* Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov2023-04-172-536/+0
* [lldb] Add support for MSP430 in LLDB.Anton Korobeynikov2023-04-172-0/+536
* [lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch2023-04-142-1/+37
* [lldb] Allow evaluating expressions in C++20 modeMichael Buch2023-04-143-0/+27
* [lldb] Add a sleep to TestObjectFileJSONPavel Labath2023-04-141-0/+4
* [lldb] Use the host's target triple in TestObjectFileJSONJonas Devlieghere2023-04-131-4/+5
* [lldb] Make ObjectFileJSON loadable as a moduleJonas Devlieghere2023-04-131-0/+100