Searched refs:command_line (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/cli/
H A Dcli-script.h23 struct command_line;
43 execute_control_command (struct command_line *cmd);
46 struct command_line *, unsigned int);
48 extern struct command_line * copy_command_lines (struct command_line *cmds);
50 struct cleanup *make_cleanup_free_command_lines (struct command_line **arg);
H A Dcli-script.c40 recurse_read_control_structure (struct command_line *current_cmd);
74 static struct command_line *
77 struct command_line *cmd;
82 cmd = (struct command_line *) xmalloc (sizeof (struct command_line));
88 = (struct command_line **) xmalloc (sizeof (struct command_line *)
90 memset (cmd->body_list, 0, sizeof (struct command_line *) * cmd->body_count);
98 static struct command_line *
101 struct command_line *cm
[all...]
H A Dcli-decode.h181 struct command_line *user_commands;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdbcmd.h115 enum command_control_type execute_control_command (struct command_line *);
117 extern void print_command_line (struct command_line *, unsigned int,
120 struct command_line *, unsigned int);
H A Dbreakpoint.h318 struct command_line *commands;
586 struct command_line *commands;
H A Ddefs.h680 struct command_line
682 struct command_line *next;
686 struct command_line **body_list;
689 extern struct command_line *read_command_lines (char *, int);
691 extern void free_command_lines (struct command_line **);
678 struct command_line struct
H A Dremote-rdp.c72 char command_line[10]; member in struct:__anon1411
H A Dbreakpoint.c590 struct command_line *l;
2052 struct command_line *cmd;
3295 struct command_line *l;
/freebsd-10-stable/contrib/binutils/ld/
H A Dlexsup.c761 command_line.cref = TRUE;
765 command_line.force_common_definition = TRUE;
792 command_line.interpreter = optarg;
798 command_line.endian = ENDIAN_BIG;
801 command_line.endian = ENDIAN_LITTLE;
804 command_line.embedded_relocs = TRUE;
814 if (command_line.auxiliary_filters == NULL)
816 command_line.auxiliary_filters = xmalloc (2 * sizeof (char *));
817 command_line.auxiliary_filters[0] = optarg;
818 command_line
[all...]
H A Dldmain.c106 args_type command_line; variable
254 command_line.warn_mismatch = TRUE;
255 command_line.warn_search_mismatch = TRUE;
256 command_line.check_section_addresses = TRUE;
298 else if (command_line.relax)
309 switch (command_line.symbolic)
320 command_line.dynamic_list = dynamic_list_unset;
326 command_line.dynamic_list = dynamic_list_data;
330 switch (command_line.dynamic_list)
343 if (command_line
[all...]
H A Dldfile.c219 switch (command_line.endian)
255 if (command_line.warn_search_mismatch)
278 command_line.accept_unknown_input_arch)
284 if (command_line.warn_search_mismatch)
H A Dldwrite.c77 if (command_line.endian == ENDIAN_BIG)
79 else if (command_line.endian == ENDIAN_LITTLE)
84 else if (command_line.endian == ENDIAN_UNSET)
H A Dld.h228 extern args_type command_line;
H A Dldlang.c2675 if (command_line.endian == ENDIAN_BIG
2679 if (command_line.endian == ENDIAN_LITTLE
2766 if (command_line.endian != ENDIAN_UNSET)
2777 if (command_line.endian == ENDIAN_BIG)
4334 if (command_line.check_section_addresses)
5140 command_line.accept_unknown_input_arch);
5162 if (command_line.warn_mismatch)
5180 if (! command_line.warn_mismatch)
5184 if (command_line.warn_mismatch)
5188 if (! command_line
[all...]
H A Dldgram.y335 { command_line.force_common_definition = TRUE ; }
337 { command_line.inhibit_common_definition = TRUE ; }
/freebsd-10-stable/contrib/binutils/binutils/
H A Darparse.y72 session command_line
76 command_line: label
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp127 SBCommandInterpreter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool add_to_history) argument
133 m_opaque_ptr, command_line, result.get(), add_to_history);
136 if (command_line && m_opaque_ptr)
138 m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref());
153 m_opaque_ptr, command_line, result.get(), sstr.GetData(), add_to_history, result.GetStatus());
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h86 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h156 HandleCommand (const char *command_line,
226 GetCommandObjectForCommand (std::string &command_line);
/freebsd-10-stable/sys/xen/interface/
H A Darch-ia64.h492 unsigned long command_line; /* physical address of cmd line args */ member in struct:xen_ia64_boot_param
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1523 CommandInterpreter::HandleCommand (const char *command_line, argument
1535 std::string command_string (command_line);
1536 std::string original_command_string (command_line);
1539 Host::SetCrashDescriptionWithFormat ("HandleCommand(command = \"%s\")", command_line);
1546 log->Printf ("Processing command: %s", command_line);
1548 Timer scoped_timer (__PRETTY_FUNCTION__, "Handling command: %s.", command_line);
1601 command_line = m_repeat_command.c_str();
1602 command_string = command_line;
1603 original_command_string = command_line;

Completed in 264 milliseconds