This is the mail archive of the gdb-patches@sourceware.org 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: [gdbserver] x86 agent expression bytecode compiler (speed up conditional tracepoints)


> gdbserver has sure come a long way from the simple remote debug agent
> that it started out to be.  Is anybody at all worried about the ever
> increasing complexification of gdbserver?

I personally am not.  I am a little preoccupied with the fact that
we seem to be duplicating more and more code between the gdbserver
and GDB, and one of these days we'll probably want to bite the bullet
and make the GDB code use the gdbserver target-side of the code
(read/write memory, step/run/continue, etc).  But in the meantime,
Pedro and others seem to be well on top of things :).

-- 
Joel


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