summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/debugger/TestDebuggerAPI.py
Commit message (Collapse)AuthorAgeFilesLines
* rdar://problem/10216227Johnny Chen2011-12-231-0/+8
| | | | | | | | | LLDB (python bindings) Crashing in lldb::SBDebugger::DeleteTarget(lldb::SBTarget&) Need to check the validity of (SBTarget&)target passed to SBDebugger::DeleteTarget() before calling target->Destroy(). llvm-svn: 147213
* Work in progress for:Johnny Chen2011-12-191-0/+30
rdar://problem/10577182 Audit lldb API impl for places where we need to perform a NULL check Add NULL checks for SBDebugger APIs. llvm-svn: 146917
OpenPOWER on IntegriCloud