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

Pawel Wodnicki root at 32bitmicro.com
Wed Jan 16 11:05:53 PST 2013


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ł








More information about the lldb-dev mailing list