HomeSort by: relevance | last modified time | path
    Searched refs:execute_command (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
top.h 48 extern void execute_command (const char *, int);
59 /* As execute_fn_to_ui_file, but run execute_command for P and FROM_TTY. */
64 /* As execute_fn_to_string, but run execute_command for P and FROM_TTY. */
reverse.c 52 execute_command (reverse_command.c_str (), from_tty);
top.c 455 execute_command (const char *p, int from_tty)
647 execute_fn_to_ui_file (file, [=]() { execute_command (p, from_tty); });
656 execute_fn_to_string (res, [=]() { execute_command (p, from_tty); },
667 execute_fn_to_string (dummy, [=]() { execute_command (p, from_tty); },
454 execute_command (const char *p, int from_tty) function
event-top.c 615 execute_command (command, ui->instream == ui->stdin_stream);
745 execute_command to work. */
837 execute_command ("quit", 1);
record.c 274 execute_command ("target record-full", from_tty);
record-btrace.c 2988 execute_command ("target record-btrace", from_tty);
3009 execute_command ("target record-btrace", from_tty);
3030 execute_command ("target record-btrace", from_tty);
3038 execute_command ("target record-btrace", from_tty);
  /src/external/gpl3/gdb/dist/gdb/
top.h 48 extern void execute_command (const char *, int);
59 /* As execute_fn_to_ui_file, but run execute_command for P and FROM_TTY. */
64 /* As execute_fn_to_string, but run execute_command for P and FROM_TTY. */
reverse.c 52 execute_command (reverse_command.c_str (), from_tty);
top.c 452 execute_command (const char *p, int from_tty)
642 execute_fn_to_ui_file (file, [=]() { execute_command (p, from_tty); });
651 execute_fn_to_string (res, [=]() { execute_command (p, from_tty); },
662 execute_fn_to_string (dummy, [=]() { execute_command (p, from_tty); },
451 execute_command (const char *p, int from_tty) function
event-top.c 615 execute_command (command, ui->instream == ui->stdin_stream);
745 execute_command to work. */
837 execute_command ("quit", 1);
record.c 274 execute_command ("target record-full", from_tty);
record-btrace.c 2961 execute_command ("target record-btrace", from_tty);
2982 execute_command ("target record-btrace", from_tty);
3003 execute_command ("target record-btrace", from_tty);
3011 execute_command ("target record-btrace", from_tty);
  /src/external/apache2/llvm/dist/libcxx/utils/
merge_archives.py 45 def execute_command(cmd, cwd=None): function
68 out, err, exitCode = execute_command(cmd, cwd=cwd)
  /src/external/gpl3/gcc/dist/contrib/header-tools/
headerutils.py 220 def execute_command (command): function
236 files = execute_command (command)
247 files = execute_command (command)
275 files = execute_command (command)
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
headerutils.py 220 def execute_command (command): function
236 files = execute_command (command)
247 files = execute_command (command)
275 files = execute_command (command)
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-env.c 53 execute_command ( /*ui */ run.get (), 0 /*from_tty */ );
mi-main.c 2169 execute_command (run.c_str (), 0 /* from_tty */ );
2184 execute_command (run.c_str (), 0 /* from_tty */ );
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-interp.c 242 execute_command (command_str, 1);
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-interp.c 242 execute_command (command_str, 1);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-env.c 51 execute_command ( /*ui */ run.get (), 0 /*from_tty */ );
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-status.c 322 execute_command ("frame 0", from_tty);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-status.c 327 execute_command ("frame 0", from_tty);
  /src/external/gpl2/groff/dist/src/preproc/refer/
command.cpp 759 static void execute_command(const char *name, int argc, argument *argv) function
792 execute_command(command.contents(), argc, argv);
  /src/external/gpl3/gdb.old/dist/gdb/guile/
guile.c 314 execute_command (command, from_tty);
  /src/external/gpl3/gdb/dist/gdb/guile/
guile.c 314 execute_command (command, from_tty);

Completed in 49 milliseconds

1 2