<div dir="ltr">What files are you referring to?<div><br></div><div style>On several files that I've seen (for example, ABI plugins), you have lldb::addr_t on the headers, and plain addr_t (after “using namespace lldb”) on the .cpp files.</div>
<div style>Both referring to the same type.</div><div style><br></div><div style>Regards,</div><div style><br></div><div style>  Filipe</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 16, 2013 at 11:05 AM, Pawel Wodnicki <span dir="ltr"><<a href="mailto:root@32bitmicro.com" target="_blank">root@32bitmicro.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Quick question on using lldb::addr_t and addr_t.<br>
I am getting compile errors due undefined addr_t.<br>
The way to fix it seems simple, just change<br>
all the addr_t to lldb::addr_t :-). But there is<br>
a lot of the addr_t sprinkled around, so perhaps<br>
I am simply missing add_t type definition.<br>
Are these two types intended to be equivalent?<br>
<br>
Paweł<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<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>
</blockquote></div><br></div>