Sorry, meant the difference between: target.Clear() and debugger.DeleteTarget( &target );
Thanks On Sat, Apr 12, 2014 at 1:20 AM, Eran Ifrah <[email protected]> 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
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
