This is the mail archive of the gdb-patches@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: [gdb/libiberty] Improve support for cross debugging shared libraries with DOS style pathnames (from Unix hosts)


On Saturday 24 April 2010 12:40:38, Eli Zaretskii wrote:

> > +Then, @value{GDBN} attempts prefixing the target file name with
> > +@var{path}, and look for the resulting file name in the host file
> > +system:         ^^^^
> 
> "looks"
> 
> > +@smallexample
> > + @file{/path/to/sysroot/c/sys/bin/foo.dll}
> > + @file{/path/to/sysroot/c/sys/bin/bar.dll}
> > + @file{/path/to/sysroot/z/sys/bin/bar.dll}
> > +@end smallexample
> > +
> > +and point the system root at @file{/path/to/sysroot}, so that
> 
> We need @noindent before the last line.
> 

Thank you.  Applied with those fixes.

-- 
Pedro Alves


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