Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Can symbol-reading produce terminal output?
@ 2009-05-09 13:51 Eli Zaretskii
  2009-05-11 10:11 ` Joel Brobecker
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2009-05-09 13:51 UTC (permalink / raw)
  To: gdb-patches

blockframe.c:find_pc_partial_function has this comment and code:

	  /* Need to get the terminal in case symbol-reading produces
	     output.  */
	  target_terminal_ours_for_output ();
	  PSYMTAB_TO_SYMTAB (pst);

But the other callers of PSYMTAB_TO_SYMTAB do no such thing.  Which
one is right?  I volunteer to fix those that are wrong, once I know
which ones are they.

TIA


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-11 10:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-09 13:51 Can symbol-reading produce terminal output? Eli Zaretskii
2009-05-11 10:11 ` Joel Brobecker
2009-05-11 10:26   ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox