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
/
gdbengine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugger: use short paths by default for setting breakpoints
hjk
2009-05-11
1
-17
/
+6
*
debugger: remove unneeded code
hjk
2009-05-11
1
-10
/
+0
*
debugger: replace a few '#ifdef LINUX' by '#if defined(UNIX) && !defined(MAC)
hjk
2009-05-11
1
-43
/
+16
*
debugger: work on tcf engine. first successful ping pong.
hjk
2009-05-08
1
-10
/
+0
*
debugger: introduce an explicit detach action
hjk
2009-05-07
1
-2
/
+7
*
debugger: small fixes for the gdb macro based QString and QStringList dumpers
hjk
2009-05-07
1
-27
/
+51
*
generalize auto-continue mechanism
Oswald Buddenhagen
2009-05-07
1
-18
/
+16
*
remove message which is immediately flushed out anyway
Oswald Buddenhagen
2009-05-07
1
-1
/
+0
*
less confusing
Oswald Buddenhagen
2009-05-07
1
-5
/
+2
*
whitespace cleanup in debug statements :D
Oswald Buddenhagen
2009-05-07
1
-81
/
+81
*
add missing _() to currently commented out debugMessage() calls
Oswald Buddenhagen
2009-05-07
1
-6
/
+6
*
debugger: move gdb macros to a resource file
hjk
2009-05-07
1
-64
/
+61
*
debugger: make gdb macro based debugging helpers (QString and QStringList)
hjk
2009-05-07
1
-42
/
+27
*
debugger: don't try to show a reason for stopping if we don't know one.
hjk
2009-05-07
1
-1
/
+4
*
debugger: rename execCommand to postCommand (in line with QApplication::postE...
hjk
2009-05-07
1
-157
/
+157
*
debugger: handle error when remote server does not respond
hjk
2009-05-07
1
-5
/
+19
*
use explicit flag to request token substitution in gdb command instead
Oswald Buddenhagen
2009-05-06
1
-4
/
+4
*
debugger: initial work to start a remote gdbserver
hjk
2009-05-06
1
-19
/
+86
*
Started Console process handling for CDB.
Friedemann Kleint
2009-05-06
1
-1
/
+1
*
debugger: rename 'AttachRemote' to 'StartRemote'
hjk
2009-05-06
1
-4
/
+4
*
debugger: use -exec-interrupt to interrupt inferiors in gdbserver
hjk
2009-05-06
1
-0
/
+6
*
debugger: make stack reload engine-agnostic
hjk
2009-05-06
1
-5
/
+1
*
debugger: work on gdbserver based remote debugging
hjk
2009-05-06
1
-4
/
+5
*
document dumper output parsing hack
Oswald Buddenhagen
2009-05-05
1
-3
/
+2
*
fix (rather theoretical) off-by-one
Oswald Buddenhagen
2009-05-05
1
-1
/
+1
*
add some C escaping to relevant MI commands
Oswald Buddenhagen
2009-05-05
1
-7
/
+9
*
debugger: use current run configuration to read symbols for gdbserver
hjk
2009-05-05
1
-5
/
+23
*
whoops ... don't multiply debugger output in the display pane
Oswald Buddenhagen
2009-05-05
1
-1
/
+1
*
debugger: remove recently introduced macro "overloads" alltogether
hjk
2009-05-05
1
-167
/
+163
*
Compile on Windows
Friedemann Kleint
2009-05-05
1
-1
/
+1
*
debugger: move macros implementation from gdbengine.h to gdbengine.cpp
hjk
2009-05-05
1
-0
/
+9
*
fix encoding of manually submitted gdb commands
Oswald Buddenhagen
2009-05-05
1
-1
/
+1
*
the death of GdbCommandType & co.
Oswald Buddenhagen
2009-05-05
1
-437
/
+191
*
don't construct cookie object unnecessarily
Oswald Buddenhagen
2009-05-05
1
-5
/
+1
*
micro-optimization
Oswald Buddenhagen
2009-05-05
1
-2
/
+1
*
don't use macros for the Latin1* magic
Oswald Buddenhagen
2009-05-05
1
-10
/
+3
*
nicer
Oswald Buddenhagen
2009-05-05
1
-3
/
+3
*
debugger: initial work on remote debugging
hjk
2009-05-04
1
-9
/
+22
*
Compile on Mac.
con
2009-05-04
1
-3
/
+3
*
Compile on Windows.
Friedemann Kleint
2009-05-04
1
-7
/
+7
*
disable unused jump-to-line handler
Oswald Buddenhagen
2009-04-30
1
-2
/
+6
*
simplify conditions
Oswald Buddenhagen
2009-04-30
1
-6
/
+8
*
translatability improvements
Oswald Buddenhagen
2009-04-30
1
-16
/
+23
*
encoding cleanup
Oswald Buddenhagen
2009-04-30
1
-418
/
+435
*
disable pwd querying code, as it is unused and broken.
Oswald Buddenhagen
2009-04-30
1
-2
/
+7
*
debugger: add dumper for QWeakPointer
hjk
2009-04-29
1
-3
/
+2
*
Make dumpers output size information.
Friedemann Kleint
2009-04-29
1
-3
/
+1
*
Initial work on dumpers for CDB.
Friedemann Kleint
2009-04-29
1
-184
/
+33
*
debugger: create some noise in the status bar when libraries are loaded
hjk
2009-04-29
1
-0
/
+17
*
debugger: introduce enabling/disabling of breakpoints
hjk
2009-04-28
1
-0
/
+18
[next]