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 0/4 v2] Refactor shared code in i386-{nat,low}.[ch]


On 06/18/2014 07:01 PM, Pedro Alves wrote:
> (The "common" moniker was a not-to-great idea that we're moving away from.
> "common" suggests that what we put there is necessarily "common" between more
> than one thing, instead of suggesting what the code is supposed to do.
> If some change in GDB or GDBserver makes it so that some code in common/ is
> no longer used in one of GDB or GDBserver's, then what to do?
> Thus, "nat/" -- it holds native target specific code.  From GDBserver's
> perspective, it's target backends are native targets.  This was all
> previously discussed before, months ago, but we haven't updated the wiki
> yet.  We should.)

I've now updated the wiki:

 https://sourceware.org/gdb/wiki/Common#Where_to_put_shared_code.3F

-- 
Pedro Alves


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