summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Check if debuggers read from settings files are executable.Friedemann Kleint2014-01-291-4/+12
* Debugger: Move Python setup closer to debugger startuphjk2014-01-284-42/+21
* Debugger: Allow LLDB to start up in the presence of warningshjk2014-01-281-2/+0
* Debugger: Adjust "supported version" message to realityhjk2014-01-281-5/+4
* Debugger: Streamline encoding handlinghjk2014-01-231-4/+3
* Debugger: Remove knowledge of GdbEngine from Debugger protocolhjk2014-01-221-4/+0
* Fix compilation with Qt 5.0.0Orgad Shaneh2014-01-211-1/+1
* Debugger: Fix compilation for Qt4aportale2014-01-201-0/+2
* Debugger: Make the text of error message box selectableAlessandro Portale2014-01-161-0/+1
* QmlLiveTextPreview: Actually use a signal that is fired at text changesEike Ziller2014-01-161-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-156-7/+7
|\
| * Fix change-of-sign warning found by ICCThiago Macieira2014-01-103-4/+4
| * Windows: Fix stepping through Qt sources.Eike Ziller2014-01-101-2/+1
| * ios: speed up device debuggingFawzi Mohamed2014-01-082-1/+2
* | Debugger: Split type simplification into file of its ownhjk2014-01-157-264/+355
* | Debugger: Add libc++ std::unordered_set dumperhjk2014-01-151-126/+138
* | Debugger: Some workaround for strange clang debug infohjk2014-01-141-0/+18
* | Core: Merge Find and Locator into Core pluginhjk2014-01-144-7/+5
* | Debugger: Simplify display of std::shared_ptr<Foo>hjk2014-01-101-0/+5
* | Debugger: Make "debug last command" button work for LLDBhjk2014-01-092-0/+10
* | Debugger: Fix typoTakumi Asaki2014-01-091-2/+2
* | Add a few missing QDir::toNativeSeparators().Friedemann Kleint2014-01-091-3/+10
* | Debugger: Remove boost::shared_ptr<>::element_type noise from displayhjk2014-01-081-0/+5
* | Debugger: Add context menu option to save stack as *.tasks file.Friedemann Kleint2014-01-081-0/+35
* | Move the textual simplification of container type to debugger againhjk2014-01-083-3/+229
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-08186-191/+193
|\ \ | |/
| * Incremented year in copyright infoRobert Loehning2014-01-08199-199/+199
| * GDB: Support tempPath with whitespaceOrgad Shaneh2013-12-201-4/+4
| * lldbengine: fix attachPid checkFawzi Mohamed2013-12-191-1/+3
* | Debugger: Remove unused codehjk2014-01-072-43/+0
* | Debugger: Fix 'debugLastCommand'hjk2014-01-071-0/+4
* | Debugger: Remove some unused functions from WatchHandlerhjk2014-01-063-47/+0
* | Debugger: Remove support for non-Python GDBhjk2014-01-0619-2709/+273
* | Debugger: Simplify "debug last command"hjk2014-01-067-27/+28
* | Debugger: Make also individual formats persistenthjk2013-12-202-12/+30
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-2/+2
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-181-3/+9
|\ \ | |/
| * GDB: Fix inserting a breakpoint while application is runningOrgad Shaneh2013-12-161-3/+4
| * Debugger: Ignore "running" output when stop is requested.David Schulz2013-12-121-0/+5
* | Debugger: Add autoDetectionSource to DebuggerItems.El Mehdi Fekari2013-12-122-0/+12
* | Preferences: Add default implementation for filteringEike Ziller2013-12-108-238/+121
* | Move markableInterface() to ITextEditorDocumentEike Ziller2013-12-102-7/+7
* | Rename QString ITextEditorDocument::contents --> plainTextEike Ziller2013-12-101-4/+4
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-053-3/+14
|\ \ | |/
| * Debugger: Reset engine type and ABI for non-existing commandsTobias Hunger2013-12-041-0/+3
| * Debugger: Do not lose the engine type in the debuggeritemmodelTobias Hunger2013-12-042-0/+6
| * Debugger: Do not warn SOFT_ASSERT when no debugger is selectedTobias Hunger2013-12-041-1/+3
| * Fix custom dumper text edit tooltipJarek Kobus2013-12-041-2/+2
* | Fix tooltips' texts.jkobus2013-12-043-7/+7
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-031-0/+9
|\ \ | |/