mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-02 21:22:44 +00:00
cleanup comments and remove an obsolete workaround
llvm-svn: 219623
This commit is contained in:
parent
2009960ea3
commit
17a0011082
@ -84,7 +84,6 @@ for command in args.script:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
if re.match('^r|(run)$', cmd[0]):
|
if re.match('^r|(run)$', cmd[0]):
|
||||||
import time, random; time.sleep(random.randint(0,10))
|
|
||||||
error = lldb.SBError()
|
error = lldb.SBError()
|
||||||
launchinfo = lldb.SBLaunchInfo([])
|
launchinfo = lldb.SBLaunchInfo([])
|
||||||
launchinfo.SetWorkingDirectory(os.getcwd())
|
launchinfo.SetWorkingDirectory(os.getcwd())
|
||||||
@ -95,10 +94,9 @@ for command in args.script:
|
|||||||
print "State = %d" % state
|
print "State = %d" % state
|
||||||
print """
|
print """
|
||||||
ERROR: Could not launch process.
|
ERROR: Could not launch process.
|
||||||
NOTE: There are several resons why this may happen:
|
NOTE: There are several reasons why this may happen:
|
||||||
* Root needs to run "DevToolsSecurity --enable".
|
* Root needs to run "DevToolsSecurity --enable".
|
||||||
* We launched ("run") more than one process simultaneously.
|
* Older versions of lldb cannot launch more than one process simultaneously.
|
||||||
(cf. rdar://problem/14929651)
|
|
||||||
"""
|
"""
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user