aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Build fixcon2010-01-151-1/+1
* debugger: remove obsolete add-symbol-file callcon2010-01-151-3/+6
* debugger: combine memory blocks more aggressivelyhjk2010-01-151-2/+12
* debugger: backport some symbian fixeshjk2010-01-151-33/+65
* Fix for wrong version in gdb substitute for qt pathdt2010-01-141-1/+1
* Fixes: Not able to set breakpoints in running application.con2010-01-131-1/+1
* Debugger/CDB: Increase limits on string size in watch data.Friedemann Kleint2010-01-132-8/+20
* Also remove tokens that we consider "lost" from the list.con2010-01-121-0/+4
* Remove debug output.con2010-01-121-1/+0
* Fixes: Missing locals & watchers when debugging on Snow Leopardcon2010-01-121-0/+7
* debugger: fix timeout message.con2010-01-121-2/+2
* Translations: Fix debugger messagesFriedemann Kleint2010-01-082-11/+11
* Translations: Fixed tr()-message in debuggeragents.Friedemann Kleint2010-01-081-2/+2
* Version bumpcon2010-01-071-5/+5
* Add copyright headers.Tobias Hunger2010-01-072-0/+58
* debugger: move watchdog timeout initialization to a place where it actually c...con2010-01-061-3/+2
* debugger: fix thinko in time out computationhjk2010-01-062-5/+2
* debugger: gracefully handle commands that might not produce outputcon2010-01-064-21/+59
* debugger: make watchdog timeout configurablecon2010-01-067-10/+57
* debugger: make use of full source file list optionalhjk2010-01-067-22/+78
* debugger: handle large quint64 values 'properly'con2010-01-061-1/+2
* debugger: make the option to write timestamps to the log persistentcon2010-01-061-0/+1
* properly decode messages from gdbOswald Buddenhagen2010-01-047-14/+17
* CDB: Case-normalize file names returned by CDBFriedemann Kleint2009-12-155-11/+107
* Debugger: Ignore case of file name in breakpoint handling on Windows.Friedemann Kleint2009-12-151-2/+14
* CDB: Fix messages displayed after stop of Debugger.Friedemann Kleint2009-12-143-9/+8
* Debugger: Protect reloadRegisters against early calls.Friedemann Kleint2009-11-302-0/+4
* CDB: Fix disassembler for 64 bit addresses.Friedemann Kleint2009-11-262-3/+9
* Debugger/CDB: Windows 64 integer handling.Friedemann Kleint2009-11-254-57/+95
* CDB: Convert 64bit pointers correctly.Friedemann Kleint2009-11-231-16/+26
* Debugger: Fix setting of integer formats per type.Friedemann Kleint2009-11-231-2/+2
* gdb: On Windows, also substitute the debugging path for non-sdk Qt.Daniel Molkentin2009-11-191-10/+12
* debugger: prevent crash when trying to view memory if bin editor ishjk2009-11-192-7/+18
* debugger: access preloaded dumpers also when stopped by a signalhjk2009-11-131-1/+3
* debugger: fix breakpoihnt deletion by using the context menu actionhjk2009-11-131-1/+1
* Debugger: Do not use LD_PRELOAD on Mac.Friedemann Kleint2009-11-122-2/+4
* don't track shared library events on gdb < 7, after all.Oswald Buddenhagen2009-11-121-0/+12
* debugger: let dumpers override reported inameshjk2009-11-121-1/+5
* always clear pending command queue before posting shutdown commandsOswald Buddenhagen2009-11-111-2/+2
* be more lenient when matching the stops at _startOswald Buddenhagen2009-11-111-16/+13
* Provide disambiguations for "unknown" stringJarek Kobus2009-11-101-3/+3
* Quote CDB_PATH.Tobias Hunger2009-11-101-1/+1
* track shared library events even on gdb < 7Oswald Buddenhagen2009-11-101-26/+31
* clear pending stream outputs after handling stop responseOswald Buddenhagen2009-11-101-0/+2
* actively try to obtain PID of non-pthread inferiors with gdb < 7 on linuxOswald Buddenhagen2009-11-104-7/+61
* further cleanups in less expected shutdown pathsOswald Buddenhagen2009-11-101-0/+4
* Cdb: Fix step out.Friedemann Kleint2009-11-102-43/+23
* debugger: use 'set substitute-path'hjk2009-11-093-0/+32
* Debugger: Activate code model scope checking, environment var for Trk verbosity.Friedemann Kleint2009-11-092-3/+11
* debugger: fix display of breakpoint markers in pluginshjk2009-11-061-0/+5