2012-02-09 14:30:09 +01:00
|
|
|
import qbs.base 1.0
|
|
|
|
|
|
2013-10-02 17:52:45 +02:00
|
|
|
import QtcPlugin
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "Debugger"
|
|
|
|
|
|
2012-06-19 15:36:27 +08:00
|
|
|
Depends { name: "Qt"; submodules: ["widgets", "network", "script"] }
|
2014-02-10 13:02:33 +01:00
|
|
|
Depends { name: "Aggregation" }
|
|
|
|
|
Depends { name: "CPlusPlus" }
|
|
|
|
|
Depends { name: "QtcSsh" }
|
|
|
|
|
Depends { name: "QmlDebug" }
|
|
|
|
|
Depends { name: "LanguageUtils" }
|
|
|
|
|
Depends { name: "QmlJS" }
|
|
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "CppTools" }
|
|
|
|
|
Depends { name: "ProjectExplorer" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
|
|
|
|
|
2013-08-29 16:36:42 +02:00
|
|
|
cpp.includePaths: base.concat(["../../shared/registryaccess"])
|
2012-02-09 14:30:09 +01:00
|
|
|
|
2013-03-26 16:58:50 +01:00
|
|
|
pluginRecommends: [
|
|
|
|
|
"CppEditor"
|
|
|
|
|
]
|
|
|
|
|
|
2013-07-30 18:00:27 +02:00
|
|
|
Group {
|
|
|
|
|
name: "General"
|
|
|
|
|
files: [
|
|
|
|
|
"basewindow.cpp", "basewindow.h",
|
|
|
|
|
"breakhandler.cpp", "breakhandler.h",
|
|
|
|
|
"breakpoint.cpp", "breakpoint.h",
|
|
|
|
|
"breakpointmarker.cpp", "breakpointmarker.h",
|
|
|
|
|
"breakwindow.cpp", "breakwindow.h",
|
|
|
|
|
"commonoptionspage.cpp", "commonoptionspage.h",
|
|
|
|
|
"debugger.qrc",
|
|
|
|
|
"debugger_global.h",
|
|
|
|
|
"debuggeractions.cpp", "debuggeractions.h",
|
|
|
|
|
"debuggerconstants.h",
|
|
|
|
|
"debuggercore.h",
|
|
|
|
|
"debuggerdialogs.cpp", "debuggerdialogs.h",
|
|
|
|
|
"debuggerengine.cpp", "debuggerengine.h",
|
|
|
|
|
"debuggerinternalconstants.h",
|
2013-10-25 13:47:08 +02:00
|
|
|
"debuggeritem.cpp", "debuggeritem.h",
|
|
|
|
|
"debuggeritemmanager.cpp", "debuggeritemmanager.h",
|
|
|
|
|
"debuggeritemmodel.cpp", "debuggeritemmodel.h",
|
2013-07-30 18:00:27 +02:00
|
|
|
"debuggerkitconfigwidget.cpp", "debuggerkitconfigwidget.h",
|
|
|
|
|
"debuggerkitinformation.cpp", "debuggerkitinformation.h",
|
|
|
|
|
"debuggermainwindow.cpp", "debuggermainwindow.h",
|
2013-10-25 13:47:08 +02:00
|
|
|
"debuggeroptionspage.cpp", "debuggeroptionspage.h",
|
2013-07-30 18:00:27 +02:00
|
|
|
"debuggerplugin.cpp", "debuggerplugin.h",
|
|
|
|
|
"debuggerprotocol.cpp", "debuggerprotocol.h",
|
|
|
|
|
"debuggerruncontrolfactory.h",
|
|
|
|
|
"debuggerrunconfigurationaspect.cpp", "debuggerrunconfigurationaspect.h",
|
|
|
|
|
"debuggerrunner.cpp", "debuggerrunner.h",
|
|
|
|
|
"debuggersourcepathmappingwidget.cpp", "debuggersourcepathmappingwidget.h",
|
|
|
|
|
"debuggerstartparameters.h",
|
|
|
|
|
"debuggerstreamops.cpp", "debuggerstreamops.h",
|
|
|
|
|
"debuggerstringutils.h",
|
|
|
|
|
"debuggertooltipmanager.cpp", "debuggertooltipmanager.h",
|
|
|
|
|
"disassembleragent.cpp", "disassembleragent.h",
|
|
|
|
|
"disassemblerlines.cpp", "disassemblerlines.h",
|
|
|
|
|
"imageviewer.cpp", "imageviewer.h",
|
|
|
|
|
"loadcoredialog.cpp", "loadcoredialog.h",
|
|
|
|
|
"localsandexpressionsoptionspage.ui",
|
|
|
|
|
"localsandexpressionswindow.cpp", "localsandexpressionswindow.h",
|
|
|
|
|
"logwindow.cpp", "logwindow.h",
|
|
|
|
|
"memoryagent.cpp", "memoryagent.h",
|
|
|
|
|
"memoryview.cpp", "memoryview.h",
|
|
|
|
|
"moduleshandler.cpp", "moduleshandler.h",
|
|
|
|
|
"moduleswindow.cpp", "moduleswindow.h",
|
|
|
|
|
"outputcollector.cpp", "outputcollector.h",
|
|
|
|
|
"procinterrupt.cpp", "procinterrupt.h",
|
|
|
|
|
"registerhandler.cpp", "registerhandler.h",
|
|
|
|
|
"registerwindow.cpp", "registerwindow.h",
|
|
|
|
|
"snapshothandler.cpp", "snapshothandler.h",
|
|
|
|
|
"snapshotwindow.cpp", "snapshotwindow.h",
|
|
|
|
|
"sourceagent.cpp", "sourceagent.h",
|
|
|
|
|
"sourcefileshandler.cpp", "sourcefileshandler.h",
|
|
|
|
|
"sourcefileswindow.cpp", "sourcefileswindow.h",
|
|
|
|
|
"sourceutils.cpp", "sourceutils.h",
|
|
|
|
|
"stackframe.cpp", "stackframe.h",
|
|
|
|
|
"stackhandler.cpp", "stackhandler.h",
|
|
|
|
|
"stackwindow.cpp", "stackwindow.h",
|
|
|
|
|
"threaddata.h",
|
|
|
|
|
"threadshandler.cpp", "threadshandler.h",
|
|
|
|
|
"threadswindow.cpp", "threadswindow.h",
|
|
|
|
|
"watchdata.cpp", "watchdata.h",
|
|
|
|
|
"watchdelegatewidgets.cpp", "watchdelegatewidgets.h",
|
|
|
|
|
"watchhandler.cpp", "watchhandler.h",
|
|
|
|
|
"watchutils.cpp", "watchutils.h",
|
|
|
|
|
"watchwindow.cpp", "watchwindow.h",
|
2014-01-15 12:04:23 +01:00
|
|
|
"simplifytype.cpp", "simplifytype.h",
|
2013-07-30 18:00:27 +02:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "cdb"
|
|
|
|
|
prefix: "cdb/"
|
|
|
|
|
files: [
|
|
|
|
|
"bytearrayinputstream.cpp", "bytearrayinputstream.h",
|
|
|
|
|
"cdbengine.cpp", "cdbengine.h",
|
|
|
|
|
"cdboptionspage.cpp", "cdboptionspage.h",
|
|
|
|
|
"cdboptionspagewidget.ui",
|
|
|
|
|
"cdbparsehelpers.cpp", "cdbparsehelpers.h"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "gdb"
|
|
|
|
|
prefix: "gdb/"
|
|
|
|
|
files: [
|
|
|
|
|
"attachgdbadapter.cpp", "attachgdbadapter.h",
|
|
|
|
|
"coregdbadapter.cpp", "coregdbadapter.h",
|
|
|
|
|
"gdb.qrc",
|
|
|
|
|
"gdbengine.cpp", "gdbengine.h",
|
|
|
|
|
"gdboptionspage.cpp", "gdboptionspage.h",
|
2013-09-09 16:42:32 +02:00
|
|
|
"gdbprocess.cpp", "gdbprocess.h",
|
2013-09-09 16:23:57 +02:00
|
|
|
"gdbplainengine.cpp", "gdbplainengine.h",
|
2013-07-30 18:00:27 +02:00
|
|
|
"remotegdbserveradapter.cpp", "remotegdbserveradapter.h",
|
|
|
|
|
"startgdbserverdialog.cpp", "startgdbserverdialog.h",
|
|
|
|
|
"termgdbadapter.cpp", "termgdbadapter.h"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "lldb"
|
|
|
|
|
prefix: "lldb/"
|
|
|
|
|
files: [
|
|
|
|
|
"lldbengine.cpp", "lldbengine.h"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "pdb"
|
|
|
|
|
prefix: "pdb/"
|
|
|
|
|
files: ["pdbengine.cpp", "pdbengine.h"]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "Name Demangler"
|
|
|
|
|
prefix: "namedemangler/"
|
|
|
|
|
files: [
|
|
|
|
|
"demanglerexceptions.h",
|
|
|
|
|
"globalparsestate.cpp", "globalparsestate.h",
|
|
|
|
|
"namedemangler.cpp", "namedemangler.h",
|
|
|
|
|
"parsetreenodes.cpp", "parsetreenodes.h",
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "QML Debugger"
|
|
|
|
|
prefix: "qml/"
|
|
|
|
|
files: [
|
|
|
|
|
"baseqmldebuggerclient.cpp", "baseqmldebuggerclient.h",
|
|
|
|
|
"interactiveinterpreter.cpp", "interactiveinterpreter.h",
|
|
|
|
|
"qmladapter.cpp", "qmladapter.h",
|
|
|
|
|
"qmlcppengine.cpp", "qmlcppengine.h",
|
|
|
|
|
"qmlengine.cpp", "qmlengine.h",
|
|
|
|
|
"qmlinspectoradapter.cpp", "qmlinspectoradapter.h",
|
|
|
|
|
"qmlinspectoragent.cpp", "qmlinspectoragent.h",
|
|
|
|
|
"qmllivetextpreview.cpp", "qmllivetextpreview.h",
|
|
|
|
|
"qmlv8debuggerclient.cpp", "qmlv8debuggerclient.h",
|
|
|
|
|
"qmlv8debuggerclientconstants.h",
|
|
|
|
|
"qscriptdebuggerclient.cpp", "qscriptdebuggerclient.h"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "shared"
|
|
|
|
|
prefix: "shared/"
|
|
|
|
|
files: [
|
|
|
|
|
"backtrace.cpp", "backtrace.h",
|
|
|
|
|
"cdbsymbolpathlisteditor.cpp",
|
|
|
|
|
"cdbsymbolpathlisteditor.h",
|
|
|
|
|
"hostutils.cpp", "hostutils.h",
|
|
|
|
|
"peutils.cpp", "peutils.h",
|
|
|
|
|
"symbolpathsdialog.ui", "symbolpathsdialog.cpp", "symbolpathsdialog.h"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "Images"
|
|
|
|
|
prefix: "images/"
|
|
|
|
|
files: [
|
|
|
|
|
"breakpoint_16.png",
|
|
|
|
|
"breakpoint_24.png",
|
|
|
|
|
"breakpoint_disabled_16.png",
|
|
|
|
|
"breakpoint_disabled_24.png",
|
|
|
|
|
"breakpoint_disabled_32.png",
|
|
|
|
|
"breakpoint_pending_16.png",
|
|
|
|
|
"breakpoint_pending_24.png",
|
|
|
|
|
"debugger_breakpoints.png",
|
|
|
|
|
"debugger_continue.png",
|
|
|
|
|
"debugger_continue_32.png",
|
|
|
|
|
"debugger_continue_small.png",
|
|
|
|
|
"debugger_empty_14.png",
|
|
|
|
|
"debugger_interrupt.png",
|
|
|
|
|
"debugger_interrupt_32.png",
|
|
|
|
|
"debugger_interrupt_small.png",
|
|
|
|
|
"debugger_reversemode_16.png",
|
|
|
|
|
"debugger_singleinstructionmode.png",
|
|
|
|
|
"debugger_snapshot_small.png",
|
|
|
|
|
"debugger_start.png",
|
|
|
|
|
"debugger_start_small.png",
|
|
|
|
|
"debugger_stepinto_small.png",
|
|
|
|
|
"debugger_steponeproc_small.png",
|
|
|
|
|
"debugger_stepout_small.png",
|
|
|
|
|
"debugger_stepover_small.png",
|
|
|
|
|
"debugger_stepoverproc_small.png",
|
|
|
|
|
"debugger_stop.png",
|
|
|
|
|
"debugger_stop_32.png",
|
|
|
|
|
"debugger_stop_small.png",
|
|
|
|
|
"location_16.png",
|
|
|
|
|
"location_24.png",
|
|
|
|
|
"tracepoint.png",
|
|
|
|
|
"watchpoint.png",
|
|
|
|
|
]
|
|
|
|
|
}
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
Group {
|
2013-06-06 09:08:16 +02:00
|
|
|
name: "RegistryAccess"
|
2013-06-20 14:43:33 +02:00
|
|
|
condition: qbs.targetOS.contains("windows")
|
2012-02-09 14:30:09 +01:00
|
|
|
prefix: "../../shared/registryaccess/"
|
|
|
|
|
files: [
|
|
|
|
|
"registryaccess.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"registryaccess.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
2013-06-06 09:08:16 +02:00
|
|
|
name: "RegisterPostMortem"
|
2013-06-20 14:43:33 +02:00
|
|
|
condition: qbs.targetOS.contains("windows")
|
2012-02-09 14:30:09 +01:00
|
|
|
files: [
|
|
|
|
|
"registerpostmortemaction.cpp",
|
|
|
|
|
"registerpostmortemaction.h",
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
2012-03-21 19:35:34 +02:00
|
|
|
Properties {
|
2013-06-20 14:43:33 +02:00
|
|
|
condition: qbs.targetOS.contains("windows")
|
2012-03-21 19:35:34 +02:00
|
|
|
cpp.dynamicLibraries: [
|
|
|
|
|
"advapi32",
|
|
|
|
|
"ole32",
|
|
|
|
|
"shell32"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-24 15:58:33 +02:00
|
|
|
Export {
|
2012-05-18 10:49:35 +02:00
|
|
|
Depends { name: "QtcSsh" }
|
2012-02-09 14:30:09 +01:00
|
|
|
}
|
|
|
|
|
}
|