summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/gdb/gdbengine.h
Commit message (Expand)AuthorAgeFilesLines
* debugger: make handling multiple core files a bit more convenienthjk2010-02-031-0/+9
* debugger: fall back to instructionwise stepping when debuginfo for frame ishjk2010-02-011-2/+3
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\
| * debugger: gracefully handle commands that might not produce outputcon2010-01-061-5/+9
| * debugger: make watchdog timeout configurablecon2010-01-061-1/+0
| * debugger: make use of full source file list optionalhjk2010-01-061-0/+4
* | debugger: more python/non-python splittinghjk2010-01-211-3/+15
* | debugger: remove injection loading.hjk2010-01-211-1/+1
* | debugger: start splitting off python and non-python specific bitshjk2010-01-211-20/+29
* | debugger: workaround failing 'info locals' on gdb 6.8-symbianelfhjk2010-01-151-0/+3
* | Fix typosTobias Hunger2010-01-111-1/+1
* | debugger: refactoring, use QByteArray instead of QString when appropriatehjk2010-01-051-6/+6
* | debugger: make gdb-6.8-symbianelf workhjk2010-01-041-0/+1
* | debugger: gracefully handle commands that might not produce outputhjk2009-12-111-3/+7
* | debugger: Remove EmbedToken fglag for gdb commands.hjk2009-12-111-1/+0
* | debugger: make watchdog timeout configurablehjk2009-12-091-1/+0
* | debugger: make use of full source file list optionalhjk2009-12-091-0/+4
* | debugger: allow the user to hide the std:: and Qt's namespacehjk2009-11-251-0/+1
|/
* actively try to obtain PID of non-pthread inferiors with gdb < 7 on linuxOswald Buddenhagen2009-11-101-0/+2
* add timeout handling for gdb commandsOswald Buddenhagen2009-11-031-0/+4
* Debugger: Use LD_PRELOAD to load debugging helper.Friedemann Kleint2009-11-031-2/+3
* fix shutdowns triggered while inferior is not stoppedOswald Buddenhagen2009-11-021-2/+4
* flush queued commands on non-fatal continuation failuresOswald Buddenhagen2009-11-021-0/+1
* terminal adapter: make skipping of initial SIGSTOPs more reliableOswald Buddenhagen2009-10-301-0/+4
* debugger: list registers only after we have a known targethjk2009-10-301-1/+1
* do not post source & module list query commands too earlyOswald Buddenhagen2009-10-291-0/+2
* missed some functions while marking iface impls with virtualOswald Buddenhagen2009-10-291-6/+6
* couple breakpoint listing with source listingOswald Buddenhagen2009-10-291-1/+0
* integrate handleStop2 into handleStop1Oswald Buddenhagen2009-10-291-2/+0
* make sure that symgdb 6.4 "fullnames" are fully normalizedOswald Buddenhagen2009-10-291-0/+5
* eliminate handleDebuggingHelperValue1()Oswald Buddenhagen2009-10-271-1/+0
* protect against recursing into handleResponseOswald Buddenhagen2009-10-271-0/+1
* debugger: prevent endless recursion due to broken dumpershjk2009-10-271-3/+1
* S60/Debugger: Add Bluetooth starter to DebuggerFriedemann Kleint2009-10-261-1/+3
* improve breakpoint settingOswald Buddenhagen2009-10-231-0/+6
* eliminate desperate attempts to keep short-long filename mapping completeOswald Buddenhagen2009-10-231-2/+0
* avoid copy of GdbResponse structOswald Buddenhagen2009-10-231-1/+1
* run-time detection of apple gdbOswald Buddenhagen2009-10-221-1/+2
* re-add debug-in-terminal in form of a new gdb adapterOswald Buddenhagen2009-10-201-0/+1
* fix initial breakpoint settingOswald Buddenhagen2009-10-201-1/+3
* fix shutdown pathsOswald Buddenhagen2009-10-201-4/+7
* group declarations logicallyOswald Buddenhagen2009-10-201-155/+163
* remove dead codeOswald Buddenhagen2009-10-201-3/+0
* Debugger: Use the code model to detect unitialized variables.Friedemann Kleint2009-10-161-2/+4
* debugger: work on autotestshjk2009-10-141-0/+2
* -gdb-exit has a special return code as wellOswald Buddenhagen2009-10-131-1/+2
* fold preparing inferior into starting inferiorOswald Buddenhagen2009-10-131-2/+0
* remove dead codeOswald Buddenhagen2009-10-131-4/+0
* comment out handleExecRunToFunction()Oswald Buddenhagen2009-10-131-1/+1
* add docu to GdbCommandFlag valuesOswald Buddenhagen2009-10-121-5/+5