Format: ‘QSetWorkingDir:[directory]’
Meaning: This packet is used to inform the remote server of the intended current working directory for programs that are going to be executed.
The packet is composed by directory, an hex encoded representation of the directory that the remote inferior will use as its current working directory. If directory is an empty string, the remote server should reset the inferior’s current working directory to its original, empty value.
This packet is only available in extended mode.
Reply:
OK