aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdb/classicgdbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Remove support for non-Python GDBhjk2014-01-061-1535/+0
* Debugger: Keep secondary dialogs on top of the main windowhjk2013-10-171-1/+1
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-7/+7
* Debugger: Make std::... dumpers work on Mac againhjk2013-05-281-0/+1
* Debugger: Add a convenience function GdbMi::toInt()hjk2013-05-071-4/+4
* Debugger: Replace GdbMi::findChild() with an operator[]hjk2013-05-061-24/+24
* Move DebuggerRunConfigurationAspect into DebuggerTobias Hunger2013-04-051-0/+1
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-4/+0
* Debugger: Sort out the 'address' vs 'origaddr' fieldshjk2013-03-081-2/+2
* Debugger: consolidate WatchData manipulation in watchdata.{h,cpp}hjk2013-02-011-10/+10
* 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-0/+1
* | Debugger: rename gdb/gdbmi.{h,cpp} into debuggerprotocol.{h,cpp}hjk2013-01-241-3/+2
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-161-0/+3
|\|
| * Debugger: Fix visibility of Debugging Helper DialogChristian Stenger2013-01-111-0/+3
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-6/+4
* | Use Core::Id in ICore::showOptionsDialoghjk2012-12-291-2/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Replace all remaining functions deprecated in Qt 5, if possible.Christian Kandeler2012-09-251-1/+1
* | Replace qVariantValue() with qvariant_cast().Christian Kandeler2012-09-201-1/+1
|/
* Fix Mac debugging helpers removing arguments from localsEike Ziller2012-09-031-1/+2
* debugger: fix "accumulated" locals and expressions on Machjk2012-08-311-1/+4
* Removal of Symbian supportAlessandro Portale2012-08-221-2/+2
* debugger: use *running instead of ^running as running notification.hjk2012-08-211-5/+0
* debugger: streamline classical dumper setuphjk2012-08-121-16/+39
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: Replace adapter classes by GdbEngine subclasseshjk2012-06-131-2/+1
* debugger: more modulehandler polishinghjk2012-06-041-11/+14
* debugger: rework WatchModelhjk2012-05-241-31/+32
* debugger: remove a few too-fancy typedefshjk2012-02-161-3/+3
* Debugger: use QString::fromLatin1 instead of QString::fromAsciiDenis Mingulov2012-02-161-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* added a detailed error description if ptrace is not permittedDavid Schulz2012-01-061-0/+18
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-17/+18
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* debugger: hard-code some qt5 related pathshjk2011-09-161-1/+1
* debugger: remove some old test codehjk2011-08-301-4/+0
* New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)Kai Koehne2011-07-291-3/+3
* debugger: make auto-deref display the pointer properly on toplevel entries on...hjk2011-07-081-0/+2
* debugger: replace artificial "{console,log}streamoutput" member in GdbMihjk2011-07-061-3/+2
* debugger: simplify updateLocals() parametershjk2011-05-271-2/+4
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-4/+2
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Debugger: Have Python dumper print type size information.Friedemann Kleint2011-04-121-2/+2
* | debugger: move not-so-generic stuff to gdb/classicgdbengine.cpphjk2011-04-121-59/+635
|/