Searched defs:new_target_sp (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp440 TargetSP new_target_sp; local
448 new_target_sp);
449 target = new_target_sp.get();
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp493 TargetSP new_target_sp; local
501 new_target_sp);
502 target = new_target_sp.get();
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp373 TargetSP new_target_sp; local
380 new_target_sp);
381 target = new_target_sp.get();
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp624 TargetSP new_target_sp; local
631 new_target_sp);
632 target = new_target_sp.get();
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp563 TargetSP new_target_sp; local
571 new_target_sp);
572 target = new_target_sp.get();
/external/lldb/source/Target/
H A DTarget.cpp2801 Target::TargetEventData::TargetEventData (const lldb::TargetSP &new_target_sp) : argument
2803 m_target_sp (new_target_sp)

Completed in 1085 milliseconds