From 5f92a130ffc225c8120ae7e8fd80e695dd4e51f6 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 5 Nov 2015 00:46:25 +0000 Subject: Teach LLDB how to directly launch processes on the iOS simulator This allows for command-line debugging of iOS simulator binaries (as long as UI is not required, or a full UI simulator has previously been otherwise launched), as well as execution of the LLDB test suite on the iOS simulator This is known to compile on OSX 10.11 GM - feedback from people on other platforms and/or older versions of OSX as to the buildability of this code is greatly appreciated llvm-svn: 252112 --- .../lldbsuite/test/functionalities/process_attach/TestProcessAttach.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py b/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py index 0315748ef5b..83906b54630 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py @@ -17,6 +17,7 @@ class ProcessAttachTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) + @skipIfiOSSimulator def test_attach_to_process_by_id(self): """Test attach by process id""" self.build() -- cgit v1.2.3