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]

Re: [PATCH]: ser-tcp.c: Use `localhost' as default hostname


On Aug 1,  2:34pm, Andrew Cagney wrote:

> > I don't like to type
> > 
> >   target remote localhost:1234
> > 
> > all the time. It"s possible to abbreviate it to
> > 
> >   ta r localhost:1234
> > 
> > but I don't see a need to type `localhost'. I would like to have
> > `localhost' as default if no hostname is given like in:
> > 
> >   ta r :1234
> 
> 
> I don't have an opinion.  Does anyone strongly object or concure with this?

I don't strongly object or concur.

But I will observe that commands like ``target remote localhost:1234''
might be better placed in a .gdbinit file or some other file which can
be explicitly sourced.  I.e,

    so myinits

doesn't seem so bad to type.  (And if it's placed in .gdbinit, there's
no typing at all.)

Kevin


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