[Lldb-commits] [PATCH] Fix TestRegisters on remote target.
Chaoren Lin
chaorenl at google.com
Sun Feb 15 22:19:49 PST 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7661
Files:
lldb/trunk/test/functionalities/register/TestRegisters.py
Index: lldb/trunk/test/functionalities/register/TestRegisters.py
===================================================================
--- lldb/trunk/test/functionalities/register/TestRegisters.py
+++ lldb/trunk/test/functionalities/register/TestRegisters.py
@@ -252,12 +252,7 @@
exe = os.path.join(os.getcwd(), "a.out")
# Spawn a new process
- pid = 0
- if sys.platform.startswith('linux'):
- pid = self.forkSubprocess(exe, ['wait_for_attach'])
- else:
- proc = self.spawnSubprocess(exe, ['wait_for_attach'])
- pid = proc.pid
+ pid = self.spawnSubprocess(exe, ['wait_for_attach']).pid
self.addTearDownHook(self.cleanupSubprocesses)
if self.TraceOn():
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7661.20001.patch
Type: text/x-patch
Size: 751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150216/69b8bb91/attachment.bin>
More information about the lldb-commits
mailing list