<div dir="ltr">Great, thanks guys.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 11, 2014 at 10:44 AM, Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Anonymous namespace is good for classes that are local to the implementation file. Otherwise we should use a namespace for each plugin.<br>

<br>
We have a few ways we can go with namespaces within plugins:<br>
<br>
namespace lldb_plugin {<br>
  namespace process {<br>
    namespace linux {<br>
}}}<br>
<br>
Or just omit the lldb_plugin and combine the type of plugin "process" with the plug-in name "linux":<br>
<br>
namespace process_linux {<br>
}<br>
<br>
Again, only use namespaces for each plug-in if the file has a .h and .cpp.<br>
<div class="im HOEnZb"><br>
On Mar 11, 2014, at 10:29 AM, Todd Fiala <<a href="mailto:tfiala@google.com">tfiala@google.com</a>> wrote:<br>
<br>
</div><div class="HOEnZb"><div class="h5">> Hi all,<br>
><br>
> I've been running into several classes that are declared in the global namespace (i.e. not within lldb_private or lldb).  One such example would be source/Plugins/Process/Linux/LinuxSignals.h.<br>
><br>
> Is our intent to have all non-public API to be declared within lldb_private?  (I would guess so, but wanted to ask in case there was something else at play here).  What I wouldn't expect is for classes to exist in the global namespace.<br>

><br>
> Thanks!<br>
> --<br>
> Todd Fiala |   Software Engineer |     <a href="mailto:tfiala@google.com">tfiala@google.com</a> |     <a href="tel:650-943-3180" value="+16509433180">650-943-3180</a><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>