Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* [BUG] MI: -target-download
@ 2007-02-20 20:22 Nick Roberts
  2007-02-20 20:43 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Roberts @ 2007-02-20 20:22 UTC (permalink / raw)
  To: gdb


In current GDB, the MI command, -target-download, doesn't generate th MI
ouptut as described in the manual.  I think this is due to the change
in load_progress (symfile.c) from 2006-09-21:

  if (bytes == 0 && args->section_sent == 0)
    {
      /* The write is just starting.  Let the user know we've started
	 this section.  */
      ui_out_message (uiout, 0, "Loading section %s, size 0x%s lma 0x%s\n",
		      args->section_name, paddr_nz (args->section_size),
		      paddr_nz (args->lma));
      return;
    }

where GDB returns before getting to deprecated_show_load_progress.

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


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

end of thread, other threads:[~2007-02-20 21:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-20 20:22 [BUG] MI: -target-download Nick Roberts
2007-02-20 20:43 ` Daniel Jacobowitz
2007-02-20 21:15   ` Nick Roberts
2007-02-20 23:13     ` Daniel Jacobowitz
2007-02-21  0:54       ` Nick Roberts

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