This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: gdbstub initial code, v4


> Note the second attachment, GDBCAT. It is just the simple perl
> script which connects /proc/ugdb to tcp port. It can be used for
> remote debugging via tcp, or with (unpatched) gdb which can't do
> select() on /proc/ugdb. 

bash$ nc -l 2000 <> /proc/ugdb &

> Actually, it is more convenient to use
> it in any case, at least for logging purposes.

(gdb) set remote debug 1


Thanks,
Roland


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