summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-19185-3135/+2219
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-01-192-14/+21
|\
| * Debugger: Improve UnstartedAppWatcherDialog.Friedemann Kleint2016-01-142-14/+21
* | IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-1/+1
* | Rename Project::ExcludeGeneratedFilesUlf Hermann2016-01-132-4/+4
* | Qml Debugger: Support "evaluate" while engine is runningUlf Hermann2016-01-085-42/+21
* | Debugger: Refine newline replacement in status messageOrgad Shaneh2016-01-071-1/+1
* | Debugger: Better support for "raw" QByteArrays and char[]hjk2016-01-071-17/+43
* | Debugger: Mark pending C++ breakpoints with hour glass iconhjk2016-01-062-1/+9
* | Debugger: Work on WatchModel performancehjk2016-01-0615-766/+715
* | Debugger: Continue icon with clockwise pointing arrowAlessandro Portale2016-01-064-0/+0
* | Debugger: Replace newline with space in status messageOrgad Shaneh2016-01-051-1/+1
* | KitInformation: Add 'override' in derived classeshjk2016-01-051-7/+7
* | Debugger: Do not abort debugger on "Engine Ill" for coredumphjk2016-01-051-11/+13
* | Debugger: Fix magic dumper debugging aid for LLDBhjk2016-01-051-1/+1
* | Gdb: Use 'C' format for variable printingAndre Hartmann2016-01-051-0/+3
* | Merge remote-tracking branch 'origin/3.6'Oswald Buddenhagen2016-01-041-1/+1
|\ \ | |/
| * Debugger: Fix editing values in GDBhjk2015-12-171-1/+1
* | Debugger: Start separating different process environmentshjk2016-01-0411-25/+33
* | Utils::Icon: Make the style options flag basedAlessandro Portale2015-12-231-1/+1
* | GdbEngine: Fix typoAndre Hartmann2015-12-221-1/+1
* | Debugger: Split DebuggerEncoding enumhjk2015-12-216-302/+250
* | Debugger: Update tooltip referring to renamed viewRobert Loehning2015-12-181-1/+1
* | Debugger: Make display of QObject names optionalhjk2015-12-176-0/+21
* | Debugger: Remove unusued WatchData::displayType memberhjk2015-12-173-17/+1
* | Debugger: Show a warning if Python < 2.7 is usedhjk2015-12-162-1/+15
* | Updated Mode iconsAlessandro Portale2015-12-152-0/+0
* | Merge "Merge remote-tracking branch 'origin/3.6'"Eike Ziller2015-12-156-10/+22
|\ \
| * \ Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-12-156-10/+22
| |\ \ | | |/
| | * Debugger: Don't auto-enable QML debugging if LANG_QMLJS isn't setUlf Hermann2015-12-111-3/+5
| | * Debugger: Also escape special chars in elided displayed stringshjk2015-12-101-1/+1
| | * Debugger: Consider reason-less stop on Windows as terminal sigtrapOrgad Shaneh2015-12-091-1/+2
| | * Fix visibility of floating debug windowsEike Ziller2015-12-091-1/+5
| | * Use text settings instead of hard coded diagnostic text formatsMarco Bubke2015-12-091-4/+4
| | * Debugger: Force passing DYLD_.... environment variables to inferiorhjk2015-12-081-0/+5
* | | QML Inspector: Don't misinterpret objects with ID 0Ulf Hermann2015-12-154-21/+23
|/ /
* | Debugger: Move aspect data into separate structurehjk2015-12-152-45/+43
* | Debugger: Activate debug mode when loading is doneOrgad Shaneh2015-12-151-0/+2
* | Debugger: Use hex instead of base64 encoding for CDB debuggee outputhjk2015-12-153-10/+3
* | Debugger: Use hex instead of base64 encodinghjk2015-12-141-1/+1
* | Debugger: Fix qbs build.Christian Kandeler2015-12-101-1/+1
* | Debugger: Completely ignore *running message on WindowsOrgad Shaneh2015-12-091-6/+8
* | Debugger: Use PathChooser::pathChanged() signal in some places.Christian Kandeler2015-12-092-2/+2
* | Debugger: Modernize RemoteSetupResult constructionhjk2015-12-091-11/+4
* | Debugger: Don't reset script evaluator in QmlCppEngineUlf Hermann2015-12-091-1/+0
* | Move QmlConsole to Debuggerhjk2015-12-0924-47/+2224
* | Debugger: Output pending commands also on non-critical timeoutOrgad Shaneh2015-12-091-5/+5
* | Qml Inspector: Implement and use setObjectIdList()Ulf Hermann2015-12-091-0/+2
* | Debugger: Log connection failures to QML/JS consoleUlf Hermann2015-12-091-1/+1
* | Qml Inspector: Add some coding styleUlf Hermann2015-12-091-4/+2