summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2022-09-19Add auto deduce source map settingJeffrey Tan
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-09-12Force system C++ stdlib in test that forces system clang.Adrian Prantl
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova
2022-09-12Skip crashing testAdrian Prantl
2022-09-11Add SBDebugger::GetSetting() public APIsJeffrey Tan
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-09Adapt LLDB dataformatters for libcxx change D129386Adrian Prantl
2022-09-09Temporarily XFAIL libcxx tests.Adrian Prantl
2022-09-02Fix out-of-bounds memory access in testAdrian Prantl
2022-09-02[lldb] From unordered_map synthetic provider, return std::pair childrenDave Lee
2022-09-01Fix inconsistent target arch when attaching to arm64 binaries onAdrian Prantl
2022-08-26[lldb] Skip TestCoroutineHandle.py on libstdc++<11Pavel Labath
2022-08-25[lldb][test] Fix nullptr test expctation for 32-bit systemAdrian Vogelsgesang
2022-08-25Don't index the skeleton CU when we have a fission compile unit.Greg Clayton
2022-08-25[lldb][Test] Prevent generating DW_AT_location for unused argumentMichael Buch
2022-08-24[LLDB] Add data formatter for std::coroutine_handleAdrian Vogelsgesang
2022-08-22[lldb] Remove prefer-dynamic-value test overrideDave Lee
2022-08-20[lldb] [gdb-remote] Include PID in vCont packets if multiprocessMichał Górny
2022-08-19Revert "[lldb] [gdb-remote] Include PID in vCont packets if multiprocess" - P...Michael Buch
2022-08-19Revert "[lldb] [test] Add synchronization to TestContinue"Adrian Prantl
2022-08-19[lldb] [test] Add synchronization to TestContinueMichał Górny
2022-08-19[lldb] [test] Remove test_step_multiprocess, it's unreliableMichał Górny
2022-08-19[lldb] [test] Skip step packet test on non-amd64Michał Górny
2022-08-19[lldb] [gdb-remote] Include PID in vCont packets if multiprocessMichał Górny
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-11[lldb] Simplify TestExec's source code (2/2)Jonas Devlieghere
2022-08-11[lldb] Simplify TestExec's source codeJonas Devlieghere
2022-08-09@skipIfAsan for the other long test in TestMemoryRegion.pyJim Ingham
2022-08-09The memory region tests have been consistently timing on the ASANJim Ingham
2022-08-08Implement better path matching in FileSpecList::FindCompatibleIndex(...).Greg Clayton
2022-08-05Reapply the commits to enable accurate hit-count detection for watchpoints.Jim Ingham
2022-08-04Remove the check for eStateConnected in remote testing sessions.Jim Ingham
2022-08-03[lldb] Make TestModuleLoadedNotifys work with dyld from the shared cacheJonas Devlieghere
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-08-03[lldb] Fix TestDeletedExecutable on linuxPavel Labath
2022-08-02[LLDB] Skip buildbot failures AArch64/WindowsMuhammad Omair Javaid
2022-07-28[LLDB] Fix missing return value in SBBreakpointLocation::GetQueueName()Slava Gurevich
2022-07-27[lldb] Always use APFloat for FP dumpingPavel Labath
2022-07-23[lldb] Adapt lldb tests to changes in 71cdb8c6f144Augusto Noronha
2022-07-22[LLDB][Expression] Allow instantiation of IR Entity from ValueObjectMichael Buch
2022-07-21[lldb] [gdb-remote] Fix process ID after following forked childMichał Górny
2022-07-21[LLDB][DataFormatter] Add support for std::__map_const_iteratorMichael Buch
2022-07-18Revert "Make hit point counts reliable for architectures that stop before eva...Jim Ingham
2022-07-18Make hit point counts reliable for architectures that stop before evaluation.Jim Ingham
2022-07-15[lldb][AArch64] Enable int128 testDavid Spickett