where is variable dump_file assigned?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,
there are a lot of places to use dump_file, such as the following in ipa_inline.c:
 if(dump_file)  fprintf (dump_file, "\nFlattening functions:\n");
And I don't know where is the dump_file being assigned a file name.Can I directly assign the file name and do fprintf() to output data?Or, is there something, like the format, I need to pay attention for? 



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux