Home
last modified time | relevance | path

Searched refs:command_list (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp296 StringList command_list; in GetCommandLineCommands() local
298 loc_sp->GetLocationOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
300 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpointName.cpp501 StringList command_list; in GetCommandLineCommands() local
503 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
505 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpoint.cpp519 StringList command_list; in GetCommandLineCommands() local
521 bkpt_sp->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
523 commands.AppendList(command_list); in GetCommandLineCommands()
/freebsd-13.1/sys/dev/ips/
H A Dips.h145 SLIST_HEAD(command_list, ips_command) free_cmd_list;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h200 bool GetCommandLineCallbacks(StringList &command_list);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp466 bool BreakpointOptions::GetCommandLineCallbacks(StringList &command_list) { in GetCommandLineCallbacks() argument
476 command_list = data->user_source; in GetCommandLineCallbacks()