Fix a typo in ProcessKDP::DidAttach().

Patch by Dawn.

llvm-svn: 141711
This commit is contained in:
Johnny Chen 2011-10-11 21:17:10 +00:00
parent 8c1c51045d
commit 54cb8f83d9
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ ProcessKDP::DidAttach ()
{
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