aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* Debugger: make BreakpointParameters::fileName a Utils::FilePathDavid Schulz2020-01-061-2/+4
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-74/+11
* Debugger: ModernizeAlessandro Portale2018-07-251-4/+4
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-6/+5
* Debugger: Introduce enum for columns in breakpoint viewhjk2016-06-071-0/+12
* Wholesale conversion to #pragma oncehjk2016-03-301-5/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Fix enable state of breakpoint command text fieldhjk2015-07-171-17/+17
* Debugger: Partially merge Breakpoint{Model,Response}Id implementationhjk2015-06-121-38/+14
* Debugger: avoid warningsNikita Baryshnikov2015-06-111-3/+0
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Remove unused codehjk2015-02-041-2/+0
* | Debugger: Re-work breakpoint storage handlinghjk2015-01-151-3/+0
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Debugger: Add basic breakpoint handling and stepping to LLDB backendhjk2013-04-101-4/+6
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-2/+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-1/+6
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlDebugger: Refactor QML Signal HandlerAurindam Jana2012-04-161-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* debugger: move isCppBreakpoint to Breakpointhjk2012-01-241-0/+1
* 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/+1
* V8DebuggerClient: Enable breakpoints on ExceptionsAurindam Jana2011-10-111-1/+2
* Debugger: Change BreakpointOnSignalHandler to BreakpointOnQMLSignalHandlerAurindam Jana2011-09-301-1/+1
* JSDebugger: Enable break on events.Aurindam Jana2011-09-161-1/+2
* debugger: only update location when the information gets betterhjk2011-07-041-1/+1
* debugger: don't duplicated "full name" information in break responsehjk2011-07-041-1/+0
* Debugger: Add infrastructure for message tracepoints.Friedemann Kleint2011-06-271-1/+3
* debugger: split BreakpointIndex into plugin and debugger specific parthjk2011-06-271-20/+64
* debugger: handle results of manual break commandshjk2011-06-271-0/+1
* debugger: rewrite parser for cli sub-breakpoint notificationshjk2011-06-221-3/+4
* debugger: display "sub-breakpoints"hjk2011-06-201-1/+40
* debugger: change "watchpoint" to "data breakpoint" also in the class docshjk2011-05-161-3/+3
* debugger: work on watchpoints (or, "data breakpoints" as they are called now)hjk2011-05-101-1/+1
* debugger: introduce watchpoint-by-expressionhjk2011-05-091-14/+19
* Fix/add copyright headersTobias Hunger2011-05-061-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-0/+30
|/
* debugger: add possibility to break on fork, vfork, exec, syscallhjk2011-03-041-0/+4
* debugger: polish breakpoint locationshjk2011-03-021-1/+2
* debugger: refactor watch point lookuphjk2011-03-011-0/+3