lldb debugger: BreakPoints

git-svn-id: trunk@58475 -
This commit is contained in:
martin 2018-07-10 00:03:36 +00:00
parent 2325bf85bd
commit 0b4c0d8df6
2 changed files with 2 additions and 5 deletions

View File

@ -854,11 +854,8 @@ begin
exit;
end;
if FBreakID = 0 then begin
Assert(false, 'update // FBreakID = 0');
SetBreakPoint;
if FBreakID = 0 then // SetBreakPoint may have failed / nothing to do
exit;
end;
case Kind of
bpkSource, bpkAddress:

View File

@ -356,7 +356,7 @@ begin
if StrMatches(AData, ['', 'unrecognized option', 'disable', '']) then begin
FLldbNoDisableError := True;
MarkAsFailed;
//MarkAsFailed; // next line will be error
exit;
end;