aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerinternalconstants.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-07-20 09:37:54 +0200
committerhjk <hjk@theqtcompany.com>2015-07-22 11:46:32 +0000
commitd765cd73a2292ccad36837aca696808b5d2cdacd (patch)
tree3d8c27af67d3af53094ef8ade0ec39abd4704736 /src/plugins/debugger/debuggerinternalconstants.h
parente3c2236c266da0020bac8b1904a72d9ffc879700 (diff)
Debugger: Recognize source data within disassembler view
... and use it to toggle breakpoints by file and line, and for jumping to file and line. Task-number: QTCREATORBUG-14278 Change-Id: I799d085eb53339905ea3608022aeae5a9aef1fda Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debuggerinternalconstants.h')
-rw-r--r--src/plugins/debugger/debuggerinternalconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerinternalconstants.h b/src/plugins/debugger/debuggerinternalconstants.h
index 576ed7a82aa..290edbde3f7 100644
--- a/src/plugins/debugger/debuggerinternalconstants.h
+++ b/src/plugins/debugger/debuggerinternalconstants.h
@@ -47,6 +47,7 @@ namespace Internal {
const char OPENED_BY_DEBUGGER[] = "OpenedByDebugger";
const char OPENED_WITH_DISASSEMBLY[] = "DisassemblerView";
+const char DISASSEMBLER_SOURCE_FILE[] = "DisassemblerSourceFile";
// Debug action
const char DEBUG[] = "Debugger.Debug";