mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected.
llvm-svn: 112221
This commit is contained in:
@@ -166,17 +166,6 @@ SBTarget::DeleteTargetFromList (TargetList *list)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
SBTarget::MakeCurrentTarget ()
|
||||
{
|
||||
if (m_opaque_sp)
|
||||
{
|
||||
m_opaque_sp->GetDebugger().GetTargetList().SetCurrentTarget (m_opaque_sp.get());
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
SBTarget::operator == (const SBTarget &rhs) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user