Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp79 GetLocationOptions().SetEnabled(enabled); in SetEnabled()
98 GetLocationOptions().SetAutoContinue(auto_continue); in SetAutoContinue()
104 GetLocationOptions().SetThreadID(thread_id); in SetThreadID()
126 GetLocationOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
148 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
170 GetLocationOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
208 GetLocationOptions().SetCallback( in SetCallback()
221 GetLocationOptions().ClearCallback(); in ClearCallback()
225 GetLocationOptions().SetCondition(condition); in SetCondition()
346 GetLocationOptions().SetIgnoreCount(n); in SetIgnoreCount()
[all …]
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointLocation.cpp217 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction()
243 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody()
271 loc_sp->GetLocationOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
282 loc_sp->GetLocationOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h206 BreakpointOptions &GetLocationOptions();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp380 m_bp_options_vec.push_back(bp_loc_sp->GetLocationOptions()); in DoExecute()
H A DCommandObjectBreakpoint.cpp862 location->GetLocationOptions().CopyOverSetOptions( in DoExecute()