This is the mail archive of the gdb@sources.redhat.com 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]

Re: gdb/mi and signals vs gdb/cli


> 
> Andrew,
> 
> I am afraid we may be missing a ui_out_flush() at the end of all
> of the switch clauses in infrun.c

I think that sounds wrong.  I don't think infrun.c needs to know if/when 
the output needs to be flushed.  Remember, we're trying to separate the 
stop output from its analysis.  (I'll ignore those print_stop_reason() 
calls).

BTW, there were some fixed problems with missing top level flushes and a 
missing stop reason case.  Check the changelogs.  28/6 is getting pretty 
old for a snap, can I suggest trying something more recent.

enjoy,
Andrew

PS: Since the snaps are comming from the 5.1 branch you'll need to use 
CVS to get current sources.



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