Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp78 GetLocationOptions().SetEnabled(enabled); in SetEnabled()
93 GetLocationOptions().SetAutoContinue(auto_continue); in SetAutoContinue()
113 GetLocationOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
134 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
155 GetLocationOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
190 GetLocationOptions().SetCallback( in SetCallback()
198 GetLocationOptions().SetCallback(callback, baton_sp, is_synchronous); in SetCallback()
203 GetLocationOptions().ClearCallback(); in ClearCallback()
207 GetLocationOptions().SetCondition(std::move(condition)); in SetCondition()
332 GetLocationOptions().SetIgnoreCount(n); in SetIgnoreCount()
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp233 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction()
259 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody()
288 loc_sp->GetLocationOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
299 loc_sp->GetLocationOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h199 BreakpointOptions &GetLocationOptions();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp369 m_bp_options_vec.push_back(bp_loc_sp->GetLocationOptions()); in DoExecute()
H A DCommandObjectBreakpoint.cpp892 location->GetLocationOptions().CopyOverSetOptions( in DoExecute()