This is the mail archive of the gdb@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]

Re: Why is gdbreplay built, but not installed?


On Tue, Aug 07, 2001 at 12:30:07PM -0700, Stan Shebs wrote:
> "H . J . Lu" wrote:
> > 
> > Why is gdbreplay built, but not installed?
> 
> It's a pretty specialized tool used only for debugging cross GDBs.
> I only know of it being used once or twice since it was written,
> but for those couple of occasions, it was essential, so it's worth
> having it be available and known to work, but not really worth
> taking up space in the whole world's /usr.

1. gdbserver is not built/installed by default. You have to do

# make -C gdb/gdbserver
# make -C gdb/gdbserver install

2. gdbreplay is very small

# ls -l gdbreplay gdbserver
-rwxr-xr-x    1 hjl      users       47000 Aug  6 18:45 gdbreplay
-rwxr-xr-x    1 hjl      users      145836 Aug  6 18:45 gdbserver

I don't know what you meant by "taking up space".


H.J.


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