Skip to content

Commit f54d390

Browse files
committed
Note the need for async mode
1 parent 90d4354 commit f54d390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/register/register/register_command/TestRegisters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ def test_process_must_be_stopped(self):
665665
self.build()
666666
exe = self.getBuildArtifact("a.out")
667667
pid = self.spawnSubprocess(exe, ["wait_for_attach"]).pid
668+
# Async so we can enter commands while the process is running.
668669
self.setAsync(True)
669670
self.runCmd("process attach --continue -p %d" % pid)
670671

0 commit comments

Comments
 (0)