debugger: rename 'AttachRemote' to 'StartRemote'

This commit is contained in:
hjk
2009-05-06 13:27:11 +02:00
parent 6e22eda3ad
commit 9ae53e49ca
9 changed files with 34 additions and 37 deletions

View File

@@ -113,7 +113,7 @@ enum DebuggerStartMode
StartExternal, // Start binary found in file system
AttachExternal, // Attach to running process
AttachCore, // Attach to a core file
AttachRemote // Attach to a remote process
StartRemote // Start and attach to a remote process
};
class IDebuggerEngine;