This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [PR breakpoints/18275] Introduce dprintf-flush-function for call-style dprintfs


Thanks for the comments.

> Urgh.  Note this won't work everywhere -- you can't portably take the address of
> stdout, which according to the C standard is a macro.  I believe this won't
> work on mingw, for example.  If we do this, it should probably end up being
> a gdbarch variable/method.

Ok thanks for the note.  I'll make sure to test this on Windows/mingw.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]