summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2023-12-13[lldb] Skip 2 newly introduced tests from running on DWARF2 and clang 11 (#75...Augusto Noronha
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-12-11[lldb] Disable new TestLocationListLookup when clang version is <= 11 (#75102)Augusto Noronha
2023-12-08Reapply "[lldb][test] TestLocationListLookup.py: skip expr check on unsupport...Mikhail Goncharov
2023-12-08Revert "[lldb][test] TestLocationListLookup.py: skip expr check on unsupporte...Mikhail Goncharov
2023-12-08[lldb][test] TestLocationListLookup.py: skip expr check on unsupported platfo...Michael Buch
2023-12-08[lldb][Symbol] Make sure we decrement PC before checking location list (#74772)Michael Buch
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht
2023-11-27[lldb][AArch64][Linux] Correct name of FPCR fieldDavid Spickett
2023-11-20Revert "Add new API in SBTarget for loading core from SBFile (#71769)"Muhammad Omair Javaid
2023-11-17Add new API in SBTarget for loading core from SBFile (#71769)GeorgeHuyubo
2023-11-14[LLDB] Display artificial __promise and __coro_frame variables. (#71928)Haojian Wu
2023-11-13[lldb] Fix a typo in the comment, NFCHaojian Wu
2023-11-11Centralize the code that figures out which memory ranges to save into core fi...Greg Clayton
2023-11-09[lldb][AArch64][Linux] Add fields for FPCR register (#71694)David Spickett
2023-11-09[lldb][AArch64][Linux] Add field information for the fpsr register (#71651)David Spickett
2023-11-08[lldb][test] Skip ScriptedProcess missing methods test on WindowsDavid Spickett
2023-11-08[lldb][AArch64][Linux] Add field information for the CPSR register (#70300)David Spickett
2023-11-07[lldb/test] Fix TestScriptedProcess.py failures on arm linux botsMed Ismail Bennani
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani
2023-11-07Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O...Med Ismail Bennani
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani
2023-11-07[lldb][test] TestVTableValue.py: skip base_class_ptr test case on older Clang...Michael Buch
2023-11-06[lldb][test] TestVTableValue.py: skip test for older versions of clang (#71372)Michael Buch
2023-11-03[lldb] Fix TestVTableValue on 32 bitDavid Spickett
2023-10-31Revert "[lldb/Target] Delay image loading after corefile process creation (#7...Med Ismail Bennani
2023-10-31[lldb/Target] Delay image loading after corefile process creation (#70351)Med Ismail Bennani
2023-10-30Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67...Greg Clayton
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani
2023-10-30[lldb][Test] TestDataFormatterLibcxxChrono.py: skip test on older clang versi...Michael Buch
2023-10-26[lldb] Add OperatingSystem base class to the lldb python moduleMed Ismail Bennani
2023-10-25[lldb][libc++] Adds chrono data formatters.Mark de Wever
2023-10-24[Reland] Detect against invalid variant index for LibStdC++ std::variant data...jeffreytan81
2023-10-24[lldb] Add test for reserved XML chars in register field namesDavid Spickett
2023-10-20[lldb][test] Turn ObjC string literals to C-style literals (NFC) (#69793)Dave Lee
2023-10-18Revert "Detect against invalid variant index for LibStdC++ std::variant data ...David Spickett
2023-10-17Detect against invalid variant index for LibStdC++ std::variant data formatte...jeffreytan81
2023-10-13[lldb][DataFormatter] VectorType: fix format for arrays with size not a power...Michael Buch
2023-10-13[LLDB] Fix type formatting empty c-strings (#68924)Walter Erquinigo
2023-10-06[lldb] Expose SBPlatform::GetAllProcesses to the SB API (#68378)Jonas Devlieghere
2023-10-04[lldb][test] Skip platform attach test on WindowsDavid Spickett
2023-10-04[lldb][test] Remove expected failure marker for TestPlatformAttach on windows...antoine moynault
2023-10-03Fix std::variant test failure on certain buildbot (#68139)jeffreytan81
2023-10-03[lldb] Expose Platform::Attach through the SB API (#68050)Jonas Devlieghere
2023-10-02Implement data formatters for LibStdC++ std::variant (#68012)jeffreytan81
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20Temoprarily stop running this test on Intel macsJason Molenda
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda