diff options
Diffstat (limited to 'source/Host/common/NativeBreakpointList.cpp')
| -rw-r--r-- | source/Host/common/NativeBreakpointList.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Host/common/NativeBreakpointList.cpp b/source/Host/common/NativeBreakpointList.cpp index ce5eb94a8d1fb..cfcbe0831064b 100644 --- a/source/Host/common/NativeBreakpointList.cpp +++ b/source/Host/common/NativeBreakpointList.cpp @@ -104,8 +104,8 @@ Status NativeBreakpointList::DecRef(lldb::addr_t addr) { return error; } - // Breakpoint has no more references. Disable it if it's not - // already disabled. + // Breakpoint has no more references. Disable it if it's not already + // disabled. if (log) log->Printf("NativeBreakpointList::%s addr = 0x%" PRIx64 " -- removing due to no remaining references", |
