This is the mail archive of the gdb-patches@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]
Other format: [Raw text]

Re: Recent breakage -- disassemble


Michael Snyder writes:
 > Some time between February 18 and March 24, someone checked in a change
 > which broke pagination in the disassemble command.  Although "list" will
 > still print out a screen's worth of lines and then pause, "disassemble"
 > will not.
 > 
 > Sorry I can't pin it down closer than that -- my cvs client is giving me grief.
 > 
 > Michael

Hmmm, this could be due to the new disassembler. The old one was using
printf_filtered while the new one uses ui_out functions. But the
change happened in November 2002. Do a cvs log of printcmd.c. If you
back out those changes, does the problem go away?

elena


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