Home
last modified time | relevance | path

Searched refs:SetCommandLineCommands (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/
DTestBreakpointLocations.py106 bkpt.SetCommandLineCommands(str_list)
117 bkpt.location[1].SetCommandLineCommands(loc_list)
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpointname.py31 obj.SetCommandLineCommands(commands)
/external/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i91 void SetCommandLineCommands(SBStringList &commands);
DSBBreakpointLocation.i101 void SetCommandLineCommands(SBStringList &commands);
DSBBreakpoint.i205 void SetCommandLineCommands(SBStringList &commands);
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h63 void SetCommandLineCommands(lldb::SBStringList &commands);
DSBBreakpointName.h91 void SetCommandLineCommands(lldb::SBStringList &commands);
DSBBreakpoint.h102 void SetCommandLineCommands(SBStringList &commands);
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp271 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointLocation
272 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetCommandLineCommands, in SetCommandLineCommands()
506 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetCommandLineCommands, in RegisterMethods()
DSBBreakpointName.cpp473 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointName
474 LLDB_RECORD_METHOD(void, SBBreakpointName, SetCommandLineCommands, in SetCommandLineCommands()
740 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetCommandLineCommands, in RegisterMethods()
DSBBreakpoint.cpp494 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpoint
495 LLDB_RECORD_METHOD(void, SBBreakpoint, SetCommandLineCommands, in SetCommandLineCommands()
1036 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetCommandLineCommands, in RegisterMethods()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py227 bp_name.SetCommandLineCommands(self.cmd_list)
/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
DTestBreakpointSerialization.py260 bkpt.SetCommandLineCommands(cmd_list)