Home | History | Annotate | Download | only in driver

Lines Matching refs:out_fh

481 Driver::ParseArgs (int argc, const char *argv[], FILE *out_fh, bool &exit)
714 ShowUsage (out_fh, g_options, m_option_data);
719 ::fprintf (out_fh, "%s\n", m_debugger.GetVersionString());
731 ::fprintf (out_fh, "%s\n", python_path);
734 ::fprintf (out_fh, "<PATH TOO LONG>\n");
737 ::fprintf (out_fh, "<COULD NOT FIND PATH>\n");
770 ::fprintf (out_fh, "Warning: program arguments are ignored when attaching.\n");
1147 FILE *out_fh = m_debugger.GetOutputFileHandle();
1148 if (out_fh)
1149 ::fwrite (src, 1, src_len, out_fh);