diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-07-29 21:31:51 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-07-29 21:31:51 +0000 |
| commit | e74d4ea48caeee19d9d7f8223340152a0fde11ef (patch) | |
| tree | 3a5729183486760b465440362108c58a47426e76 /include | |
| parent | a884e649599e13d58ce6d2b2a0ce8091ceb48dac (diff) | |
vendor/lldb/lldb-release_50-r311219vendor/lldb/lldb-release_50-r310316vendor/lldb/lldb-release_50-r309439
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/lldb/API/SBAttachInfo.h | 2 | ||||
| -rw-r--r-- | include/lldb/API/SBBreakpoint.h | 4 | ||||
| -rw-r--r-- | include/lldb/API/SBProcess.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/include/lldb/API/SBAttachInfo.h b/include/lldb/API/SBAttachInfo.h index 0c52218f57cd..7ae006908ccc 100644 --- a/include/lldb/API/SBAttachInfo.h +++ b/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. //---------------------------------------------------------------------- diff --git a/include/lldb/API/SBBreakpoint.h b/include/lldb/API/SBBreakpoint.h index d3f22f39ab00..9abc9cd39dcb 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); diff --git a/include/lldb/API/SBProcess.h b/include/lldb/API/SBProcess.h index 0ee3a989d1b6..d57d5ce04f59 100644 --- a/include/lldb/API/SBProcess.h +++ b/include/lldb/API/SBProcess.h @@ -350,7 +350,7 @@ public: bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type); - // Save the state of the process in a core file (or mini dump on Windows). + /// Save the state of the process in a core file (or mini dump on Windows). lldb::SBError SaveCore(const char *file_name); //------------------------------------------------------------------ |
