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

  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-env.c 236 const std::string &inferior_tty = current_inferior ()->tty (); local
237 if (!inferior_tty.empty ())
238 current_uiout->field_string ("inferior_tty_terminal", inferior_tty);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-env.c 234 const std::string &inferior_tty = current_inferior ()->tty (); local
235 if (!inferior_tty.empty ())
236 current_uiout->field_string ("inferior_tty_terminal", inferior_tty);
  /src/external/gpl3/gdb.old/dist/gdb/
infcmd.c 117 const std::string &inferior_tty = current_inferior ()->tty ();
121 "is \"%s\".\n"), inferior_tty.c_str ());
116 const std::string &inferior_tty = current_inferior ()->tty (); local
windows-nat.c 2572 const std::string &inferior_tty = current_inferior ()->tty (); local
2655 if (inferior_tty.empty ())
2659 tty = open (inferior_tty.c_str (), O_RDWR | O_NOCTTY);
2662 warning_filename_and_errno (inferior_tty.c_str (), errno);
2729 line, use INFERIOR_TTY for those which aren't. */
2730 if (!inferior_tty.empty ()
2737 tty = CreateFileA (inferior_tty.c_str (), GENERIC_READ | GENERIC_WRITE,
2743 inferior_tty.c_str (), err, strwinerror (err));
  /src/external/gpl3/gdb/dist/gdb/
infcmd.c 118 const std::string &inferior_tty = current_inferior ()->tty ();
122 "is \"%s\".\n"), inferior_tty.c_str ());
117 const std::string &inferior_tty = current_inferior ()->tty (); local
windows-nat.c 2575 const std::string &inferior_tty = current_inferior ()->tty (); local
2658 if (inferior_tty.empty ())
2662 tty = open (inferior_tty.c_str (), O_RDWR | O_NOCTTY);
2665 warning_filename_and_errno (inferior_tty.c_str (), errno);
2732 line, use INFERIOR_TTY for those which aren't. */
2733 if (!inferior_tty.empty ()
2740 tty = CreateFileA (inferior_tty.c_str (), GENERIC_READ | GENERIC_WRITE,
2746 inferior_tty.c_str (), err, strwinerror (err));

Completed in 22 milliseconds