aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages
AgeCommit message (Expand)AuthorFilesLines
2022-07-15[lldb] [llgs] Send process output asynchronously in non-stop modeMichał Górny1-26/+8
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo1-2/+14
2022-07-11[lldb] Use the just-built libc++ for testing the LLDB data formattersJonas Devlieghere4-1/+16
2022-07-08[libc++] Re-apply the use of ABI tags to provide per-TU insulationLouis Dionne1-1/+2
2022-07-07[lldb] Improve the error message in run_to_breakpoint_do_runJonas Devlieghere1-2/+17
2022-07-07Recommit "[lldb/test] Don't use preexec_fn for launching inferiors"Pavel Labath2-14/+1
2022-07-05Revert "[lldb/test] Don't use preexec_fn for launching inferiors"Jonas Devlieghere2-1/+14
2022-07-01[lldb/test] Don't use preexec_fn for launching inferiorsPavel Labath2-14/+1
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere1-1/+1
2022-06-29[LLDB] Allow API tests to override -gdwarf on WindowsMuhammad Omair Javaid1-6/+6
2022-06-29[lldb] [test] Avoid relying on signos in other fork testsMichał Górny1-2/+3
2022-06-29[lldb] [test] Use raise(SIGSTOP) instead of trap in fork testsMichał Górny1-3/+5
2022-06-29[lldb] [test] Split TestGdbRemoteFork in twoMichał Górny1-0/+204
2022-06-24[lldb] [llgs] Support multiprocess in qfThreadInfoMichał Górny1-3/+8
2022-06-21[lldb] [llgs] Implement non-stop style stop notification packetsMichał Górny2-1/+2
2022-06-20Support logpoints in lldb-vscodeJeffrey Tan2-10/+21
2022-06-20Add LoadTraceFromFile to SBDebugger and SBTraceJakob Johnson1-0/+10
2022-06-20[lldb] [test] Disable gmodules testing on FreeBSDMichał Górny1-1/+1
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee2-13/+4
2022-06-16[trace][intelpt] Support system-wide tracing [20] - Rename some fields in the...Walter Erquinigo1-15/+15
2022-06-10[lldb] [test] Implement getting thread ID on FreeBSDMichał Górny1-0/+4
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere1-3/+11
2022-06-08[lldb] Use objc_getRealizedClassList_trylock on macOS Ventura and laterJonas Devlieghere1-1/+1
2022-06-07[LLDB] Fix TestBase.generateSource for AArch64/WindowsMuhammad Omair Javaid1-1/+1
2022-06-07[LLDB] Avoid using -fno-builtin for building API testsMuhammad Omair Javaid1-1/+1
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham1-0/+36
2022-05-23[lldb] Fix should_skip_simulator_test decoratorJonas Devlieghere1-2/+2
2022-05-19[lldb/test] Fix PExpect.launch issue when disabling color supportMed Ismail Bennani1-1/+1
2022-05-18[lldb/test] Fix failures caused by a previous PExpect.launch changeMed Ismail Bennani1-5/+7
2022-05-18[lldb/Test] Add `use_colors` argument to the PExpect.launch wrapperMed Ismail Bennani1-5/+10
2022-05-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo1-2/+15
2022-05-09[trace][intelpt] Support system-wide tracing [2] - Add a dummy --per-core-tra...Walter Erquinigo1-10/+14
2022-05-09[lldb/test] Append CXXFLAGS_EXTRAS last in Makefile.rulesPavel Labath1-1/+3
2022-05-09[lldb/test] Fix TestCppIncompleteTypeMembers.pyPavel Labath1-1/+1
2022-04-29[lldb] Use shutil.which instead of distutils find_executableDavid Spickett1-2/+1
2022-04-21[LLDB] Update inspect getargspec to getfullargspecMuhammad Omair Javaid1-1/+1
2022-04-13[lldb] Fix a bug in the decorator matching logic.Jonas Devlieghere1-5/+10
2022-04-13[lldb] Remove the global platform listPavel Labath1-1/+1
2022-04-07[lldb] Add Python bindings to print stack traces on crashes.Jonas Devlieghere1-0/+1
2022-04-05[lldb] Avoid duplicate vdso modules when opening core filesPavel Labath1-1/+7
2022-03-30Recommit [lldb/test] Make category-skipping logic "platform"-independentPavel Labath2-31/+25
2022-03-23[lldb/test] Add events listener helper function to lldbtestMed Ismail Bennani1-0/+23
2022-03-22[lldb/test] Increase pexpect termination timeoutsPavel Labath1-0/+2
2022-03-21Revert "[lldb/test] Add events listener helper class to lldbtest"Pavel Labath1-72/+0
2022-03-18[lldb/test] Fix typo in eventlistener.py (NFC)Med Ismail Bennani1-2/+2
2022-03-18[lldb/test] Add events listener helper class to lldbtestMed Ismail Bennani1-0/+72
2022-03-15Revert "[lldb/test] Make category-skipping logic "platform"-independent"Pavel Labath2-25/+30
2022-03-15[lldb/test] Make category-skipping logic "platform"-independentPavel Labath2-30/+25
2022-03-09[lldb] Add SBType::IsAggregateTypeDave Lee1-0/+2
2022-03-09[lldb/driver] Fix SIGTSTP handlingPavel Labath1-3/+10