forked from OSchip/llvm-project
Avoid ambiguity between pid_t and lldb::pid_t.
llvm-svn: 190066
This commit is contained in:
parent
ee9da22b02
commit
997f6f7b9f
|
@ -711,7 +711,7 @@ SBDebugger::GetIndexOfTarget (lldb::SBTarget target)
|
|||
}
|
||||
|
||||
SBTarget
|
||||
SBDebugger::FindTargetWithProcessID (pid_t pid)
|
||||
SBDebugger::FindTargetWithProcessID (lldb::pid_t pid)
|
||||
{
|
||||
SBTarget sb_target;
|
||||
if (m_opaque_sp)
|
||||
|
|
Loading…
Reference in New Issue