summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2023-05-22[LLDB] Fix missing import in TestInterruptBacktrace.pyMuhammad Omair Javaid
2023-05-22[LLDB] Skip TestInterruptBacktrace.py on Arm/LinuxMuhammad Omair Javaid
2023-05-16[LLDB] Fix typo in TestDataFormatterSynthVal.pyMuhammad Omair Javaid
2023-05-16[LLDB] Fix TestDataFormatterSynthVal.py for AArch64/WindowsMuhammad Omair Javaid
2023-05-12Fix libstdc++ data formatter for reference/pointer to std::stringJeffrey Tan
2023-05-11We can't let GetStackFrameCount get interrupted or it will give theJim Ingham
2023-05-11Relax test to not rely on the variable being optimized outAdrian Prantl
2023-05-04Add AArch64 MASK watchpoint support in debugserverJason Molenda
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid
2023-05-01Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom delet...Jorge Gorbe Moya
2023-05-01Revert "[lldb] Make the libcxx unique_ptr prettyprinter support custom delete...Jorge Gorbe Moya
2023-05-01[lldb] Make the libcxx unique_ptr prettyprinter support custom deleters.Jorge Gorbe Moya
2023-04-28Refactor and generalize AArch64 watchpoint support in debugserverJason Molenda
2023-04-25[lldb/test] Fix test failure from missing decoratorMed Ismail Bennani
2023-04-25[lldb/test] Disable Interactive Scripted Process test unless DarwinMed Ismail Bennani
2023-04-25[lldb/test] Enable threads for TestInteractiveScriptedProcess.py (NFC)Med Ismail Bennani
2023-04-25[lldb/test] Consolidate interactive scripted process debugging testMed Ismail Bennani
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani
2023-04-25[lldb] Add an example of interactive scripted process debuggingMed Ismail Bennani
2023-04-21[LLDB] Don't print register fields when asked for a specific formatDavid Spickett
2023-04-20[LLDB] Discard register flags where the size doesn't match the registerDavid Spickett
2023-04-17[lldb] Add more asserts to TestExecDave Lee
2023-04-17[lldb] Build libcxx unique_ptr and shared_ptr test programs with -glldb.Jorge Gorbe Moya
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin
2023-04-17[lldb][DataFormatter] Fix libcxx std::deque formatter for references and poin...Michael Buch
2023-04-17[lldb] Fix TestObjectFileJSON and TestSymbolFileJSONJonas Devlieghere
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov
2023-04-13[lldb] Show register fields using bitfield struct typesDavid Spickett
2023-04-07[clang][DebugInfo] Emit DW_AT_type of preferred name if availableMichael Buch
2023-04-06[lldb] Add an overload to SetModuleLoadAddress that takes an unsigned valueJonas Devlieghere
2023-04-05[lldb] Detach the child process when stepping over a forkPavel Labath
2023-03-30[lldb] Use one Progress event per root module buildDave Lee
2023-03-28[lldb] TestInferiorCrashing.py should check for crash reasonAlex Langford
2023-03-27Revert "[lldb-server] Use Platform plugin corresponding to the host"Alex Langford
2023-03-23[lldb-server] Use Platform plugin corresponding to the hostAlex Langford
2023-03-21Recommit [lldb] Change dwim-print to default to disabled persistent resultsDave Lee
2023-03-21[lldb] Relax expectation on TestMainThreadExitPavel Labath
2023-03-08[lldb] Make repeat commands work for regex commandsDave Lee
2023-03-08[lldb][test][NFC] TestDataFormatterCpp.py: Remove redundant FIXMEMichael Buch
2023-03-07Reland "[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for...Michael Buch
2023-03-07Reland "[lldb][TypeSystemClang] Format pointers to member functions as eForma...Michael Buch
2023-03-07[lldb][test] TestDataFormatterCpp.py: set breakpoint after all locals have be...Michael Buch
2023-03-07[lldb][test] TestDataFormatterCpp.py: split assertions failing on WindowsMichael Buch
2023-03-07[lldb][test] TestDataFormatterCpp.py: add test-case for member function point...Michael Buch
2023-03-07Revert "[lldb][TypeSystemClang] Format pointers to member functions as eForma...Michael Buch
2023-03-07Revert "[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for...Michael Buch
2023-03-06Revert "[lldb] Add an example of interactive scripted process debugging (NFC)"Med Ismail Bennani
2023-03-06[lldb] Add an example of interactive scripted process debugging (NFC)Med Ismail Bennani