> > To do the former I think you either need to recompile without -O2 or
 > > redefine pr:
 > 
 > Why?  There's no need to change compilation options for the GDB
 > commands to work.

Are you sure?  You added print_output_debug_flag on 2006-03-25 but it only
seems to be used here:

  #ifdef WINDOWSNT
    /* Send the output to a debugger (nothing happens if there isn't one).  */
    if (print_output_debug_flag)
      {
        char buf[2] = {(char) XINT (character), '\0'};
        OutputDebugString (buf);
      }
  #endif

i.e if WINDOWSNT is defined.  If it's not used won't -O2 optimise it away?

-- 
Nick                                           http://www.inet.net.nz/~nickrob


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to