| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The test passes on linux. The i386 case is already handled by
skipIfHostIncompatibleWithRemote.
llvm-svn: 289427
|
|
|
|
|
|
| |
that TestMultipleDebuggers.py has.
llvm-svn: 289223
|
|
|
|
| |
llvm-svn: 289222
|
|
|
|
|
|
|
|
|
| |
This test links against liblldb, so it can only run when the target arch is the
same arch as liblldb. We already have a decorator for that, so apply it.
While I'm in there, also mark the test as debug-info independent.
llvm-svn: 289199
|
|
crashing LLDB.
I found the race condition in:
ScriptInterpreter *CommandInterpreter::GetScriptInterpreter(bool can_create);
More than one "ScriptInterpreter *" was being returned due to the race which caused any clients with the first one to now be pointing to freed memory and we would quickly crash.
Added a test to catch this so we don't regress.
<rdar://problem/28356584>
llvm-svn: 289169
|