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: RFC: strip --strip-nondebug


On Thu, Jun 05, 2003 at 09:06:04AM -0700, Ian Lance Taylor wrote:
> Nick Clifton <nickc@redhat.com> writes:
> 
> >   I am seeking comments and criticisms on the attached patch.  It adds
> >   a new switch to strip:
> > 
> >     --strip-nondebug
> > 
> >   This can be used to create an output file which only contains the
> >   debug information from an executable.  This would allow stripped
> >   binaries to be shipped with separate debug info files, and provided
> >   that the debugger supported it, they could still be debugged.
> 
> I recommend a different option name.  The other --strip* options
> affect only the symbol table and the debugging information.  This new
> option also affects the sections.  Maybe something like
>     strip --nondebug
> or
>     strip --keep-debug
> and don't forget
>     objcopy --keep-debug

How about:
  strip --keep-debug-only
  objcopy --keep-debug-only
?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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