commit | 01df0574eab3f655e8c835498c383120688e3e0b | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Tue Oct 11 21:17:10 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Tue Oct 11 21:17:10 2011 +0000 |
tree | 27a93b05a2c1ea8f06c718030a7e772f586cf160 | |
parent | e06aedee0af8c9792aa79207abaf2fd879f02b05 [diff] [blame] |
Fix a typo in ProcessKDP::DidAttach(). Patch by Dawn. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141711 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp b/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp index a841220..44ad68a 100644 --- a/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp +++ b/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
@@ -266,7 +266,7 @@ { LogSP log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PROCESS)); if (log) - log->Printf ("ProcessKDP::DidLaunch()"); + log->Printf ("ProcessKDP::DidAttach()"); if (GetID() != LLDB_INVALID_PROCESS_ID) { // TODO: figure out the register context that we will use