lldb debugger: fix continue running

git-svn-id: trunk@58512 -
This commit is contained in:
martin 2018-07-13 23:32:31 +00:00
parent e10300985b
commit 2cf32ee41e

View File

@ -573,7 +573,7 @@ constructor TLldbInstructionProcessStep.Create(
AStepAction: TLldbInstructionProcessStepAction);
begin
case AStepAction of
saContinue: inherited Create('thread continue');
saContinue: inherited Create('process continue');
saOver: inherited Create('thread step-over');
saInto: inherited Create('thread step-in');
saOut: inherited Create('thread step-out');