aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugger: move watchpoint convenience functions to breakhandlerhjk2012-06-041-0/+27
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-071-1/+3
|\
| * BaseTextMark: Use (explicit) two phase initilizationDaniel Teske2012-05-031-1/+3
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-04-271-2/+4
|\|
| * debugger: fix crash when enabling/disabling a breakpoint without a markerhjk2012-04-271-2/+4
* | QmlDebugger: Refactor QML Signal HandlerAurindam Jana2012-04-161-2/+2
|/
* BaseTextMark: Support renaming filesDaniel Teske2012-04-051-0/+8
* debugger: fix handling of watchpoint notification with gdb 7.4hjk2012-03-191-12/+16
* BreakpointMarkes, simplfy icon updatesDaniel Teske2012-03-091-4/+8
* Debugger: use QString::fromLatin1 instead of QString::fromAsciiDenis Mingulov2012-02-161-3/+3
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* debugger: replace static capability check by something potentially dynamichjk2012-01-161-6/+0
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-2/+2
* Fix warningTobias Hunger2011-11-241-0/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* | debugger: fix manual changing of breakpoint line numbershjk2011-11-041-10/+6
* | debugger: better breakpoint state handlinghjk2011-10-281-0/+2
|/
* Debugger: Prevent adding invalid breakpoints.Friedemann Kleint2011-10-201-2/+10
* V8DebuggerClient: Enable breakpoints on ExceptionsAurindam Jana2011-10-111-0/+2
* QmlJsDebugger: Handle Breakpoint states correctly.Aurindam Jana2011-10-051-1/+3
* Debugger: Change BreakpointOnSignalHandler to BreakpointOnQMLSignalHandlerAurindam Jana2011-09-301-2/+2
* debugger: take actual breakpoints into account for source locationshjk2011-09-291-0/+13
* tr()-Fixes for 2.4Friedemann Kleint2011-09-261-1/+1
* JSDebugger: Enable break on events.Aurindam Jana2011-09-161-0/+2
* New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)Kai Koehne2011-07-291-1/+1
* debugger: don't duplicated "full name" information in break responsehjk2011-07-041-3/+3
* debugger: prevent double insertion of breakpoint markershjk2011-06-271-22/+16
* Fix gcc warning.Christian Kandeler2011-06-271-1/+1
* Debugger: Add infrastructure for message tracepoints.Friedemann Kleint2011-06-271-0/+12
* debugger: move updateMarker from BreakHandler to BreakpointItemhjk2011-06-271-37/+31
* debugger: workaround for not-updated markershjk2011-06-271-3/+10
* debugger: improve handling of subbreakpoints in gdb 7.2 and earlierhjk2011-06-271-13/+22
* debugger: split BreakpointIndex into plugin and debugger specific parthjk2011-06-271-88/+88
* debugger: handle results of manual break commandshjk2011-06-271-6/+54
* debugger: rewrite parser for cli sub-breakpoint notificationshjk2011-06-221-28/+38
* debugger: display "sub-breakpoints"hjk2011-06-201-28/+132
* debugger: fix a case of "overcompensation" when correcting breakpoint lineshjk2011-06-071-1/+3
* debugger: update bp target line when editing file while engine runninghjk2011-06-011-5/+7
* debugger: derive breakpoint model from QAbstract*, not QTable*hjk2011-05-111-4/+16
* debugger: disable address related breakpoints on debugger exithjk2011-05-111-12/+16
* Debugger[CDB]: Move breakpoint back from corrected location.Friedemann Kleint2011-05-111-3/+10
* Debugger: Move breakpoint back from corrected location.Friedemann Kleint2011-05-101-3/+0
* debugger: work on watchpoints (or, "data breakpoints" as they are called now)hjk2011-05-101-2/+7
* debugger: introduce watchpoint-by-expressionhjk2011-05-091-4/+14
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Debugger: Separate internal constants.Friedemann Kleint2011-04-211-0/+1
* Merge remote branch 'origin/2.2'con2011-04-181-27/+28
|\
| * debugger: silence debug output for unrecognized temporary breakpointshjk2011-04-151-27/+28