summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-2/+2
* Fix warning: "Unused non-trivial variable"Alessandro Portale2019-01-171-1/+0
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* Debugger: Privatize GdbMi::m_childrenhjk2018-09-261-1/+1
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-127/+186
* Debugger: Code cosmeticshjk2018-05-311-2/+2
* Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-251-2/+2
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-23/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Permit the use of the QML debugger on non JS/QML filesJean Gressmann2015-09-231-3/+11
* Debugger: Partially merge Breakpoint{Model,Response}Id implementationhjk2015-06-121-72/+28
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Remove unused codehjk2015-02-041-12/+0
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix some include statements.Christian Kandeler2013-09-041-1/+1
* Debugger: Add basic breakpoint handling and stepping to LLDB backendhjk2013-04-101-3/+16
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-1/+0
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* debugger: add support for temporary breakpointshjk2012-08-211-15/+17
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlDebugger: Refactor QML Signal HandlerAurindam Jana2012-04-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: move isCppBreakpoint to Breakpointhjk2012-01-241-0/+15
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-4/+4
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Debugger: Prevent adding invalid breakpoints.Friedemann Kleint2011-10-201-0/+27
* V8DebuggerClient: Enable breakpoints on ExceptionsAurindam Jana2011-10-111-0/+1
* Debugger: Change BreakpointOnSignalHandler to BreakpointOnQMLSignalHandlerAurindam Jana2011-09-301-1/+1
* JSDebugger: Enable break on events.Aurindam Jana2011-09-161-0/+1
* debugger: only update location when the information gets betterhjk2011-07-041-2/+8
* debugger: don't duplicated "full name" information in break responsehjk2011-07-041-3/+0
* Debugger [CDB]: Fix module resolution.Friedemann Kleint2011-06-301-0/+7
* Debugger: Add infrastructure for message tracepoints.Friedemann Kleint2011-06-271-0/+4
* debugger: split BreakpointIndex into plugin and debugger specific parthjk2011-06-271-15/+73
* debugger: handle results of manual break commandshjk2011-06-271-0/+9
* debugger: rewrite parser for cli sub-breakpoint notificationshjk2011-06-221-7/+29
* debugger: display "sub-breakpoints"hjk2011-06-201-2/+48
* debugger: introduce watchpoint-by-expressionhjk2011-05-091-1/+4
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Debugger: Fix editing breakpoint conditions.Friedemann Kleint2011-05-021-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Merge remote branch 'origin/2.2'con2011-04-011-1/+1
|\ \ | |/
| * debugger: Merge 'fork' and 'vfork' breakpointshjk2011-03-291-1/+1
* | febugger: prepare for saner handling of changed breakpointshjk2011-03-291-13/+34
|/
* debugger: code cosmetics, fix warningshjk2011-03-221-12/+12