summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
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-22Modify all register values whose byte size matches the address size to be for...Greg Clayton
2022-08-19[lldb] Support specifying a custom libcxx for the API testsJonas Devlieghere
2022-08-17[lldb][ClangExpression] Add asm() label to all FunctionDecls we create from D...Michael Buch
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-11[lldb] Fix output for unconditionally decorated testsJonas Devlieghere
2022-08-07[lldb] Dynamically generate enum names in lldbutilDave Lee
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-08-03[NFC][intel pt] Improve troubleshooting messageWalter Erquinigo
2022-07-27[lldb] Read from the Rosetta shared cache with Xcode 14Jonas Devlieghere
2022-07-15[lldb] [llgs] Send process output asynchronously in non-stop modeMichał Górny
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo
2022-07-11[lldb] Use the just-built libc++ for testing the LLDB data formattersJonas Devlieghere
2022-07-08[libc++] Re-apply the use of ABI tags to provide per-TU insulationLouis Dionne
2022-07-07[lldb] Improve the error message in run_to_breakpoint_do_runJonas Devlieghere
2022-07-07Recommit "[lldb/test] Don't use preexec_fn for launching inferiors"Pavel Labath
2022-07-05Revert "[lldb/test] Don't use preexec_fn for launching inferiors"Jonas Devlieghere
2022-07-01[lldb/test] Don't use preexec_fn for launching inferiorsPavel Labath
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
2022-06-29[LLDB] Allow API tests to override -gdwarf on WindowsMuhammad Omair Javaid
2022-06-29[lldb] [test] Avoid relying on signos in other fork testsMichał Górny
2022-06-29[lldb] [test] Use raise(SIGSTOP) instead of trap in fork testsMichał Górny
2022-06-29[lldb] [test] Split TestGdbRemoteFork in twoMichał Górny
2022-06-24[lldb] [llgs] Support multiprocess in qfThreadInfoMichał Górny
2022-06-21[lldb] [llgs] Implement non-stop style stop notification packetsMichał Górny
2022-06-20Support logpoints in lldb-vscodeJeffrey Tan
2022-06-20Add LoadTraceFromFile to SBDebugger and SBTraceJakob Johnson
2022-06-20[lldb] [test] Disable gmodules testing on FreeBSDMichał Górny
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-16[trace][intelpt] Support system-wide tracing [20] - Rename some fields in the...Walter Erquinigo
2022-06-10[lldb] [test] Implement getting thread ID on FreeBSDMichał Górny
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere
2022-06-08[lldb] Use objc_getRealizedClassList_trylock on macOS Ventura and laterJonas Devlieghere
2022-06-07[LLDB] Fix TestBase.generateSource for AArch64/WindowsMuhammad Omair Javaid
2022-06-07[LLDB] Avoid using -fno-builtin for building API testsMuhammad Omair Javaid
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham
2022-05-23[lldb] Fix should_skip_simulator_test decoratorJonas Devlieghere
2022-05-19[lldb/test] Fix PExpect.launch issue when disabling color supportMed Ismail Bennani
2022-05-18[lldb/test] Fix failures caused by a previous PExpect.launch changeMed Ismail Bennani
2022-05-18[lldb/Test] Add `use_colors` argument to the PExpect.launch wrapperMed Ismail Bennani
2022-05-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo
2022-05-09[trace][intelpt] Support system-wide tracing [2] - Add a dummy --per-core-tra...Walter Erquinigo
2022-05-09[lldb/test] Append CXXFLAGS_EXTRAS last in Makefile.rulesPavel Labath
2022-05-09[lldb/test] Fix TestCppIncompleteTypeMembers.pyPavel Labath
2022-04-29[lldb] Use shutil.which instead of distutils find_executableDavid Spickett
2022-04-21[LLDB] Update inspect getargspec to getfullargspecMuhammad Omair Javaid
2022-04-13[lldb] Fix a bug in the decorator matching logic.Jonas Devlieghere
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-04-07[lldb] Add Python bindings to print stack traces on crashes.Jonas Devlieghere