aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Fix uninitialized variablehjk2014-12-051-2/+2
* Debugger: Add MSVC runtime module name for VC 12.David Schulz2014-12-011-1/+3
* Fix QML watch expressions for v8Kai Koehne2014-12-012-10/+6
* Debugger: Handle remote setup failure in remote state transitionshjk2014-11-271-0/+1
* Debugger: Fix parsing of single-shot breakpoints from GDB responsehjk2014-11-271-0/+2
* Debugger: Fix engine state after "unreasonable jump requests"hjk2014-11-271-0/+8
* Debugger: Use Qt5 style disconnectChristian Stenger2014-11-261-2/+2
* Debugger: Fix Attach to Unstarted Application.David Schulz2014-11-262-3/+21
* Debugger: Reset "Load system GDB pretty printer" option againhjk2014-11-191-3/+3
* Debugger: Rename Debugger:EngineType to Debugger:Typehjk2014-11-181-1/+1
* Debugger: Add variables for compiler and debugger display namehjk2014-11-181-0/+6
* Debugger: Remove a soft assert in a valid LLDB code pathhjk2014-11-171-1/+2
* Debugger: Introduce "Close memory buffers on exit" optionhjk2014-11-174-22/+39
* Debugger: Don't retrieve full stack on frame switch with LLDBhjk2014-11-171-1/+2
* Core: Introduce ICore::{add,remove}AdditionalContextOrgad Shaneh2014-11-172-10/+8
* Debugger: Tooltip timing workarounds.hjk2014-11-151-37/+75
* Debugger: Make pinned tooltips a frameless Tool windowhjk2014-11-151-1/+1
* Debugger: Fix unpinned tooltip expansionhjk2014-11-151-4/+10
* Debugger: Fall back to assembler in LLDBhjk2014-11-152-7/+9
* Debugger: Use line information to find matching scopes for tooltipshjk2014-11-154-39/+40
* Debugger: Re-enable tooltips for non-local values for LLDBhjk2014-11-151-2/+0
* Debugger: Mention that LLLDB stderr output is unexpectedhjk2014-11-151-3/+2
* Debugger: Handle inferior start failing in LLDBhjk2014-11-151-0/+2
* Debugger: Mention python executable in log output start messagehjk2014-11-151-1/+1
* Debugger: Pinned LLDB tooltip stepping with out-of-source buildshjk2014-11-141-2/+10
* Debugger: Fix async tooltip handlinghjk2014-11-1411-403/+426
* Debugger: Make most of tooltip label a handle for dragging.hjk2014-11-101-1/+2
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-102-3/+0
* Fix compilation with Qt 5.3Orgad Shaneh2014-11-102-5/+9
* Debugger: Rename hide to hideAllToolTips in tooltipmanager.cpphjk2014-11-071-5/+5
* Debugger: Simplify debuggertooltipmanager.hhjk2014-11-072-295/+269
* Debugger: Expose WatchModel signalshjk2014-11-075-124/+91
* Debugger: Fix number of appearances of data watch pointshjk2014-11-071-1/+4
* Debugger: Do not directly call Engine::notify() functions from other threadshjk2014-11-041-2/+1
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-033-6/+6
* Fix debugging in iOS SimulatorEike Ziller2014-10-301-0/+3
* Cdb: Replace postCommand("g") with doContinueInferior.David Schulz2014-10-281-3/+3
* Debugger engine types: Add note about keeping compatibilityEike Ziller2014-10-281-0/+2
* Debugger: Fix crash after creator shutdownDavid Schulz2014-10-281-1/+1
* Debugger: Fix attach external application.David Schulz2014-10-281-4/+2
* Debugger: notify engine if remote process finishes on androidUlf Hermann2014-10-241-0/+2
* Debugger: Replace debuggerCore() by equivalent free functionshjk2014-10-2320-244/+255
* Remove KitInformationMacroExpanderhjk2014-10-231-1/+0
* Fix MSVC2010 compilationOrgad Shaneh2014-10-231-1/+1
* Debugger: Use Qt5-style connects in DebuggerKitConfigWidgethjk2014-10-223-12/+14
* Capitalize macro nameshjk2014-10-221-1/+1
* Debugger: Remove the special do-nothing-if-not-moved far enoughhjk2014-10-222-35/+10
* Make expanders work with subexpandershjk2014-10-212-9/+7
* Debugger: Go back to normal after attempting to kill GDBhjk2014-10-211-0/+2