summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-06-15 21:24:24 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-06-15 21:24:24 +0000
commit3794ad95a7e8069caf8935b749dda7b2dd23243d (patch)
tree25be046c312800c22aaed299f88821e5db632bbc /clang/lib/CodeGen/CodeGenModule.cpp
parent556fad31d12dc495a4e06370715be2cf4f18960a (diff)
downloadbcm5719-llvm-3794ad95a7e8069caf8935b749dda7b2dd23243d.tar.gz
bcm5719-llvm-3794ad95a7e8069caf8935b749dda7b2dd23243d.zip
Add an API to SBDebugger class:
bool SBDebugger::DeleteTarget(lldb::SBTarget &target); which is used in the test tearDown() phase to cleanup the debugger's target list so that it won't grow larger and larger as test cases are executed. This is also a good opportunity to get rid of the arcane requirement that test cases exercising the Python API must assign the process object to self.process so that it gets shutdown gracefully. Instead, the shutdown of the process associated with each target is now being now automatically. Also get rid of an API from SBTarget class: SBTarget::DeleteTargetFromList(lldb_private::TargetList *list); llvm-svn: 133091
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud