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: [doc] Avoid conflicts between gdb and cross-gdb.


> > I just found it odd that you'd do "man powerpc-elf-gdb" but then do
> > "info gdb", even if the debugger you have is called
> > "powerpc-elf-gdb".
> 
> That's true, but the main motivation for the issue at hand was
> "make uninstall", which I think doesn't apply to the Info manual.

I am not sure I understand why gdb.info is any different from
man/gdb.X in that respect. If I do:

  % cd /path/to/native-gdb/build
  % make install
  % cd /path/to/cross-gdb/build
  % make install

... and then do ...

  % make uninstall

... wouldn't that delete gdb.info?

-- 
Joel


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