Home
last modified time | relevance | path

Searched refs:SetWorkingDir (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h194 SetWorkingDir (char const *path);
DGDBRemoteCommunicationClient.cpp1680 GDBRemoteCommunicationClient::SetWorkingDir (char const *path) in SetWorkingDir() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp715 m_gdb_comm.SetWorkingDir (working_dir); in DoLaunch()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp311 m_gdb_client.SetWorkingDir (working_dir); in LaunchProcess()