index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
debugger
/
debuggerengine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: Debugger: Avoid warning regarding release build
Christian Stenger
2015-03-31
1
-0
/
+2
*
Debugger: Fix display of expandable items in GDB and LLDB
hjk
2015-03-26
1
-1
/
+69
*
Debugger: Remove most remaining occurrences of WatchData
hjk
2015-03-20
1
-5
/
+1
*
Debugger: fix UI text capitalization and punctuation
Leena Miettinen
2015-03-16
1
-4
/
+4
*
Debugger: Remove widget argument from tooltip request
hjk
2015-03-06
1
-2
/
+1
*
Debugger: Remove WatchUpdateFlags
hjk
2015-03-06
1
-1
/
+1
*
Debugger: Avoid some undesired state transitions on shutdown
hjk
2015-03-05
1
-0
/
+2
*
Debugger: Merge GDB/LLDB process error handling
hjk
2015-03-05
1
-0
/
+32
*
Clean exported headers of the Core plugin.
Friedemann Kleint
2015-03-05
1
-0
/
+1
*
Debugger: Fix loading of Linux core files with LLDB
hjk
2015-02-27
1
-6
/
+8
*
Debugger: State machine cosmetics
hjk
2015-02-27
1
-11
/
+1
*
Fix excessive warnings by MSVC 2013 64bit about size_t->int truncation
Friedemann Kleint
2015-02-20
1
-1
/
+1
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
Debugger: Some code modernization
hjk
2015-02-12
1
-5
/
+5
*
|
Debugger: Enable 'native mixed' toogling also for LLDB
hjk
2015-02-05
1
-0
/
+3
*
|
Debugger: Remove unneeded qualifications
Orgad Shaneh
2015-02-04
1
-9
/
+9
*
|
Debugger: Introduce a pty based channel to inferiors
hjk
2015-01-26
1
-0
/
+21
*
|
Debugger: Re-work breakpoint storage handling
hjk
2015-01-15
1
-73
/
+31
*
|
Debugger: Rework register handling
hjk
2014-12-18
1
-6
/
+4
*
|
Debugger: Make DebuggerEngine internal
hjk
2014-12-15
1
-12
/
+16
*
|
Debugger: Use Core::AsynchronousMessageBox
Marco Bubke
2014-12-08
1
-5
/
+4
|
/
*
Debugger: Handle remote setup failure in remote state transitions
hjk
2014-11-27
1
-0
/
+1
*
Debugger: Fix async tooltip handling
hjk
2014-11-14
1
-0
/
+1
*
Fix debugging in iOS Simulator
Eike Ziller
2014-10-30
1
-0
/
+3
*
Debugger: Replace debuggerCore() by equivalent free functions
hjk
2014-10-23
1
-10
/
+10
*
Debugger: Consolidate RunControl creation
hjk
2014-10-20
1
-1
/
+1
*
Debugger: Remove messaging indirection in DebuggerRunControl
hjk
2014-10-17
1
-4
/
+14
*
MacroExpander: Fall back to global expander
hjk
2014-10-16
1
-1
/
+1
*
VariableChooser: Rework
hjk
2014-10-15
1
-4
/
+5
*
MacroExpander: Allow registering local expansions
hjk
2014-10-15
1
-2
/
+2
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
|
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
|
TextEditor: Rename BaseTextEditorWidget to TextEditorWidget
hjk
2014-09-29
1
-1
/
+1
*
|
Debugger: Fix crash on regexp matching
Orgad Shaneh
2014-09-26
1
-8
/
+8
*
|
Debugger: Support variables for target
Orgad Shaneh
2014-09-26
1
-2
/
+10
*
|
TextEditor: More BaseText* -> Text* renamings
hjk
2014-09-26
1
-1
/
+1
*
|
Debugger: Operate tooltips on TextEditorWidgets, not TextEditor
hjk
2014-09-19
1
-1
/
+1
*
|
Debugger: Fix Android startup
hjk
2014-09-19
1
-0
/
+15
*
|
Debugger: Merge two remote setup communication paths
hjk
2014-09-19
1
-18
/
+9
*
|
Debugger: Support setting substitute path by regexp
Orgad Shaneh
2014-09-18
1
-10
/
+43
*
|
Debugger: Reduce line noise
hjk
2014-07-28
1
-8
/
+7
*
|
TextEditor: Merge ITextEditor and BaseTextEditor
hjk
2014-07-25
1
-2
/
+2
*
|
Merge ITextMark and BaseTextMark
hjk
2014-07-23
1
-4
/
+3
|
/
*
Debugger: Rework editor tooltips handling
hjk
2014-07-11
1
-0
/
+6
*
Debugger: Simplify tooltip interface
hjk
2014-07-09
1
-2
/
+2
*
Lambda cleanup
Orgad Shaneh
2014-06-25
1
-1
/
+1
*
Variables: Use lambdas as callbacks to resolve variables
hjk
2014-06-24
1
-10
/
+3
*
Debugger: Code cosmetics
hjk
2014-06-06
1
-5
/
+8
*
Debugger: De-noise
hjk
2014-06-06
1
-8
/
+7
[next]