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
/
breakwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
Debugger: Header cleanup
Friedemann Kleint
2011-01-10
1
-6
/
+0
*
debugger: add a 'ConditionPart' block to the breakpoint settings
hjk
2011-01-04
1
-47
/
+59
*
Merge branch '2.1'
con
2010-12-17
1
-7
/
+11
|
\
|
*
License headers.
con
2010-12-17
1
-7
/
+11
*
|
debugger: adjust sizes of some well-known columns in some views
hjk
2010-12-17
1
-0
/
+9
*
|
debugger: start with some infrastructure for tracepoint support
hjk
2010-12-16
1
-1
/
+3
*
|
debugger: thread 0 is valid for cdb. so use -1 as 'any' value
hjk
2010-12-14
1
-4
/
+8
*
|
debugger: make "threadspec" an int instead of a bytearray
hjk
2010-11-30
1
-6
/
+5
*
|
debugger: make breakpoint enables state visible in the breakpoint dialog
hjk
2010-11-30
1
-0
/
+4
*
|
debugger: code cosmetics
hjk
2010-11-25
1
-48
/
+50
*
|
debugger: small usability fixes for dissassembler, breakpoint view, location
hjk
2010-11-24
1
-64
/
+46
*
|
Debugger/BreakpointDialog: Show only data applicable to type.
Friedemann Kleint
2010-11-16
1
-47
/
+169
*
|
debugger: looks like the BreakpointData layer is going to be unneeded.
hjk
2010-11-16
1
-2
/
+2
*
|
debugger: more breakpoint refactoring
hjk
2010-11-16
1
-22
/
+14
*
|
Debugger: Handle throw/catch/main as BreakpointType enum values.
Friedemann Kleint
2010-11-16
1
-55
/
+84
*
|
debugger: fix setting of breakpoint types on session loading
hjk
2010-11-15
1
-5
/
+3
*
|
debugger: re-enable "Delete all breakpoints" etc
hjk
2010-11-15
1
-11
/
+11
*
|
Debugger: Make CDB compile again.
Friedemann Kleint
2010-11-15
1
-0
/
+2
*
|
debugger: make BreakpointData and BreakpointResult proper value types
hjk
2010-11-15
1
-17
/
+9
*
|
debugger: Refactor breakpoint handling.
hjk
2010-11-15
1
-143
/
+82
*
|
debugger: refactoring of the plugin interface
hjk
2010-11-10
1
-12
/
+6
*
|
Asynchronous breakpoint handling
Arvid Ephraim Picciani
2010-11-09
1
-0
/
+1
*
|
debugger: move logical ownership of breakhandler from engines to plugin
hjk
2010-11-04
1
-54
/
+100
*
|
debugger: refactor breakpoint type, add function name to resolved jsbreakpoints
hjk
2010-10-29
1
-1
/
+2
*
|
Clean up BreakPoint
Arvid Ephraim Picciani
2010-10-29
1
-2
/
+7
|
/
*
Debugger[Breakpoints]: Do not trigger reinserting breakpoint unless changed.
Friedemann Kleint
2010-10-06
1
-29
/
+51
*
Debugger: Remove unused 'precise breakpoints' setting.
Friedemann Kleint
2010-10-04
1
-70
/
+71
*
debugger: compile fix, remove dangling #include
hjk
2010-09-28
1
-1
/
+0
*
Debugger: List break on catch/throw as such and map names in engine.
Friedemann Kleint
2010-09-28
1
-2
/
+2
*
debugger: fix impossibility to remove a field in a breakpoint
hjk
2010-09-28
1
-14
/
+6
*
debugger: attempt to use Utils::PathChooser when changeing breakpoint file
hjk
2010-09-28
1
-11
/
+9
*
debugger: remove unused break-by-function dialog
hjk
2010-09-28
1
-28
/
+2
*
debugger: add missing 'Use full path' toggle in recently added 'Add Breakpoin...
hjk
2010-09-28
1
-25
/
+52
*
debugger: add a somewhat more generic breakpoint creation dialog
hjk
2010-09-21
1
-15
/
+90
*
Debugger: Sanitize Datatypes, part 1: Breakpoints.
Friedemann Kleint
2010-09-21
1
-0
/
+2
*
Debugger: Fix en/disabling of "Delete All Breakpoints"
dt
2010-09-14
1
-1
/
+1
*
Pedantic cleanup of filename parameters for QIcon constructor
Alessandro Portale
2010-07-30
1
-1
/
+1
*
debugger: reenable disabling of breakpoints in editor context menu
hjk
2010-06-25
1
-16
/
+0
*
debugger: fix breakpoint toggling of "moved" breakpoints
hjk
2010-06-25
1
-12
/
+0
*
debugger: The DebuggerEngine refactoring.
hjk
2010-06-22
1
-59
/
+91
*
debugger: refactor thread related class
hjk
2010-05-18
1
-0
/
+1
*
debugger: refactor breakpoint handling
hjk
2010-05-17
1
-0
/
+1
*
debugger: fix scheduling of deletion of data watch points
hjk
2010-05-10
1
-0
/
+1
*
debugger: rename some breakpoint related functions
hjk
2010-05-10
1
-1
/
+2
*
debugger: first shot a implementing data watchpoints
hjk
2010-05-07
1
-12
/
+13
*
debugger: make it possible to bulk-assign breakpoints to threads
hjk
2010-04-30
1
-0
/
+21
*
debugger: support for per-thread breakpoints
hjk
2010-04-30
1
-13
/
+41
*
Remove some focus rects on the Mac that don't belong there.
con
2010-04-16
1
-0
/
+1
*
debugger: slightly better wording of action names when disabling multiple
hjk
2010-04-12
1
-1
/
+8
[next]