summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBBreakpoint.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-07-29 21:31:51 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-07-29 21:31:51 +0000
commite74d4ea48caeee19d9d7f8223340152a0fde11ef (patch)
tree3a5729183486760b465440362108c58a47426e76 /include/lldb/API/SBBreakpoint.h
parenta884e649599e13d58ce6d2b2a0ce8091ceb48dac (diff)
Notes
Diffstat (limited to 'include/lldb/API/SBBreakpoint.h')
-rw-r--r--include/lldb/API/SBBreakpoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/API/SBBreakpoint.h b/include/lldb/API/SBBreakpoint.h
index d3f22f39ab00d..9abc9cd39dcb5 100644
--- a/include/lldb/API/SBBreakpoint.h
+++ b/include/lldb/API/SBBreakpoint.h
@@ -154,9 +154,9 @@ public:
SBBreakpoint FindBreakpointByID(lldb::break_id_t);
- void Append(const SBBreakpoint &sb_file);
+ void Append(const SBBreakpoint &sb_bkpt);
- bool AppendIfUnique(const SBBreakpoint &sb_file);
+ bool AppendIfUnique(const SBBreakpoint &sb_bkpt);
void AppendByID(lldb::break_id_t id);