OSDN Git Service

It's 2011 now.
[qt-creator-jp/qt-creator-jp.git] / src / plugins / debugger / debuggerrunner.cpp
2011-01-12 conIt's 2011 now.
2011-01-11 Friedemann KleintDebugger[New CDB]: Move from namespace Cdb to Internal.
2011-01-10 Friedemann KleintDebugger: Link (export checkconfiguration)
2011-01-10 hjkdebugger: remove engine type parameter from runcontrol...
2011-01-10 hjkdebugger: refactor debugger configuration check
2011-01-10 hjkintroduce a appendMessage overload not requiring the...
2011-01-10 Friedemann KleintDebugger: Header cleanup
2011-01-07 hjkruncontrols: use ProjectExplorrer::OutputFormat for...
2011-01-07 hjkmerge addToOutputWindow and addToOutputWindowInline
2011-01-07 Friedemann KleintDebugger: R.I.P. old CDB engine.
2011-01-07 hjkdebugger: compile fix, minor cleanup
2011-01-07 hjkdebugger move DebuggerStartParameters into file of...
2011-01-06 conMerge remote branch 'origin/2.1'
2011-01-05 conMerge remote branch 'origin/2.1'
2010-12-17 conMerge branch '2.1'
2010-12-17 conLicense headers.
2010-12-15 Kai KoehneQmlCppDebugging: Make sure command line args have space...
2010-12-15 hjkdebugger: comment cosmetics
2010-12-15 hjkdebugger: move sanity check from DebuggerRunControl...
2010-12-15 hjkdebugger: fix wrong assert when no engine could be...
2010-12-13 hjkdebugger: remove dead code
2010-12-10 hjkdebugger: structural cleanup remote debugging
2010-12-10 hjkdebugger: find better separation between runcontrol...
2010-12-10 hjkdebugger: minor cleanup
2010-12-10 conMerge remote branch 'origin/2.1'
2010-12-08 conMerge remote branch 'origin/2.1'
2010-12-06 hjkdebugger: remove unneeded function
2010-12-03 hjkdebugger: make more bits private
2010-12-02 hjkdebugger: move DebuggerMainWindow to debuggermainwindow...
2010-12-02 conMerge remote branch 'origin/2.1'
2010-12-01 Arvid Ephraim Piccianilldb: introduce dialog to start engine remotely
2010-11-30 conMerge remote branch 'origin/2.1' into master
2010-11-30 hjkdebugger: make breakpoint enables state visible in...
2010-11-29 Arvid Ephraim Piccianilldb: move away from local sockets to stdio coms
2010-11-26 Arvid Ephraim Piccianilldb: enable lldb through gui configure page
2010-11-26 Tobias HungerToolChain: Rename RVCT toolchains to RVCT2
2010-11-26 Friedemann KleintDebugger: Fix compilation, centralize breakpoint type...
2010-11-26 hjkdebugger: compile fix
2010-11-26 hjkdebugger: code cosmetics
2010-11-26 hjkdebugger: remove unneeded declarations
2010-11-26 hjkdebugger: code cosmetics
2010-11-25 conMerge remote branch 'origin/2.1'
2010-11-25 conMerge commit 'bd8b23d4bad4191367e7c5eb3297769a2477afec...
2010-11-23 Oswald BuddenhagenMerge remote branch 'origin/2.1'
2010-11-18 dtMerge remote branch 'origin/2.1'
2010-11-18 Friedemann KleintDebugger: Add new CDB-engine.
2010-11-17 Oswald Buddenhagenoverhaul process argument handling
2010-11-15 Oswald BuddenhagenMerge remote branch 'origin/2.1'
2010-11-15 hjkdebugger: Refactor breakpoint handling.
2010-11-12 dtProjectExplorer + Debugger: Move Debug Action to the...
2010-11-10 dtMerge remote branch 'origin/2.1'
2010-11-10 hjkdebugger: refactoring of the plugin interface
2010-11-09 Arvid Ephraim PiccianiExperimental lldb engine host
2010-11-04 Oswald BuddenhagenMerge remote branch 'origin/2.1'
2010-11-02 Friedemann KleintProjectExplor/Debugger: Header cleanup
2010-11-02 Christian KandelerMaemo: Use dynamic port list.
2010-11-02 conMerge remote branch 'origin/2.1'
2010-11-02 conMerge remote branch 'origin/2.1'
2010-11-01 Friedemann KleintProjectExplorer: Move ToolChainType enumeration into...
2010-10-25 Oswald BuddenhagenMerge remote branch 'origin/2.1'
2010-10-22 Friedemann KleintDebugger: Disable gdb post-mortem debugging on Windows.
2010-10-22 Friedemann KleintDebugger: Avoid crashes when no C++-engine is available.
2010-10-18 Oswald BuddenhagenMerge remote branch 'origin/2.1'
2010-10-15 Kai KoehneDebugger: Allow pure qml debugging if no C++ debugger...
2010-10-11 Bill KingMerge branch 'master' of scm.dev.nokia.troll.no:creator...
2010-10-11 Christian KammMerge remote branch 'origin/2.1'
2010-10-08 Kai KoehneMerge branch 'master' of scm.dev.nokia.troll.no:creator...
2010-10-05 Friedemann KleintDebugger[CDB]: Handle 'enabled' configuration setting.
2010-10-04 dtMerge remote branch 'origin/2.1'
2010-09-29 Jarek KobusTranslator corrections
2010-09-29 Friedemann KleintMerge remote branch 'origin/2.1'
2010-09-29 Friedemann KleintDebugger: Handle synchronous startup fail (Windows).
2010-09-29 Lasse HolmstedtQML Observer: Build together on runtime with debugging...
2010-09-27 dtApplicationRC: make exectuable() and co. return expande...
2010-09-24 Tobias HungerHandle environment variables when starting an application
2010-09-23 Tobias HungerMove ProjectExplorer::Environment to Utils::Environment
2010-09-20 Lasse HolmstedtQmlDebugging: Use -qmljsdebugger command line argument
2010-09-16 Christian KandelerMaemo: Support QML-only debugging.
2010-09-15 Kai KoehneQmlJsDebugger: Replace QDDesignView by QDViewObserver
2010-09-14 Friedemann KleintDebugger: Unexport GdbEngine, d-pointer for run control.
2010-09-13 Friedemann KleintDebugger: Move DebuggerEngine/QmlEngine/QmlCppEngine...
2010-09-13 Friedemann KleintDebugger: Un-export GdbAdapters.
2010-09-10 hjkdebugger: don't suppress previous error messages.
2010-09-08 Lasse HolmstedtQML Debugger: Mangle shadow build filenames
2010-09-08 Christian KandelerQML debugging: Adaptations for Maemo.
2010-09-03 Kai KoehneQml: Allow user to configure port used (all project...
2010-08-31 Lasse HolmstedtDebugger: Removed unused methods
2010-08-31 Lasse HolmstedtDebugger: Disable auto switching of debugger languages...
2010-08-31 Lasse HolmstedtDebugger UI: Removed debug language detection on mode...
2010-08-27 hjkdebugger: add a few lines to the Application Output...
2010-08-27 Lasse HolmstedtDebugger UI: Don't switch layout while debugging
2010-08-25 Lasse HolmstedtDebugger: Fixed missing variable init
2010-08-24 Lasse HolmstedtQml Debugger: Code style and cleanup
2010-08-24 Lasse HolmstedtQml Debugger: Enable debugging qml+cpp standalone appli...
2010-08-24 Friedemann KleintDebugger: Fix exit crash.
2010-08-24 Friedemann KleintDebugger: Fix Symbian.
2010-08-23 Kai KoehneMerge branch '2.0' of scm.dev.nokia.troll.no:creator...
2010-08-20 Friedemann KleintS60: Dis-embed the embedded run S60 debugger run control.
2010-08-20 Friedemann KleintDebugger: Refactor run control termination.
2010-08-18 hjkMerge remote branch 'origin/2.0'
next