HomeSort by: relevance | last modified time | path
    Searched defs:cmd_result (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
thread.c 1612 std::string cmd_result; local
1614 (cmd_result, cmd, from_tty, gdb_stdout->term_out ());
1615 if (!flags.silent || cmd_result.length () > 0)
1619 gdb_printf ("%s", cmd_result.c_str ());
stack.c 2972 std::string cmd_result;
2980 (cmd_result, cmd, from_tty, gdb_stdout->term_out ());
2984 if (!flags.silent || cmd_result.length () > 0)
2988 gdb_printf ("%s", cmd_result.c_str ());
2969 std::string cmd_result; local
  /src/external/gpl3/gdb/dist/gdb/
thread.c 1635 std::string cmd_result; local
1637 (cmd_result, cmd, from_tty, gdb_stdout->term_out ());
1638 if (!flags.silent || cmd_result.length () > 0)
1642 gdb_printf ("%s", cmd_result.c_str ());
stack.c 2980 std::string cmd_result;
2988 (cmd_result, cmd, from_tty, gdb_stdout->term_out ());
2992 if (!flags.silent || cmd_result.length () > 0)
2996 gdb_printf ("%s", cmd_result.c_str ());
2977 std::string cmd_result; local

Completed in 38 milliseconds