aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerprotocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-151-2/+2
|\
| * Fix change-of-sign warning found by ICCThiago Macieira2014-01-101-2/+2
* | Debugger: Split type simplification into file of its ownhjk2014-01-151-256/+0
* | Debugger: Add libc++ std::unordered_set dumperhjk2014-01-151-126/+138
* | Debugger: Some workaround for strange clang debug infohjk2014-01-141-0/+18
* | Debugger: Simplify display of std::shared_ptr<Foo>hjk2014-01-101-0/+5
* | Debugger: Remove boost::shared_ptr<>::element_type noise from displayhjk2014-01-081-0/+5
* | Move the textual simplification of container type to debugger againhjk2014-01-081-0/+222
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Debugger: Restrict QTimeZone use to Qt >= 5.2hjk2013-12-021-0/+9
* Debugger: Adjust QDateTime dumper for Qt 5.2hjk2013-12-021-9/+79
* Debugger: Print invalid when QByteArray can not be converted...David Schulz2013-11-151-1/+4
* Debugger: Print invalid time classes as "(invalid)"David Schulz2013-11-111-4/+5
* Debugger: Adjust QDateTime dumper after Qt 5.2 changeshjk2013-10-221-0/+7
* Debugger: add support for dumping non-ASCII UTF-8 QCharMartin Bohacek2013-09-271-0/+4
* Debugger: Add dumper support for IPv6 in QHostAddressThiago Macieira2013-08-231-0/+13
* Debugger: Fix reading of \x escape sequences in stringshjk2013-06-201-0/+31
* gdb version string: ignore (...) content when using rubenvb's buildPeter Kümmel2013-06-071-0/+13
* Debugger: Replace GdbMi::findChild() with an operator[]hjk2013-05-061-2/+2
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-2/+0
* Debugger: Fix auto test and dumper for unusual stringshjk2013-02-111-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
* Debugger: move MI decoding to debuggerprotocol.{h,cpp}hjk2013-01-241-5/+150
* Debugger: rename gdb/gdbmi.{h,cpp} into debuggerprotocol.{h,cpp}hjk2013-01-241-0/+433