Add an SB API to get the SBTarget from an SBBreakpoint
authorJim Ingham <jingham@apple.com>
Thu, 15 Oct 2020 21:28:06 +0000 (14:28 -0700)
committerJim Ingham <jingham@apple.com>
Thu, 15 Oct 2020 21:28:44 +0000 (14:28 -0700)
commit6754caa9bf21a759c4080a797f23e2b7a77a71e1
treeb90c7125609059b262b39fd3b53c3a4657528a4a
parenta91dd3d37d3f10831e544c5a797b3837b7e5744a
Add an SB API to get the SBTarget from an SBBreakpoint

Differential Revision: https://reviews.llvm.org/D89358
lldb/bindings/interface/SBBreakpoint.i
lldb/include/lldb/API/SBBreakpoint.h
lldb/source/API/SBBreakpoint.cpp
lldb/test/API/python_api/breakpoint/TestBreakpointAPI.py