forked from OSchip/llvm-project
Fix a typo in ProcessKDP::DidAttach().
Patch by Dawn. llvm-svn: 141711
This commit is contained in:
parent
8c1c51045d
commit
54cb8f83d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue