forked from qt-creator/qt-creator
Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'
And AttachCrashedExternal to AttachToCrashedProcess And AttachCore to AttachToCore. Clearer. Change-Id: I47c2eca5cbdbbc0eb38b9f62b2504c96558ff112 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -50,15 +50,15 @@ const char kUVisionSimulator[] = "UVisionSimulator";
|
||||
enum DebuggerStartMode
|
||||
{
|
||||
NoStartMode,
|
||||
StartInternal, // Start current start project's binary
|
||||
StartExternal, // Start binary found in file system
|
||||
AttachExternal, // Attach to running process by process id
|
||||
AttachCrashedExternal, // Attach to crashed process by process id
|
||||
AttachCore, // Attach to a core file
|
||||
AttachToRemoteServer, // Attach to a running gdbserver
|
||||
AttachToRemoteProcess, // Attach to a running remote process
|
||||
AttachToQmlServer, // Attach to a running QmlServer
|
||||
StartRemoteProcess // Start and attach to a remote process
|
||||
StartInternal, // Start current start project's binary
|
||||
StartExternal, // Start binary found in file system
|
||||
AttachToLocalProcess, // Attach to running local process by process id
|
||||
AttachToCrashedProcess, // Attach to crashed process by process id
|
||||
AttachToCore, // Attach to a core file
|
||||
AttachToRemoteServer, // Attach to a running gdbserver
|
||||
AttachToRemoteProcess, // Attach to a running remote process
|
||||
AttachToQmlServer, // Attach to a running QmlServer
|
||||
StartRemoteProcess // Start and attach to a remote process
|
||||
};
|
||||
|
||||
enum DebuggerCloseMode
|
||||
|
||||
Reference in New Issue
Block a user