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 v1.1 1/3] Introduce gdb::function_view


Pedro Alves <palves@redhat.com> writes:

> I think putting these new things in _some_ namespace is the
> right thing to do.  gdb is just the no-brainer namespace name.

Yes, that right.

>
> IMO, _all_ of GDB should be under "namespace gdb".  Then these utilities
> would either be put in "namespace gdb" too, or in a "namespace gtl",
> for "gdb template library" or something like that.  Or we could
> put them under "gtl" already.

IMO, "gdb template library" or "gtl" is project name, but it doesn't fit
well as a namespace name.  I like "gdb::utils" :).

-- 
Yao (齐尧)


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