diff options
author | Tobias Nätterlund <tobias.naetterlund.qnx@kdab.com> | 2014-02-12 05:58:56 +0100 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2014-02-12 10:40:00 +0100 |
commit | 8d319ce8993fa767c58e8d92da78a3d5c58d8f45 (patch) | |
tree | f151ac1c00a8f79970102dd73a9c45d75c8094f5 /src/plugins/qnx/qnxconstants.h | |
parent | 7ed1576083ceb7a6587796c63510d0fe027a9aac (diff) | |
download | qt-creator-8d319ce8993fa767c58e8d92da78a3d5c58d8f45.tar.gz |
QNX: Add support for attaching to a running application
This adds a new menu item to the Debug -> Start Debugging menu,
which shows a processes dialog for the user, listing the processes
on the selected device. Clicking Attach to Application launches
pdebug on the device and then starts the gdb engine to attach
to the selected process.
This adds a DeviceTypeKitChooser class to ProjectExplorer, to
only have the KitChooser show kits configured for a specific
device type.
Change-Id: I1572dc76a6bdc4774dbf2e8cc96ca6bcf0f79a0a
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/qnx/qnxconstants.h')
-rw-r--r-- | src/plugins/qnx/qnxconstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qnx/qnxconstants.h b/src/plugins/qnx/qnxconstants.h index 1bb3311b04..478a3267f7 100644 --- a/src/plugins/qnx/qnxconstants.h +++ b/src/plugins/qnx/qnxconstants.h @@ -115,6 +115,8 @@ const char QNX_BLACKBERRY_CASCADESIMPORTER_VERSION[] = "0.0.1"; const char QNX_BLACKBERRY_CONFIGS_FILENAME[] = "bbndkconfigurations.xml"; +const char QNX_DEBUGGING_GROUP[] = "Debugger.Group.Qnx"; + } // namespace Constants } // namespace Qnx |