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:
Greg Clayton 2014-03-25 18:47:07 +00:00
parent d0fe317e0c
commit fc03f8fcb6
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ CommandObjectExpression::CommandOptions::OptionParsingStarting (CommandInterpret
}
else
{
ignore_breakpoints = false;
ignore_breakpoints = true;
unwind_on_error = true;
}