index
:
qt-creator/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
11.0
12.0
13.0
14.0
15.0
16.0
17.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
3dfirst
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
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-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/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
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
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
debugger
/
breakhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugger: support for per-thread breakpoints
hjk
2010-04-30
1
-19
/
+85
*
debugger: more breakpoint refactoring
hjk
2010-04-12
1
-11
/
+0
*
debugger: move toggleBreakpoint() from DebuggerManager to DebuggerPlugin
hjk
2010-04-09
1
-5
/
+0
*
debugger: refactoring of breakpoint creation
hjk
2010-04-09
1
-20
/
+1
*
debugger: basic support for address-based breakpoints
hjk
2010-04-09
1
-8
/
+26
*
debugger: move breakpoint marker to the line where the breakpoint will be
hjk
2010-03-26
1
-34
/
+51
*
debuggger: code cosmetics
hjk
2010-03-26
1
-42
/
+52
*
Avoid pulling in the svg plugin.
con
2010-03-05
1
-3
/
+3
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
debugger: remove accidentally checked-in debugging code
hjk
2010-02-11
1
-2
/
+0
*
debugger: some basic support for 'catch catch' and 'catch throw'
hjk
2010-02-11
1
-3
/
+5
*
debugger: re-introduce reminder
hjk
2010-02-11
1
-0
/
+6
*
Removed static QIcon instances.
Friedemann Kleint
2010-02-10
1
-23
/
+20
*
QmlDesigner.propertyEditor: renaming Clips to Clips content (Nigel)
Thomas Hartmann
2010-02-04
1
-1
/
+1
*
QmlDesigner: new resources (images)
Thomas Hartmann
2010-02-04
1
-1
/
+1
*
debugger: remove standalone option
hjk
2010-02-04
1
-1
/
+1
*
Merge remote branch 'origin/1.3'
Oswald Buddenhagen
2010-01-29
1
-5
/
+5
|
\
|
*
remove trailing whitespace
Oswald Buddenhagen
2010-01-29
1
-5
/
+5
*
|
debugger: add some helper function to debug breakpoints
hjk
2010-01-21
1
-0
/
+21
*
|
debugger: refactoring, use QByteArray instead of QString when appropriate
hjk
2010-01-05
1
-7
/
+7
|
/
*
Debugger: Ignore case of file name in breakpoint handling on Windows.
Friedemann Kleint
2009-12-15
1
-2
/
+14
*
debugger: make 'address column' in stack and breakpoint view optional
hjk
2009-10-01
1
-7
/
+9
*
act on http://bugreports.qt.nokia.com/browse/QTCREATORBUG-123
hjk
2009-09-23
1
-1
/
+3
*
debugger: formatting
hjk
2009-09-15
1
-10
/
+20
*
debugger: create a disassembler view as main editor
hjk
2009-08-17
1
-7
/
+13
*
long live the king
hjk
2009-08-14
1
-1
/
+1
*
Improve error logging of CDB breakpoint setting.
Friedemann Kleint
2009-06-30
1
-17
/
+34
*
make the bounds check in BreakpointHandler::at() an assert
Oswald Buddenhagen
2009-06-23
1
-2
/
+0
*
reset all variables in resetBreakpoints()
Oswald Buddenhagen
2009-06-23
1
-0
/
+7
*
Update license headers and sales contact details.
Jason McDonald
2009-06-17
1
-2
/
+2
*
debugger: let the breakpoint view handle multiple items at once
hjk
2009-06-11
1
-1
/
+1
*
less inefficient
Oswald Buddenhagen
2009-06-10
1
-1
/
+4
*
debugger: rename resource path for generic images from 'gdbdebugger' to 'debu...
hjk
2009-05-19
1
-3
/
+3
*
Fixed breakpoints for CDB.
Friedemann Kleint
2009-05-12
1
-17
/
+36
*
debugger: use short paths by default for setting breakpoints
hjk
2009-05-11
1
-1
/
+23
*
debugger: introduce enabling/disabling of breakpoints
hjk
2009-04-28
1
-15
/
+80
*
Continued CDB breakpoint handling.
Friedemann Kleint
2009-04-08
1
-0
/
+8
*
Fixes: debugger: make loading list of source files optional
hjk
2009-03-10
1
-1
/
+1
*
Fixes: change file license headers to include LGPL
hjk
2009-02-25
1
-21
/
+17
*
Bump year in licence header.
Daniel Molkentin
2009-01-13
1
-1
/
+1
*
chancge Nokia GPL exception version from 1.2 to 1.3
hjk
2008-12-16
1
-1
/
+1
*
some QTC_ASSERT polishing
hjk
2008-12-09
1
-1
/
+2
*
move plugins/debugger/assert.h -> /libs/utils/qtcassert.h
hjk
2008-12-09
1
-1
/
+1
*
rename QWB_ASSERT into QTC_ASSERT
hjk
2008-12-09
1
-2
/
+2
*
Fix small leak on exit.
hjk
2008-12-04
1
-0
/
+5
*
more file cosmetics
hjk
2008-12-02
1
-0
/
+1
*
off-by-one in headers
hjk
2008-12-02
1
-1
/
+0
*
end-of-line whitespace correction of the new headers
hjk
2008-12-02
1
-10
/
+11
*
Initial import
con
2008-12-02
1
-0
/
+559