Home | History | Annotate | Download | only in Inputs
      1 struct foo {
      2 };
      3 
      4 foo f;
      5 
      6 // Built with GCC
      7 // $ mkdir -p /tmp/dbginfo
      8 // $ cp dwarfdump-line-dwo.cc /tmp/dbginfo
      9 // $ cd /tmp/dbginfo
     10 // $ g++ -c -fdebug-types-section dwarfdump-line-dwo.cc -o <output>
     11