summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18Skip tests with earlier versions of clangAdrian Prantl
2023-09-13[lldb] Treat user aliases the same as built-ins when tab completing (#65974)David Spickett
2023-09-12Reland "[lldb] Improve completion tests (#65973)"David Spickett
2023-09-11Revert "[lldb] Improve completion tests (#65973)"David Spickett
2023-09-11[lldb] Improve completion tests (#65973)David Spickett
2023-09-11[lldb][Tests] Reformat API tests with blackDavid Spickett
2023-09-11[lldb] Correctly invalidate unloaded image tokens (#65945)David Spickett
2023-09-08[lldb] Add test to document alias tab completion behaviour (#65760)David Spickett
2023-09-08[lldb][AArch64] Re-enable TestShowLocationDwarf5David Spickett
2023-09-06[LLDB] Skip TestBSDArchives.py on windowsMuhammad Omair Javaid
2023-09-05Switch over to using the LLVM archive parser for BSD archives.Greg Clayton
2023-08-31Fix shared library loading when users define duplicate _r_debug structure.Greg Clayton
2023-08-16Replace the singleton "ShadowListener" with a primary and N secondary ListenersJim Ingham
2023-08-10[lldb][test] Remove tests relying on deprecated std::char_traits specializationsMichael Buch
2023-08-07[lldb] Fix typo in comments and in testEymen Ünay
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-08-03[lldb][AArch64] Add reading of TLS tpidr register from core filesDavid Spickett
2023-08-01[lldb] Fix test TestBSDArchives.py properlyWanyi Ye
2023-07-27[lldb] Fix TestBSDArchives failureWanyi Ye
2023-07-27[BSDArchive] NULL check the child object file ptr before accessing its memberWanyi Ye
2023-07-22[gdb-remote] Sort entries in QEnvironment*Fangrui Song
2023-07-20[lldb][x86_64] Support fs_base/gs_base register in LinuxJeffrey Tan
2023-07-17Fix the root directory completion test.Jim Ingham
2023-07-10[lldb] Prevent crash when completing ambiguous subcommandsJonas Devlieghere
2023-07-06[lldb] Fix crash when completing register names after program exitDavid Spickett
2023-07-04[lldb][AArch64] Account for extra libc frames in PAC unwind testDavid Spickett
2023-06-21[lldb/test] Disable TestStackCoreScriptedProcess.pyMed Ismail Bennani
2023-06-21[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64Med Ismail Bennani
2023-06-21[lldb] Add register field tables to the "register info" commandDavid Spickett
2023-06-16[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-06-13Revert "[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64"Med Ismail Bennani
2023-06-13[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64Med Ismail Bennani
2023-06-06[lldb] Disable some tests on windowsMed Ismail Bennani
2023-06-06[lldb/Commands] Fix disk completion from root directoryMed Ismail Bennani
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-05-30[lldb] Consult summary provider before printing children of root referencesDave Lee
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg
2023-05-29[LLDB] Fix TestVarPath.py for AArch64 WindowsMuhammad Omair Javaid
2023-05-29[LLDB] Remove XFAIL on Windows decorator XPASSesMuhammad Omair Javaid
2023-05-26[lldb] Skip instead of XFAIL TestInteractiveScriptedProcessJonas Devlieghere
2023-05-25TestStackCoreScriptedProcess.py is timing out, skip itJason Molenda
2023-05-25Re-revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` ...Med Ismail Bennani
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-24[lldb][DataFormatter] Add dereference support to libstdcpp std::shared_ptr fo...Michael Buch
2023-05-23Revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` mod...Med Ismail Bennani
2023-05-22[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` moduleMed Ismail Bennani
2023-05-22[lldb] Add "Trace" stop reason in Scripted ThreadMed Ismail Bennani
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani