aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-1112-99/+266
|\
| * Debugger: Reword UnstartedAppWatcherDialog label stringhjk2014-03-101-3/+2
| * EditorManager: Add OpenEditorFlags to openEditorWithContentsTobias Hunger2014-03-074-7/+6
| * Debugger: Select topmost frame with usable data also with LLDBhjk2014-03-074-12/+52
| * Debugger: fix capitalization and punctuation of UI textLeena Miettinen2014-03-062-10/+10
| * Debugger: Move breakpoint markers with LLDBhjk2014-03-062-47/+56
| * Debugger: Add Run-in-Console for LLDBhjk2014-03-052-21/+141
| * Fix some typosSergio Ahumada2014-03-052-2/+2
* | Editors: Move id() from editor to document.Eike Ziller2014-03-053-5/+7
|/
* Debugger: remove platform ifdefs in terminal adapterhjk2014-03-041-9/+6
* Remove leading newline characters from translated messages.Friedemann Kleint2014-02-281-1/+1
* Debugger: Add start with step-into for LLDBhjk2014-02-281-0/+1
* Fix array format message in Debugger.Friedemann Kleint2014-02-281-4/+9
* Debugger: Re-work qt namespace detection with gdbhjk2014-02-282-51/+23
* Unify text on buttons that open the options dialogEike Ziller2014-02-252-2/+2
* Add a stack window menu entry to display QML stack frame.Friedemann Kleint2014-02-2512-5/+211
* Debugger: Do not enable QML-debugging by default for projects using C++.Friedemann Kleint2014-02-211-3/+5
* Utils: Compile winutils on all platformhjk2014-02-205-25/+7
* Debugger: Remove some needless winutils includehjk2014-02-201-6/+0
* Debugger: Fix disassembler parsing if print max-symbolic-offset is 1hjk2014-02-192-15/+33
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-192-22/+15
* Debugger: Fix non-decimal display of negative numbershjk2014-02-141-8/+37
* Debugger: Code cosmeticshjk2014-02-132-174/+150
* Debugger: Replace a few mainwindow uses with dialogparenthjk2014-02-122-9/+9
* Attach to unstarted ApplicationPetar Perisin2014-02-125-17/+534
* 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