aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debugger: Change UseFullPath setting to an enumeration.Friedemann Kleint2011-02-171-1/+9
* Debugger: Documentation work on qtcreatorcdbext/Debugger.Friedemann Kleint2011-02-041-20/+19
* Debugger: Add 'command[s]' to breakpoints, polish BP dialogs.Friedemann Kleint2011-02-041-0/+1
* Debugger: Add a module to breakpoint.Friedemann Kleint2011-02-021-0/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | debugger: start with some infrastructure for tracepoint supporthjk2010-12-161-1/+4
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-2/+2
* | debugger: make "threadspec" an int instead of a bytearrayhjk2010-11-301-1/+1
* | debugger: move BreakpointId to the Debugger::Internal namespacehjk2010-11-181-3/+2
* | debugger: first step to re-enable breakpoint location update.hjk2010-11-181-0/+1
* | debugger: replace BreakpointPending state with a flag in BreakpointResponsehjk2010-11-161-1/+1
* | debugger: breakpoint code cosmeticshjk2010-11-161-1/+1
* | debugger: remove intermediate BreakpointData stucture layerhjk2010-11-161-59/+6