[Lldb-commits] [lldb] r133230 - /lldb/trunk/test/hello_world/TestHelloWorld.py
Johnny Chen
johnny.chen at apple.com
Thu Jun 16 20:22:59 PDT 2011
Author: johnny
Date: Thu Jun 16 22:22:58 2011
New Revision: 133230
URL: http://llvm.org/viewvc/llvm-project?rev=133230&view=rev
Log:
Modify docstring.
Modified:
lldb/trunk/test/hello_world/TestHelloWorld.py
Modified: lldb/trunk/test/hello_world/TestHelloWorld.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/hello_world/TestHelloWorld.py?rev=133230&r1=133229&r2=133230&view=diff
==============================================================================
--- lldb/trunk/test/hello_world/TestHelloWorld.py (original)
+++ lldb/trunk/test/hello_world/TestHelloWorld.py Thu Jun 16 22:22:58 2011
@@ -29,7 +29,7 @@
@python_api_test
def test_with_dwarf_and_attach_to_process_with_id_api(self):
- """Create target, breakpoint, start a process, and attach to it.
+ """Create target, breakpoint, spawn a process, and attach to it.
Use dwarf map (no dsym) and attach to process with id API.
"""
@@ -91,7 +91,7 @@
self.assertTrue(breakpoint.GetHitCount() == 1, BREAKPOINT_HIT_ONCE)
def hello_world_attach_api(self):
- """Create target, breakpoint, start a process, and attach to it."""
+ """Create target, breakpoint, spawn a process, and attach to it."""
exe = os.path.join(os.getcwd(), "a.out")
More information about the lldb-commits
mailing list