summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-1211-45/+15
* Debugger: Skip non-executable auto-detected debuggersChristian Stenger2014-02-111-1/+1
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-5/+11
* Debugger: Update executable filename from core if possiblehjk2014-02-104-9/+25
* Make QmlJSEditor and QmlJSEditorWidget internalEike Ziller2014-02-101-1/+1
* Debugger: Make 'Jump to Address' work with LLDBhjk2014-02-101-2/+5
* Debugger: Run to line for LLDBhjk2014-02-101-2/+11
* Debugger: Fix "Jump to Line" for LLDBhjk2014-02-061-1/+1
* Debugger/LLDB: Fix build on Windows.Friedemann Kleint2014-02-051-0/+8
* Debugger: Pass command line parameters with LLDBhjk2014-02-042-2/+21
* Debugger: Allow incremental expansion of large stackshjk2014-02-031-2/+11
* Debugger: Make a few more GDB tests pass on Machjk2014-01-311-0/+2
* 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