diff options
-rw-r--r-- | lldb/source/API/SBFileSpecList.cpp | 2 | ||||
-rw-r--r-- | lldb/source/API/SBTarget.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/API/SBFileSpecList.cpp b/lldb/source/API/SBFileSpecList.cpp index 3abb4fc135b..af762186436 100644 --- a/lldb/source/API/SBFileSpecList.cpp +++ b/lldb/source/API/SBFileSpecList.cpp @@ -36,7 +36,7 @@ SBFileSpecList::SBFileSpecList (const SBFileSpecList &rhs) : if (log) { - log->Printf ("SBFileSpecList::SBFileSpecList (const SBFileSpecList rhs.ap=%p) => SBFileSpecList(%p): %s", + log->Printf ("SBFileSpecList::SBFileSpecList (const SBFileSpecList rhs.ap=%p) => SBFileSpecList(%p)", rhs.m_opaque_ap.get(), m_opaque_ap.get()); } } diff --git a/lldb/source/API/SBTarget.cpp b/lldb/source/API/SBTarget.cpp index 4e0dac4e907..e3743e5ab51 100644 --- a/lldb/source/API/SBTarget.cpp +++ b/lldb/source/API/SBTarget.cpp @@ -683,7 +683,7 @@ SBTarget::BreakpointCreateBySourceRegex (const char *source_regex, const lldb::S char path[PATH_MAX]; source_file->GetPath (path, sizeof(path)); log->Printf ("SBTarget(%p)::BreakpointCreateByRegex (source_regex=\"%s\", file=\"%s\", module_name=\"%s\") => SBBreakpoint(%p)", - m_opaque_sp.get(), source_regex, path, sb_bp.get()); + m_opaque_sp.get(), source_regex, path, module_name, sb_bp.get()); } return sb_bp; |