Home
last modified time | relevance | path

Searched refs:m_baton_is_command_baton (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp125 m_baton_is_command_baton(false), m_callback_is_synchronous(false), in BreakpointOptions()
136 : m_callback(nullptr), m_baton_is_command_baton(false), in BreakpointOptions()
151 m_baton_is_command_baton(rhs.m_baton_is_command_baton), in BreakpointOptions()
167 m_baton_is_command_baton = rhs.m_baton_is_command_baton; in operator =()
198 m_baton_is_command_baton = incoming.m_baton_is_command_baton; in CopyOverSetOptions()
382 if (m_set_flags.Test(eCallback) && m_baton_is_command_baton) { in SerializeToStructuredData()
418 m_baton_is_command_baton = false; in SetCallback()
429 m_baton_is_command_baton = true; in SetCallback()
437 m_baton_is_command_baton = false; in ClearCallback()
471 if (!m_baton_is_command_baton) in GetCommandLineCallbacks()
[all …]
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h385 bool m_baton_is_command_baton; variable