This is the mail archive of the gdb@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: [BUG] MI: -target-download


 > This looks specific to the simulator.  Take a look at
 > sim/common/sim-load.c:
 > 
 >               if (verbose_p)
 >                 {
 >                   xprintf (callback, "Loading section %s, size 0x%lx %s ",
 >                            bfd_get_section_name (result_bfd, s),
 >                            (unsigned long) size,
 >                            (lma_p ? "lma" : "vma"));
 >                   xprintf_bfd_vma (callback, lma);
 >                   xprintf (callback, "\n");
 >                 }
 > 
 > Whoops.  It's got its own copy, it isn't using the GDB load routine at
 > all.

OK, I see that I jumped to the wrong conclusion.  I don't use it anyway but I
had thought it might be a simple fix to symfile.c.  Might as well leave things
as they are.

Thanks.

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


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