Home
last modified time | relevance | path

Searched refs:GetLocationOptions (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp82 GetLocationOptions()->SetEnabled(enabled); in SetEnabled()
101 GetLocationOptions()->SetAutoContinue(auto_continue); in SetAutoContinue()
107 GetLocationOptions()->SetThreadID(thread_id); in SetThreadID()
129 GetLocationOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
151 GetLocationOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()
173 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
204 GetLocationOptions()->SetCallback( in SetCallback()
217 GetLocationOptions()->ClearCallback(); in ClearCallback()
221 GetLocationOptions()->SetCondition(condition); in SetCondition()
343 GetLocationOptions()->SetIgnoreCount(n); in SetIgnoreCount()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp181 BreakpointOptions *bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction()
203 BreakpointOptions *bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody()
230 loc_sp->GetLocationOptions()->SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
239 loc_sp->GetLocationOptions()->GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h255 BreakpointOptions *GetLocationOptions();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp417 bp_options = bp_loc_sp->GetLocationOptions(); in DoExecute()
H A DCommandObjectBreakpoint.cpp1030 location->GetLocationOptions() in DoExecute()