Home
last modified time | relevance | path

Searched refs:GetBreakpointNames (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py67 self.target.GetBreakpointNames(name_list)
289 self.target.GetBreakpointNames(name_list)
297 self.target.GetBreakpointNames(name_list)
307 dummy_target.GetBreakpointNames(name_list)
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h743 void GetBreakpointNames(SBStringList &names);
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i768 void GetBreakpointNames(SBStringList &names);
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1213 void SBTarget::GetBreakpointNames(SBStringList &names) { in GetBreakpointNames() function in SBTarget
1214 LLDB_RECORD_METHOD(void, SBTarget, GetBreakpointNames, (lldb::SBStringList &), in GetBreakpointNames()
1224 target_sp->GetBreakpointNames(name_vec); in GetBreakpointNames()
2555 LLDB_REGISTER_METHOD(void, SBTarget, GetBreakpointNames, in RegisterMethods()
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp654 target->GetBreakpointNames(name_list); in BreakpointNames()
DCommandObjectBreakpoint.cpp1994 target.GetBreakpointNames(name_list); in DoExecute()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h730 void GetBreakpointNames(std::vector<std::string> &names);
/external/llvm-project/lldb/source/Target/
DTarget.cpp753 void Target::GetBreakpointNames(std::vector<std::string> &names) { in GetBreakpointNames() function in Target