Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp237 StringList command_list; in GetCommandLineCommands() local
239 loc_sp->GetLocationOptions()->GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
241 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpointName.cpp491 StringList command_list; in GetCommandLineCommands() local
493 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
495 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpoint.cpp458 StringList command_list; in GetCommandLineCommands() local
460 bkpt_sp->GetOptions()->GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
462 commands.AppendList(command_list); in GetCommandLineCommands()
/freebsd-12.1/sys/dev/ips/
H A Dips.h145 SLIST_HEAD(command_list, ips_command) free_cmd_list;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h213 bool GetCommandLineCallbacks(StringList &command_list);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp486 bool BreakpointOptions::GetCommandLineCallbacks(StringList &command_list) { in GetCommandLineCallbacks() argument
496 command_list = data->user_source; in GetCommandLineCallbacks()