Home
last modified time | relevance | path

Searched refs:AutoContinue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/ExecControl/StopHook/
H A Dstop-hook-threads.test18 # CHECK-NO-FILTER-NEXT: AutoContinue on
27 # CHECK-FILTER-NEXT: AutoContinue on
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h361 AutoContinue, enumerator
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp258 key = GetKey(OptionNames::AutoContinue); in CreateFromStructuredData()
363 options_dict_sp->AddBooleanItem(GetKey(OptionNames::AutoContinue), in SerializeToStructuredData()