[Lldb-commits] [PATCH] D65123: Restore tests for lldb-server and lldb-vscode removed at rL366590

António Afonso via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 22 15:54:36 PDT 2019


aadsm created this revision.
aadsm added a reviewer: xiaobai.
Herald added subscribers: lldb-commits, jfb, krytarowski, srhines.
Herald added a reviewer: jfb.
Herald added a project: LLDB.

This was removed here rL366590 <https://reviews.llvm.org/rL366590> by accident.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65123

Files:
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/.clang-format
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestAppleSimulatorOSType.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAttach.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteExitCode.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteKill.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteModuleInfo.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteRegisterState.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteSingleStep.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vCont.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/platform-process-connect/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/platform-process-connect/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/TestGdbRemote_QPassSignals.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/socket_packet_pump.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/test/test_lldbgdbserverutils.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/.categories
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/TestVSCode_attach.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/attach/main.c
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/breakpoint/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/TestVSCode_launch.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/launch/main.c
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/stackTrace/main.c
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/TestVSCode_step.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/step/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables/Makefile
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables/TestVSCode_variables.py
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/variables/main.cpp
  lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65123.211220.patch
Type: text/x-patch
Size: 437822 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190722/628df2b8/attachment-0001.bin>


More information about the lldb-commits mailing list