summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBAttachInfo.h
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2017-07-19 09:30:04 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2017-07-19 09:30:04 +0000
commitc92c508fd782b5e16bc84f691983b74a4bea5f7a (patch)
treefab1ac8d78e8a5ea500c7c87a7d7317f62836ebb /lldb/include/lldb/API/SBAttachInfo.h
parentbe63e06de93c49476118f2169b526840842db67a (diff)
downloadbcm5719-llvm-c92c508fd782b5e16bc84f691983b74a4bea5f7a.tar.gz
bcm5719-llvm-c92c508fd782b5e16bc84f691983b74a4bea5f7a.zip
Update API headers.
Summary: * Provide API doc for SBProcess::SaveCore. * Fix typo in SBAttachInfo doc comments. * SBBreakpointList: Name some variables same as C++. Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D35614 llvm-svn: 308425
Diffstat (limited to 'lldb/include/lldb/API/SBAttachInfo.h')
-rw-r--r--lldb/include/lldb/API/SBAttachInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBAttachInfo.h b/lldb/include/lldb/API/SBAttachInfo.h
index 0c52218f57c..7ae006908cc 100644
--- a/lldb/include/lldb/API/SBAttachInfo.h
+++ b/lldb/include/lldb/API/SBAttachInfo.h
@@ -162,7 +162,7 @@ public:
/// Get the listener that will be used to receive process events.
///
/// If no listener has been set via a call to
- /// SBLaunchInfo::SetListener(), then an invalid SBListener will be
+ /// SBAttachInfo::SetListener(), then an invalid SBListener will be
/// returned (SBListener::IsValid() will return false). If a listener
/// has been set, then the valid listener object will be returned.
//----------------------------------------------------------------------
OpenPOWER on IntegriCloud