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: [RFA] remote debugging patches


On Sun, Mar 10, 2002 at 07:34:07PM +0100, Michal Ludvig wrote:
> Hi,
> Here are two patches for remote debugging. The first one is pretty 
> straightforward and just makes use of the last parameter to getpkt().
> The second one changes banner printed after successful connection to 
> gdbserver from "Remote debugging using :1234" to more informational
> "Remote debugging from host whatever.name.com". When debugging via 
> serial line, nothing changes.

Except that this introduces a second use of the NSS functions, while I
keep meaning to remove the first (fairly recent) one.  Please don't do
that; I want to keep gdbserver independent of the sick and disgusting
dynamic loading mess that is name lookup under glibc.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
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]