aboutsummaryrefslogtreecommitdiff
path: root/lldb/test
AgeCommit message (Expand)AuthorFilesLines
2022-10-25[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere2-1/+45
2022-07-26[lldb] Disable TestStackFromStdModule.pyAugusto Noronha1-0/+1
2022-07-26[trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo3-34/+42
2022-07-26[lldb][ARM] Add tests for vpush/vpop D registersDavid Spickett2-0/+250
2022-07-26[lldb][ARM] Misc improvements to TestEmulationsDavid Spickett1-3/+4
2022-07-26[lldb][AArch64] Add support for memory tags in core filesDavid Spickett4-0/+248
2022-07-25[lldb] Make compiler-rt an optional LLDB test dependencyJonas Devlieghere1-0/+4
2022-07-23[lldb] Adapt lldb tests to changes in 71cdb8c6f144Augusto Noronha2-3/+3
2022-07-22[lldb] Remote accidental logs left in TestGuiExpandThreadsTreeAugusto Noronha1-20/+0
2022-07-22[lldb] Disable TestGuiExpandThreadsTreeAugusto Noronha1-0/+21
2022-07-22[lldb][ARM] Invert emulation test assert messageDavid Spickett1-1/+1
2022-07-22[LLDB][ClangExpression] Allow expression evaluation from within C++ LambdasMichael Buch3-0/+228
2022-07-22[LLDB][Expression] Allow instantiation of IR Entity from ValueObjectMichael Buch3-0/+90
2022-07-21[lldb] [gdb-remote] Fix process ID after following forked childMichał Górny1-2/+14
2022-07-21[lldb/test] Fix flakyness in TestNonStop.test_stdioPavel Labath1-13/+12
2022-07-21[LLDB][ClangExpression] Fix initialization of static enum alias membersMichael Buch2-0/+19
2022-07-21[LLDB][DataFormatter] Add support for std::__map_const_iteratorMichael Buch2-1/+16
2022-07-19[LLDB][NativePDB] Add MSInheritanceAttr when creating pointer type that is a ...Zequan Wu2-0/+36
2022-07-18Revert "Make hit point counts reliable for architectures that stop before eva...Jim Ingham12-1/+45
2022-07-18When the module path for `command script import` is invalid, echo the path.Jim Ingham1-3/+4
2022-07-18Make hit point counts reliable for architectures that stop before evaluation.Jim Ingham12-45/+1
2022-07-15[lldb] [llgs] Improve stdio forwarding in multiprocess+nonstopMichał Górny2-1/+55
2022-07-15[lldb] [test] Skip test_leave_nonstop on WindowsMichał Górny1-0/+1
2022-07-15[lldb] [llgs] Fix disabling non-stop modeMichał Górny1-0/+30
2022-07-15[lldb] [test] Skip test_stop_reason_while_running on WindowsMichał Górny1-0/+1
2022-07-15[lldb] [llgs] Fix `?` packet response for running threadsMichał Górny1-0/+20
2022-07-15[lldb] [test] Skip TestNonStop → test_stdio on WindowsMichał Górny1-0/+1
2022-07-15[lldb] [llgs] Send process output asynchronously in non-stop modeMichał Górny1-0/+44
2022-07-15[lldb] [test] Skip new NonStop tests on WindowsMichał Górny1-0/+3
2022-07-15[lldb][AArch64] Enable int128 testDavid Spickett1-1/+1
2022-07-15Reland "[lldb] [llgs] Fix multi-resume bugs with nonstop mode"Michał Górny2-51/+125
2022-07-15Revert "[lldb] [llgs] Fix multi-resume bugs with nonstop mode"Michał Górny2-134/+51
2022-07-15[lldb] [llgs] Fix multi-resume bugs with nonstop modeMichał Górny2-51/+134
2022-07-15Reland "[lldb] Add support for using integral const static data members in th...Andy Yankovsky6-0/+254
2022-07-14[lldb] Print the enum values and their description in the help outputJonas Devlieghere1-0/+13
2022-07-14Revert "[lldb] Add support for using integral const static data members in th...Stella Stamenova6-251/+0
2022-07-14[lldb] Remove ELF .zdebug supportFangrui Song2-58/+3
2022-07-14[lldb] Add support for using integral const static data members in the expres...Andy Yankovsky6-0/+251
2022-07-14jGetLoadedDynamicLibrariesInfos can inspect machos not yet loadedJason Molenda3-0/+113
2022-07-13[lldb] Add image dump pcm-info commandDave Lee3-0/+45
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng2-10/+50
2022-07-13[trace][intel pt] Create a CPU change event and expose it in the dumperWalter Erquinigo2-10/+93
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo2-10/+43
2022-07-13[trace][intel pt] Add a nice parser for the trace sizernofenko1-0/+56
2022-07-13[LLDB] Fix TestConvenienceVariables.test AArch64/WindowsMuhammad Omair Javaid2-7/+2
2022-07-13[LLDB] Fix TestThreadAPI.py for AArch64/WindowsMuhammad Omair Javaid1-0/+2
2022-07-13[LLDB] XFail TestLoadUnload.test_static_init_during_load AArch64/WindowsMuhammad Omair Javaid1-0/+1
2022-07-13[LLDB] Fix pointers.test for AArch64/WindowsMuhammad Omair Javaid1-1/+1
2022-07-12[lldb] Fix macOS Ventura version number checksJonas Devlieghere2-2/+2
2022-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu2-12/+12