Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp218 void SBBreakpointName::UpdateName(BreakpointName &bp_name) { in UpdateName() function in SBBreakpointName
253 UpdateName(*bp_name); in SetOneShot()
280 UpdateName(*bp_name); in SetIgnoreCount()
307 UpdateName(*bp_name); in SetCondition()
335 UpdateName(*bp_name); in SetAutoContinue()
362 UpdateName(*bp_name); in SetThreadID()
389 UpdateName(*bp_name); in SetThreadIndex()
416 UpdateName(*bp_name); in SetThreadName()
444 UpdateName(*bp_name); in SetQueueName()
477 UpdateName(*bp_name); in SetCommandLineCommands()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h113 void UpdateName(lldb_private::BreakpointName &bp_name);