summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBBreakpointLocation.h
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-07-18 21:30:21 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-07-18 21:30:21 +0000
commit5de6a790f25f1ffd30d77008cf1d3ffa2db22e4d (patch)
tree4bc9c65a6a16721da15fcef91e71147c3714ab99 /lldb/include/lldb/API/SBBreakpointLocation.h
parent22c52d9a982313c5896f3ba0d9e8ba009ed51e88 (diff)
downloadbcm5719-llvm-5de6a790f25f1ffd30d77008cf1d3ffa2db22e4d.tar.gz
bcm5719-llvm-5de6a790f25f1ffd30d77008cf1d3ffa2db22e4d.zip
Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBBreakpointLocation.
llvm-svn: 135430
Diffstat (limited to 'lldb/include/lldb/API/SBBreakpointLocation.h')
-rw-r--r--lldb/include/lldb/API/SBBreakpointLocation.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/lldb/include/lldb/API/SBBreakpointLocation.h b/lldb/include/lldb/API/SBBreakpointLocation.h
index 29cbf2e76e2..0865952dd91 100644
--- a/lldb/include/lldb/API/SBBreakpointLocation.h
+++ b/lldb/include/lldb/API/SBBreakpointLocation.h
@@ -15,24 +15,8 @@
namespace lldb {
-#ifdef SWIG
-%feature("docstring",
-"Represents one unique instance (by address) of a logical breakpoint.
-
-A breakpoint location is defined by the breakpoint that produces it,
-and the address that resulted in this particular instantiation.
-Each breakpoint location has its settable options.
-
-SBBreakpoint contains SBBreakpointLocation(s). See docstring of SBBreakpoint
-for retrieval of an SBBreakpointLocation from an SBBreakpoint.
-"
- ) SBBreakpointLocation;
-#endif
class SBBreakpointLocation
{
-#ifdef SWIG
- %feature("autodoc", "1");
-#endif
public:
SBBreakpointLocation ();
OpenPOWER on IntegriCloud