aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerprotocol.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* Debugger: Some string optimizationsAlexander Pershin2025-01-081-2/+2
* Debugger: Replace QVector with QListhjk2024-07-311-2/+1
* Debugger: Use Utils::Text::Position instead of int line numberhjk2023-06-071-1/+2
* Debugger: Use QVarLengthArray for local bufferhjk2023-02-241-0/+5
* Debugger: Save a few string allocations on result parsinghjk2023-02-241-1/+1
* Debugger: Use a QStringView for debugview into output bufferhjk2023-02-241-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Debugger: Remove DebuggerCommand::arg(FilePath)hjk2022-11-171-1/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Convert to Tr::trhjk2022-07-081-5/+3
* Debugger: Add support for two more floating point display formatshjk2022-01-141-1/+3
* Debugger: Add a "Char Code Integer"hjk2022-01-031-2/+3
* Debugger: Make GDBMI parser more robusthjk2021-05-201-1/+1
* Debugger: Use a class for GdbMI parser parametershjk2021-02-181-8/+34
* Debugger: make BreakpointParameters::fileName a Utils::FilePathDavid Schulz2020-01-061-1/+3
* Debugger: Privatize GdbMi::m_childrenhjk2018-09-261-3/+6
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-0/+14
* Debugger: ModernizeAlessandro Portale2018-07-251-9/+9
* Debugger: Remove the RebuildBreakpointModel command flagshjk2018-03-221-2/+0
* Debugger: Use ProcessHandle in notifyInferiorPid()hjk2017-03-011-0/+3
* Debugger: Allow explicitly marking of non-Python commands againhjk2017-01-241-0/+2
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-01-231-0/+1
|\
| * Fix inferior pid not being propagatedFilipe Azevedo2017-01-181-0/+1
* | Debugger: Move command flags to debugger commandhjk2016-12-161-0/+31
* | Debugger: Fix Window grabbing on GDBhjk2016-12-151-0/+17
* | Debugger: Add convenience function to pass lists of stringshjk2016-12-151-0/+1
* | Debugger: Initialize members in DebuggerProtocolTobias Hunger2016-11-291-4/+4
|/
* Debugger: Add a few dumpers for OpenCV related structureshjk2016-09-231-0/+1
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-37/+38
* Debugger: Replace DebuggerDisplay enum by stringshjk2016-04-121-21/+8
* Debugger: Replace cdb output encoding enum by stringshjk2016-04-041-8/+17
* Wholesale conversion to #pragma oncehjk2016-03-301-5/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Split DebuggerEncoding enumhjk2015-12-211-52/+27
* QML Debugger: Add an explicit override for bool to DebuggerCommandUlf Hermann2015-11-301-0/+1
* Debugger: Make DebuggerEngine::runCommand() virtual.hjk2015-11-041-3/+4
* Debugger: Remove comment regarding GDB/MI grammarhjk2015-11-031-49/+0
* Debugger: Go back to QVector in GdbMihjk2015-10-161-3/+3
* Debugger: Infrastructure for reworked native mixed debugginghjk2015-10-091-1/+5
* Debugger: Fix "Repeat Last Command" buttonOrgad Shaneh2015-10-071-3/+3
* Debugger: Merge GdbEngine's {run,post,flush}Commandhjk2015-09-301-11/+7
* Debugger: Use Qt's JSON encoder for debugger protocolUlf Hermann2015-09-151-11/+8
* Cdb: Replace CdbCommand with DebuggerCommand.David Schulz2015-08-281-0/+3
* Debugger: Debugger protocol maintenancehjk2015-08-121-3/+67
* Debugger: Use special values for translatable stringshjk2015-07-211-1/+11
* Debugger: Use DebuggerCommand in QML enginehjk2015-07-131-0/+4
* Debugger: Use primitive internal widget instead of matplotviewhjk2015-04-021-1/+2
* Debugger: Streamline GdbMi structure interfacehjk2015-02-261-19/+11
* Fix excessive warnings by MSVC 2013 64bit about size_t->int truncationFriedemann Kleint2015-02-201-1/+1