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
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to