summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/threadshandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Replace debuggerCore() by equivalent free functionshjk2014-10-231-1/+1
* License updateEike Ziller2014-10-091-7/+8
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-19/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Debugger: Fix compilation with Qt4Nikolai Kosjar2013-11-201-1/+2
* Debugger: Sort thread model directlyhjk2013-11-201-34/+63
* Debugger: Re-enable thread view sortinghjk2013-11-191-4/+4
* Debugger: Use thread id, not model row to remember current threadhjk2013-11-171-37/+47
* Debugger: Set model object names at construction timehjk2013-08-191-0/+1
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-3/+7
* Debugger: Simplify thread parsing code.hjk2013-06-061-9/+8
* Debugger: Fix thread name parsinghjk2013-06-061-2/+1
* Debugger: Fix reading of thread address fieldhjk2013-06-061-1/+1
* Debugger: Add a convenience function GdbMi::toInt()hjk2013-05-071-2/+2
* Debugger: Replace GdbMi::findChild() with an operator[]hjk2013-05-061-14/+14
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-3/+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: rename gdb/gdbmi.{h,cpp} into debuggerprotocol.{h,cpp}hjk2013-01-241-2/+2
* | debugger: switch to another thread if the current one is deadhjk2012-10-241-3/+18
* | Debugger: Rework thread data aquisitionhjk2012-10-231-53/+170
* | debugger: list "details" field in thread viewhjk2012-10-161-0/+5
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | Do not use QAbstractItemModel::reset().Christian Kandeler2012-09-201-3/+6
|/
* Debugger: Format addresses in tooltips.Friedemann Kleint2012-08-221-3/+2
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* 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
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-2/+2
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | debugger: make threadsviews sortablehjk2011-10-131-0/+8
|/
* tr()-Fixes for 2.4Friedemann Kleint2011-09-261-2/+2
* debugger: show at least "elide" markers for thread idshjk2011-09-191-1/+1
* debugger: slightly saner behaviour for the threads comboboxhjk2011-09-011-14/+27
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* debugger: deactivate thread window operations during steppinghjk2011-04-191-2/+25
* debugger: add module and target id information to thread displayhjk2011-04-181-4/+9
* Update license.hjk2011-04-131-14/+13
* Debugger: Documentation work on qtcreatorcdbext/Debugger.Friedemann Kleint2011-02-041-0/+10
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | debugger: fix thread name display in threads comboboxhjk2010-11-191-24/+22
* | Debugger: Make Gdbmi threads parsing code re-usable.Friedemann Kleint2010-11-081-0/+33
* | debugger: convert threads modelhjk2010-11-081-15/+4
* | clean up ThreadDataArvid Ephraim Picciani2010-10-151-18/+1
|/
* Debugger[CDB]: Add thread names.Friedemann Kleint2010-09-171-0/+3