[lldb-dev] The difference between SBTarget Clear and Destroy?

Eran Ifrah eran.ifrah at gmail.com
Fri Apr 11 15:22:18 PDT 2014


Sorry, meant the difference between:

target.Clear() and debugger.DeleteTarget( &target );

Thanks


On Sat, Apr 12, 2014 at 1:20 AM, Eran Ifrah <eran.ifrah at gmail.com> wrote:

> 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
>



-- 
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/9b277034/attachment.html>


More information about the lldb-dev mailing list