summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
2021-03-30[lldb] [server] Support for multiprocess extensionMichał Górny
2021-03-30Fix cleanup error in TestVSCode_disconnect.test_launchMuhammad Omair Javaid
2021-03-24Add a progress class that can track long running operations in LLDB.Greg Clayton
2021-03-15[lldb-vscode] Handle request_evaluate's context attributeWalter Erquinigo
2021-03-10[lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint supportMichał Górny
2021-02-21Reapply "[lldb/test] Automatically find debug servers to test"Pavel Labath
2021-02-21Revert "Make sure the interpreter module was loaded before making checks agai...António Afonso
2021-02-21Make sure the interpreter module was loaded before making checks against itAntónio Afonso
2021-02-12[lldb] Let TestPExpectTest test the right test classRaphael Isemann
2021-02-11Revert "[lldb/test] Automatically find debug servers to test"Pavel Labath
2021-02-11[lldb/test] Automatically find debug servers to testPavel Labath
2021-02-05[lldb/test] Reduce API test tools configuration boilerplatePavel Labath
2021-02-04[lldb] Simplify the logic to detect compiler flag supportJonas Devlieghere
2021-01-28[lldb] Use `foo is None` instead of `not foo` in darwin.pyJonas Devlieghere
2021-01-25[vscode] Improve runInTerminal and support linuxWalter Erquinigo
2021-01-24[lldb] Add -Wl,-rpath to make tests run with fresh built libc++Fangrui Song
2021-01-21[lldb-vscode] improve modules requestWalter Erquinigo
2021-01-20Makefile.rules: Avoid redundant .d generation (make restart) and inline archi...Fangrui Song
2021-01-20Revert "[lldb] Re-enable TestPlatformProcessConnect on macos"Pavel Labath
2021-01-19[lldb] Re-enable TestPlatformProcessConnect on macosPavel Labath
2021-01-17Makefile.rules: Make HOST_OS/OS simply expanded variable to avoid excess unam...Fangrui Song
2021-01-17Makefile.rules: Delete GCC 4.6 workaroundFangrui Song
2021-01-14[lldb/test] Ensure launched processes are ready to be attachedPavel Labath
2021-01-14[lldb] Fix TestPlatformProcessConnect.pyPavel Labath
2020-12-29[lldb] Fix logging in lldb-server testsPavel Labath
2020-12-27[lldb/test] Automatically skip remote lldb-server tests when applicablePavel Labath
2020-12-22[lldb/test] Add GdbRemoteTestCaseFactory to avoid duplication in lldb-server ...Pavel Labath
2020-12-20[lldb/test] Enable reverse-connect on windows tooPavel Labath
2020-12-18[lldb/test] Reduce boilerplate in lldb-server testsPavel Labath
2020-12-10[lldb/test] Change base class of lldb-server testsPavel Labath
2020-12-10[lldb/test] Replace ad-hoc server test choice with test categoriesPavel Labath
2020-12-09[lldb] Kill the inferior instead of detaching during test suite runsJonas Devlieghere
2020-12-09[lldb][NFC] Refactor _get_bool_config_skip_if_decoratorRaphael Isemann
2020-12-09[LLDB] Temporarily incrase DEFAULT_TIMEOUT on gdbremote_testcase.pyMuhammad Omair Javaid
2020-12-07[lldb/test] Refactor socket_packet_pumpPavel Labath
2020-12-04[lldb] Remove unused argument to expectedFailureJonas Devlieghere
2020-12-04[lldb] Remove LLDB session dir and just store test traces in the respective t...Raphael Isemann
2020-12-02Make offset field optional in RegisterInfo packet for Arm64Muhammad Omair Javaid
2020-11-30Send SVE vg register in custom expedited registersetMuhammad Omair Javaid
2020-11-30[lldb/test] Avoid the socket "pump" threadPavel Labath
2020-11-20[lldb][AArch64/Linux] Show memory tagged memory regionsDavid Spickett
2020-11-12[lldb] Add expect_var_path to test variable path resultsRaphael Isemann
2020-11-11[ThreadPlan] Add a test for `thread step-in -r`, NFC (reapply)Vedant Kumar
2020-11-11Revert "[ThreadPlan] Add a test for `thread step-in -r`, NFC"Stella Stamenova
2020-11-11[lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decor...Raphael Isemann
2020-11-10[ThreadPlan] Add a test for `thread step-in -r`, NFCVedant Kumar
2020-11-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny
2020-11-10[lldb] [test] Skip ObjC-based tests via 'objc' categoryMichał Górny
2020-11-06[lldb] [test] Avoid double negation in llgs/debugserver logicMichał Górny
2020-11-05[trace][intel-pt] Implement the basic decoding functionalityWalter Erquinigo