Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the...
authorJohnny Chen <johnny.chen@apple.com>
Wed, 23 May 2012 22:34:34 +0000 (22:34 +0000)
committerJohnny Chen <johnny.chen@apple.com>
Wed, 23 May 2012 22:34:34 +0000 (22:34 +0000)
commitf9ef60d2369f0798e8b939ce1798a7a4f0234b40
treee44c2a3fd3b7139748eab88d8480f146a2361883
parent5ad41dab52dac54714ca5cefa64595f4edd12048
Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge.
Add/modify some test cases.

llvm-svn: 157353
lldb/include/lldb/API/SBProcess.h
lldb/scripts/Python/interface/SBProcess.i
lldb/source/API/SBProcess.cpp
lldb/test/python_api/default-constructor/sb_process.py
lldb/test/python_api/process/TestProcessAPI.py