Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/
DTestBreakpointLocations.py108 bkpt.GetCommandLineCommands(cmd_list)
119 bkpt.location[1].GetCommandLineCommands(loc_cmd_list)
135 bkpt.location[0].GetCommandLineCommands(untouched_loc_cmds)
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpointname.py32 obj.GetCommandLineCommands(commands)
/external/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i93 bool GetCommandLineCommands(SBStringList &commands);
DSBBreakpointLocation.i103 bool GetCommandLineCommands(SBStringList &commands);
DSBBreakpoint.i207 bool GetCommandLineCommands(SBStringList &commands);
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h65 bool GetCommandLineCommands(lldb::SBStringList &commands);
DSBBreakpointName.h93 bool GetCommandLineCommands(lldb::SBStringList &commands);
DSBBreakpoint.h104 bool GetCommandLineCommands(SBStringList &commands);
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp289 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointLocation
290 LLDB_RECORD_METHOD(bool, SBBreakpointLocation, GetCommandLineCommands, in GetCommandLineCommands()
508 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetCommandLineCommands, in RegisterMethods()
DSBBreakpointName.cpp493 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointName
494 LLDB_RECORD_METHOD(bool, SBBreakpointName, GetCommandLineCommands, in GetCommandLineCommands()
742 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetCommandLineCommands, in RegisterMethods()
DSBBreakpoint.cpp512 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpoint
513 LLDB_RECORD_METHOD(bool, SBBreakpoint, GetCommandLineCommands, in GetCommandLineCommands()
1038 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetCommandLineCommands, in RegisterMethods()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommand.py285 bkpt.GetCommandLineCommands(com_list)
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py198 bp_object.GetCommandLineCommands(set_cmds)