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: [patch] Create utils.h and host-defs.h, move gdb_vecs.h to common.


>>>>> "Doug" == Douglas Evans <dje@google.com> writes:

Doug> It's just a code reorg:
Doug> - creates utils.h and moves (almost) all the utils.c decls there from defs.h.
Doug>   I left QUIT&co in defs.h.
Doug> - moves gdb_vecs.h to common and creates common/gdb_vecs.c.
Doug>   I have a followup patch that uses gdb_vecs.c functions in gdbserver.
Doug> - creates common/host-defs.h, DIRNAME_SEPARATOR is needed by gdb_vecs.c.
Doug> - moves probe_p out of gdb_vecs.h, I think a better place for it is probe.h.

It all seems reasonable to me.

Tom


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