summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Decouple combined engine rampdown furtherhjk2019-01-281-2/+0
* Debugger: Switch default positions of preset paneshjk2019-01-181-3/+3
* Fix that debugger tooltips were overridden by editor tooltipsEike Ziller2019-01-141-1/+0
* Debugger: Fix "Debugger font size follows main editor"hjk2019-01-101-1/+1
* Debugger: Fix step into after switching operate by instructionDavid Schulz2019-01-081-1/+1
* Debugger: Update global breakpoint line and filehjk2018-12-191-0/+4
* Kit Preferences: Avoid possibly huge horizontal detail widget sizeEike Ziller2018-12-181-0/+1
* Debugger: Use toolbar stop icon in toolbarhjk2018-12-141-1/+1
* Debugger: Make LLDB startup failures more verbosehjk2018-12-112-9/+15
* GDB: Don't reset breakpoint when line numbers differAaron Barany2018-12-111-9/+11
* Debugger: Fix switching to previous mode on exitAaron Barany2018-12-104-1/+17
* Debugger: Remove obsolete function declationAaron Barany2018-12-101-1/+0
* Debugger: do not show warning on remote debugging sessionDavid Schulz2018-12-071-1/+4
* Debugger: Fix unexpected state transitions with GDBhjk2018-11-301-0/+1
* Debugger: Work around scrambled dock widget layoutshjk2018-11-301-3/+32
* Debugger: Fix perspective combobox activationhjk2018-11-281-1/+6
* Debugger: Fix thread switcher combobox to show current threadAlexandru Croitor2018-11-271-0/+5
* Debugger: Remove unused NativeMixedCapabilityOrgad Shaneh2018-11-192-3/+1
* GDB: Support operate by instruction also for core dumpOrgad Shaneh2018-11-191-25/+19
* GDB: Enable adding expressions for core dumpOrgad Shaneh2018-11-141-0/+1
* Debugger: Fix translation contextsRobert Loehning2018-11-142-4/+7
* Debugger: Fix display of location marker when switching perspectiveshjk2018-11-144-18/+20
* Debugger: Add some labels to the preset viewshjk2018-11-141-0/+12
* Debugger: Silence soft assertChristian Stenger2018-11-131-4/+5
* Debugger: Make validateExecutable a validateRunParametershjk2018-11-132-11/+4
* Debugger: Fix cut-and-pastohjk2018-11-131-7/+0
* Debugger: Fix handling of some actions after multiinferior splithjk2018-11-133-32/+76
* Debugger: Fix fetching memoryDavid Schulz2018-11-121-1/+1
* Debugger: Fix assignment to QString etc with LLDBhjk2018-11-121-2/+4
* Debugger: Do not pretendhjk2018-11-121-1/+3
* Debugger: Remove unused function declarationsOrgad Shaneh2018-11-122-3/+0
* Debugger: Fix MSVC warningOrgad Shaneh2018-11-121-1/+1
* Debugger: Simplify codehjk2018-11-093-20/+7
* Debugger: Code cosmeticshjk2018-11-091-40/+0
* Debugger: Move some constants to more local scopeshjk2018-11-092-6/+2
* Debugger: Ignore bogus signal number on QNXhjk2018-11-091-0/+2
* Debugger: Use the toolbar version of start debug icon on the toolbarAlessandro Portale2018-11-091-1/+1
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-1/+1
* Debugger: Fix LLDB start with complex command lineshjk2018-11-081-7/+2
* Debugger: Use a QPointer for the thread switcherhjk2018-11-072-9/+21
* Debugger: Split expressions and locals and anchor Registers to LocalsOrgad Shaneh2018-11-071-2/+2
* Debugger: Fix conflict of "Start and Break on Main" and "Step Over"Eike Ziller2018-11-071-1/+4
* Debugger: Silence breakpoint state transition warninghjk2018-11-071-2/+3
* Debugger: Fix version parsing for LLDBhjk2018-11-071-1/+1
* Debugger: Implement disabling/enabling subbreakpoints with LLDBhjk2018-11-063-3/+24
* Make the currently visible debugger UI define the behavior of F5Eike Ziller2018-11-051-4/+10
* Debugger: Remove unused DebuggerEngine::handleCommand declarationhjk2018-11-051-2/+0
* Debugger: use requested file and line for pending breakpointshjk2018-11-051-14/+7
* Debugger: Use engine specific contexts for delegating actionsEike Ziller2018-10-255-186/+132
* Fix missing translation contextsEike Ziller2018-10-252-6/+7