[lldb-dev] Q: using lldb::addr_t and addr_t

Filipe Cabecinhas filcab+lldb-dev at gmail.com
Wed Jan 16 11:43:20 PST 2013


What files are you referring to?

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.
Both referring to the same type.

Regards,

  Filipe


On Wed, Jan 16, 2013 at 11:05 AM, Pawel Wodnicki <root at 32bitmicro.com>wrote:

> Hello,
>
> Quick question on using lldb::addr_t and addr_t.
> I am getting compile errors due undefined addr_t.
> The way to fix it seems simple, just change
> all the addr_t to lldb::addr_t :-). But there is
> a lot of the addr_t sprinkled around, so perhaps
> I am simply missing add_t type definition.
> Are these two types intended to be equivalent?
>
> Paweł
>
>
>
>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130116/91bf493d/attachment.html>


More information about the lldb-dev mailing list