summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debugger: Improve breakpoint debug output.Friedemann Kleint2011-03-161-16/+45
* debugger: refactor watch point lookuphjk2011-03-011-1/+2
* Debugger: Change UseFullPath setting to an enumeration.Friedemann Kleint2011-02-171-3/+3
* Debugger: Documentation work on qtcreatorcdbext/Debugger.Friedemann Kleint2011-02-041-1/+14
* Debugger: Add 'command[s]' to breakpoints, polish BP dialogs.Friedemann Kleint2011-02-041-1/+3
* Debugger: Add a module to breakpoint.Friedemann Kleint2011-02-021-2/+3
* 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-2/+5
* | debugger: thread 0 is valid for cdb. so use -1 as 'any' valuehjk2010-12-141-1/+1
* | debugger: make "threadspec" an int instead of a bytearrayhjk2010-11-301-1/+1
* | debugger: less magic state transitions in the break handlerhjk2010-11-301-1/+1
* | debugger: small usability fixes for dissassembler, breakpoint view, locationhjk2010-11-241-13/+13