[lldb-dev] The difference between SBTarget Clear and Destroy?
Eran Ifrah
eran.ifrah at gmail.com
Fri Apr 11 15:20:04 PDT 2014
Hello,
I could not find it in the docs, so I am asking here:
Assuming that I have an instance of type SBTarget:
SBTraget target;
Whats the difference between calling:
target.Clear()
and
lldb::SBDebugger::Destroy( &target ) ?
Thanks,
--
Eran Ifrah
Author of codelite, a cross platform open source C/C++ IDE:
http://www.codelite.org
wxCrafter, a wxWidgets RAD: http://wxcrafter.codelite.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140412/49acb23a/attachment.html>
More information about the lldb-dev
mailing list