forked from OSchip/llvm-project
When there was no process, the expression options were set to not ignore breakpoints. This causes debug info to be generated and causes errors when evaluating simple expressions. llvm-svn: 204745
This commit is contained in:
parent
d0fe317e0c
commit
fc03f8fcb6
|
@ -173,7 +173,7 @@ CommandObjectExpression::CommandOptions::OptionParsingStarting (CommandInterpret
|
|||
}
|
||||
else
|
||||
{
|
||||
ignore_breakpoints = false;
|
||||
ignore_breakpoints = true;
|
||||
unwind_on_error = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue