summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Use new static ICore interface.hjk2012-01-2421-73/+53
* debugger: remove unneeded includehjk2012-01-241-1/+0
* debugger: move isCppBreakpoint to Breakpointhjk2012-01-247-19/+19
* debugger: remove SymbianDebugClient enumhjk2012-01-242-10/+2
* debugger: work on autotest integrationhjk2012-01-245-7/+129
* RemoteGdb: Fix setup for attaching via dialogKai Koehne2012-01-234-8/+17
* Debugger: Remove duplicated linesKai Koehne2012-01-231-2/+0
* debugger: compile fix in lldb supporthjk2012-01-202-1/+2
* debugger: do not disable updates on locals and expressionshjk2012-01-204-18/+2
* TC: Use FileName for debuggerCommand()Tobias Hunger2012-01-193-3/+3
* debugger: fix recent regression of non-persistent expanded watch itemshjk2012-01-192-4/+14
* Debugger: Fix runtime warning if QmlJsInspector plugin is not loadedKai Koehne2012-01-191-1/+1
* DebuggerEngine: Avoid warning when aborting in EngineShutdownRequested stateKai Koehne2012-01-191-0/+2
* QmlCppEngine: Fix warnings about invalid state changesKai Koehne2012-01-194-59/+175
* DebuggerEngine: Avoid warning when aborting in EngineSetupRequested stateKai Koehne2012-01-191-0/+3
* ScriptConsole: Keep HistoryAurindam Jana2012-01-181-11/+2
* debugger: enable forceful abort of mixed qml/cpp enginehjk2012-01-182-0/+8
* ScriptConsole: Show current contextAurindam Jana2012-01-183-10/+19
* ScriptConsole: Output of expressionAurindam Jana2012-01-182-45/+31
* debugger: don't allow L&E expansion while inferior runshjk2012-01-171-1/+1
* debugger: grey out Locals&Expressions when not accessiblehjk2012-01-174-2/+37
* debugger: handle RunToLine and JumpToLine in assemblerhjk2012-01-171-7/+14
* Use Utils::FileName in abiTobias Hunger2012-01-172-3/+3
* QmlCppEngine: Properly handle requestRemoteSetupCallsKai Koehne2012-01-172-5/+25
* QmlEngine: Move setup logic from setupInferior to setupEngineKai Koehne2012-01-171-21/+20
* debugger: show address of the target object when auto-dereferencinghjk2012-01-161-1/+1
* debugger: compile fixhjk2012-01-162-4/+5
* debugger: replace static capability check by something potentially dynamichjk2012-01-1623-111/+86
* ScriptConsole: RefactorAurindam Jana2012-01-163-47/+73
* Debugger: Fix method names in commentKai Koehne2012-01-131-1/+1
* debugger: compile fix with namespaceshjk2012-01-131-0/+2
* ScriptConsole: Filter debug outputAurindam Jana2012-01-132-14/+94
* debugger: better guess at engine capabilities in dummy enginehjk2012-01-132-1/+24
* Let Command construct its description (former defaultText) itself.Eike Ziller2012-01-121-6/+6
* debugger: we do not need the output of -stack-select-framehjk2012-01-121-1/+1
* debugger: sort entries in Windows->Views the same way as in the dock context ...hjk2012-01-123-2/+20
* QmlAdapter: Set the debug client when status is enabledAurindam Jana2012-01-121-1/+3
* debugger: also translate special strings when editing values in L&Ehjk2012-01-121-29/+32
* RemoteGdb: Request remote setup also if no start script should be usedKai Koehne2012-01-121-10/+8
* debugger: make Shift-F5 exit when debugging a core filehjk2012-01-111-2/+2
* QmlDebugging: Evaluating expressionAurindam Jana2012-01-111-62/+75
* QmlJSDebug: Add a Debug Message ClientAurindam Jana2012-01-114-5/+75
* ProjectExplorer: use enum instead of QString for run modehjk2012-01-114-26/+19
* ScriptConsole: Refactor extra selections codeAurindam Jana2012-01-101-11/+5
* debugger: fix regression in breakpoint context menuhjk2012-01-101-0/+2
* debugger: don't accept rich text in the gdb startup commandshjk2012-01-101-1/+1
* QmlDebugging: Remove BreakpointByFunctionAurindam Jana2012-01-091-6/+0
* changed mode of stub to Utils::ConsoleProcess::SuspendDavid Schulz2012-01-091-1/+8
* QmlDebugging: Implement RunToLine capabilityAurindam Jana2012-01-096-7/+68
* QmlDebugging: Breakpoint dataAurindam Jana2012-01-091-37/+50