aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compile with Qt 6.9David Schulz2024-12-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Debugger: Make calling std::function details skippablehjk2023-01-051-0/+6
* Debugger: Save a few cycles in watch datahjk2023-01-031-38/+36
* Debugger: Leave everything in qobject.cpp when skipping known frameshjk2022-12-221-3/+1
* Debugger: Save a few temporary string constructionshjk2022-12-221-44/+44
* Debugger: Update "known functions" to skiphjk2022-12-201-0/+20
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Correctly display > 2 byte characters in stringsMarcus Tillmanns2022-08-111-24/+31
* Debugger: Remove ancient enum without usageAndre Hartmann2021-11-171-2/+0
* Debugger: Escape special chars in line annotationAndre Hartmann2021-06-291-0/+34
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-2/+0
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-0/+4
* Debugger: Remove old formatting hackshjk2016-10-101-72/+0
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-7/+7
* Debugger: Prevent lookup of C++11 keywords as variableshjk2016-05-181-83/+72
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-1/+0
* Debugger: consolidate WatchData manipulation in watchdata.{h,cpp}hjk2013-02-011-268/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Debugger: split editor related code off watchutils.{h,cpp}hjk2013-01-251-361/+26
* | Debugger: remove isEditorDebuggablehjk2013-01-241-10/+0
* | Debugger: move MI decoding to debuggerprotocol.{h,cpp}hjk2013-01-241-139/+0
* | Debugger: rename gdb/gdbmi.{h,cpp} into debuggerprotocol.{h,cpp}hjk2013-01-241-1/+1
* | Debugger: split fixCppExpression into some common and some cdb parthjk2013-01-091-1/+6
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-20/+20
|\|
| * Adjust license headershjk2012-10-051-20/+20
* | Do not use the fromAscii() and toAscii() functions.Christian Kandeler2012-09-211-1/+1
|/
* debugger: fix display of signed data in arrayshjk2012-09-111-3/+15
* Debugger: Use gdb's tooltip expression fixup for CDB and editor.Friedemann Kleint2012-08-311-0/+43
* Debugger: Add more C++ keywords.Friedemann Kleint2012-08-301-10/+53
* Removal of Symbian supportAlessandro Portale2012-08-221-5/+0
* Debugger: Format addresses in tooltips.Friedemann Kleint2012-08-221-0/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: rework dumping arrays of plain datahjk2012-05-301-34/+90
* debugger: code style, add missing spacehjk2012-05-291-1/+1
* Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-10/+10
* debugger: remove a few too-fancy typedefshjk2012-02-161-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-10/+10
* Long live the king!hjk2012-01-261-1/+1
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-4/+4
* debugger: decode addrstep properly when it appears in hexhjk2011-11-111-1/+1
* all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* debugger: speed up QDate, QTime, QDateTime dumpershjk2011-08-251-3/+28