summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/cdb
Commit message (Expand)AuthorAgeFilesLines
* Cdb: Just print debug output when requested.David Schulz2015-09-011-1/+1
* Cdb: Clear output buffer after assigning it to the response.David Schulz2015-09-011-9/+9
* Debugger: fix metatype declaration macro usageNikita Baryshnikov2015-08-281-3/+0
* Debugger: Make (sub-)registers editablehjk2015-08-281-1/+1
* Cdb: Replace CdbCommand with DebuggerCommand.David Schulz2015-08-282-194/+176
* Cdb: Store pending commands in an Hash.David Schulz2015-08-282-37/+18
* Cdb: Unify builtin and extension command queue.David Schulz2015-08-282-19/+16
* Cdb: Replace CdbResponse with DebuggerResponse.David Schulz2015-08-282-187/+169
* Cdb: Simplify storing split cdb replies.David Schulz2015-08-282-43/+43
* Cdb: Remove the command from the response.David Schulz2015-08-272-30/+30
* Cdb: Pass the breakpoint id to the command handler.David Schulz2015-08-272-32/+23
* Cdb: Remove command sequences.David Schulz2015-08-272-85/+34
* Cdb: Unify the cdb builtin and extension command reply.David Schulz2015-08-253-54/+40
* Cdb: Unify posting commands to the cdb process.David Schulz2015-08-251-8/+4
* Cdb: Remove unused CdbCommand member.David Schulz2015-08-251-7/+5
* Cdb: Print output of user commands to the debugger log.David Schulz2015-08-251-4/+5
* Cdb: Print out user debugger commands to the log.David Schulz2015-08-252-92/+81
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-201-2/+2
|\
| * Preferences: Options pages need unique IDsEike Ziller2015-08-101-2/+2
* | Debugger: Add "override" modifier.Christian Kandeler2015-08-171-50/+51
|/
* Debugger: Simplify removal of outdated L&E itemshjk2015-07-071-2/+2
* Cdb: Inform the engine about an inferior exit.David Schulz2015-07-071-0/+2
* Cdb: Remove the symbol path dialog popup.David Schulz2015-07-061-4/+0
* CDB: Don't show status messages for set thread name exceptions.David Schulz2015-07-021-4/+6
* CDB: Add status messages for loaded modules.David Schulz2015-07-021-1/+8
* Debugger: Mark two strings in the CdbEngine translatablehjk2015-06-261-2/+2
* Debugger: Rework start parameter completion.hjk2015-06-251-3/+3
* CDB: Fix expanding watchers.David Schulz2015-06-241-2/+3
* CDB: Stop locals progress indicator when command failed.David Schulz2015-06-241-1/+1
* CDB: Print non extension output when verbose log is enabled.David Schulz2015-06-241-0/+2
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-06-171-0/+2
|\
| * support Visual Studio 2015Joerg Bornemann2015-06-151-0/+2
* | Debugger: Move watchHandler()->notifyUpdateStarted() to doUpdateLocalshjk2015-06-171-0/+3
* | Cdb: Unify local and watch handling.David Schulz2015-06-152-110/+47
* | Cdb: Update locals via doUpdateLocals form DebuggerEngine.David Schulz2015-06-112-4/+3
* | Debugger: Remove the boolean parameter to CdbEngine::updateLocals()hjk2015-06-112-8/+7
* | Debugger: Consolidate GDB and LLDB "updateLocals" code pathshjk2015-06-102-2/+2
* | Debugger: More Debugger{Start,Run}Parameter separationhjk2015-06-091-3/+3
* | Cdbext: Add option to return alphabetically sorted locals.David Schulz2015-06-052-0/+8
* | Debugger: Split off runtime-only items from DebuggerStartParametershjk2015-05-282-33/+33
* | Debugger: Use unified locals update in the cdbengine.David Schulz2015-05-221-20/+11
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-072-43/+10
|\ \ | |/
| * CDB: Unify handling of stopped debugger process.David Schulz2015-04-282-43/+5
| * Debugger: Fix Step into for unreachable frame source.David Schulz2015-04-271-0/+5
* | TreeModel: More API cleanuphjk2015-04-221-1/+1
|/
* Debugger: Re-organize passing of display formatshjk2015-03-231-5/+9
* Debugger: Convert some connections to Qt 5 stylehjk2015-03-201-8/+8
* Debugger: Remove most remaining occurrences of WatchDatahjk2015-03-202-22/+23
* Debugger: Remove new watch window timer from public interfacehjk2015-03-171-2/+2
* Debugger: Show progress indicator while updating locals.David Schulz2015-03-161-0/+2