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
/
debuggerprotocol.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
1
-1
/
+1
*
Debugger: Some string optimizations
Alexander Pershin
2025-01-08
1
-2
/
+2
*
Debugger: Replace QVector with QList
hjk
2024-07-31
1
-2
/
+1
*
Debugger: Use Utils::Text::Position instead of int line number
hjk
2023-06-07
1
-1
/
+2
*
Debugger: Use QVarLengthArray for local buffer
hjk
2023-02-24
1
-0
/
+5
*
Debugger: Save a few string allocations on result parsing
hjk
2023-02-24
1
-1
/
+1
*
Debugger: Use a QStringView for debugview into output buffer
hjk
2023-02-24
1
-1
/
+1
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Debugger: Remove DebuggerCommand::arg(FilePath)
hjk
2022-11-17
1
-1
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Debugger: Convert to Tr::tr
hjk
2022-07-08
1
-5
/
+3
*
Debugger: Add support for two more floating point display formats
hjk
2022-01-14
1
-1
/
+3
*
Debugger: Add a "Char Code Integer"
hjk
2022-01-03
1
-2
/
+3
*
Debugger: Make GDBMI parser more robust
hjk
2021-05-20
1
-1
/
+1
*
Debugger: Use a class for GdbMI parser parameters
hjk
2021-02-18
1
-8
/
+34
*
Debugger: make BreakpointParameters::fileName a Utils::FilePath
David Schulz
2020-01-06
1
-1
/
+3
*
Debugger: Privatize GdbMi::m_children
hjk
2018-09-26
1
-3
/
+6
*
Debugger: Make most views per-engine instead of singletons
hjk
2018-08-17
1
-0
/
+14
*
Debugger: Modernize
Alessandro Portale
2018-07-25
1
-9
/
+9
*
Debugger: Remove the RebuildBreakpointModel command flags
hjk
2018-03-22
1
-2
/
+0
*
Debugger: Use ProcessHandle in notifyInferiorPid()
hjk
2017-03-01
1
-0
/
+3
*
Debugger: Allow explicitly marking of non-Python commands again
hjk
2017-01-24
1
-0
/
+2
*
Merge remote-tracking branch 'origin/4.2'
Eike Ziller
2017-01-23
1
-0
/
+1
|
\
|
*
Fix inferior pid not being propagated
Filipe Azevedo
2017-01-18
1
-0
/
+1
*
|
Debugger: Move command flags to debugger command
hjk
2016-12-16
1
-0
/
+31
*
|
Debugger: Fix Window grabbing on GDB
hjk
2016-12-15
1
-0
/
+17
*
|
Debugger: Add convenience function to pass lists of strings
hjk
2016-12-15
1
-0
/
+1
*
|
Debugger: Initialize members in DebuggerProtocol
Tobias Hunger
2016-11-29
1
-4
/
+4
|
/
*
Debugger: Add a few dumpers for OpenCV related structures
hjk
2016-09-23
1
-0
/
+1
*
Debugger: Remove debuggerstringutils.h
hjk
2016-06-09
1
-37
/
+38
*
Debugger: Replace DebuggerDisplay enum by strings
hjk
2016-04-12
1
-21
/
+8
*
Debugger: Replace cdb output encoding enum by strings
hjk
2016-04-04
1
-8
/
+17
*
Wholesale conversion to #pragma once
hjk
2016-03-30
1
-5
/
+1
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
Debugger: Split DebuggerEncoding enum
hjk
2015-12-21
1
-52
/
+27
*
QML Debugger: Add an explicit override for bool to DebuggerCommand
Ulf Hermann
2015-11-30
1
-0
/
+1
*
Debugger: Make DebuggerEngine::runCommand() virtual.
hjk
2015-11-04
1
-3
/
+4
*
Debugger: Remove comment regarding GDB/MI grammar
hjk
2015-11-03
1
-49
/
+0
*
Debugger: Go back to QVector in GdbMi
hjk
2015-10-16
1
-3
/
+3
*
Debugger: Infrastructure for reworked native mixed debugging
hjk
2015-10-09
1
-1
/
+5
*
Debugger: Fix "Repeat Last Command" button
Orgad Shaneh
2015-10-07
1
-3
/
+3
*
Debugger: Merge GdbEngine's {run,post,flush}Command
hjk
2015-09-30
1
-11
/
+7
*
Debugger: Use Qt's JSON encoder for debugger protocol
Ulf Hermann
2015-09-15
1
-11
/
+8
*
Cdb: Replace CdbCommand with DebuggerCommand.
David Schulz
2015-08-28
1
-0
/
+3
*
Debugger: Debugger protocol maintenance
hjk
2015-08-12
1
-3
/
+67
*
Debugger: Use special values for translatable strings
hjk
2015-07-21
1
-1
/
+11
*
Debugger: Use DebuggerCommand in QML engine
hjk
2015-07-13
1
-0
/
+4
*
Debugger: Use primitive internal widget instead of matplotview
hjk
2015-04-02
1
-1
/
+2
*
Debugger: Streamline GdbMi structure interface
hjk
2015-02-26
1
-19
/
+11
*
Fix excessive warnings by MSVC 2013 64bit about size_t->int truncation
Friedemann Kleint
2015-02-20
1
-1
/
+1
[next]