aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugger: support for per-thread breakpointshjk2010-04-301-19/+85
* debugger: more breakpoint refactoringhjk2010-04-121-11/+0
* debugger: move toggleBreakpoint() from DebuggerManager to DebuggerPluginhjk2010-04-091-5/+0
* debugger: refactoring of breakpoint creationhjk2010-04-091-20/+1
* debugger: basic support for address-based breakpointshjk2010-04-091-8/+26
* debugger: move breakpoint marker to the line where the breakpoint will behjk2010-03-261-34/+51
* debuggger: code cosmeticshjk2010-03-261-42/+52
* Avoid pulling in the svg plugin.con2010-03-051-3/+3
* Long live the king!hjk2010-03-051-1/+1
* debugger: remove accidentally checked-in debugging codehjk2010-02-111-2/+0
* debugger: some basic support for 'catch catch' and 'catch throw'hjk2010-02-111-3/+5
* debugger: re-introduce reminderhjk2010-02-111-0/+6
* Removed static QIcon instances.Friedemann Kleint2010-02-101-23/+20
* QmlDesigner.propertyEditor: renaming Clips to Clips content (Nigel)Thomas Hartmann2010-02-041-1/+1
* QmlDesigner: new resources (images)Thomas Hartmann2010-02-041-1/+1
* debugger: remove standalone optionhjk2010-02-041-1/+1
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-5/+5
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-5/+5
* | debugger: add some helper function to debug breakpointshjk2010-01-211-0/+21
* | debugger: refactoring, use QByteArray instead of QString when appropriatehjk2010-01-051-7/+7
|/
* Debugger: Ignore case of file name in breakpoint handling on Windows.Friedemann Kleint2009-12-151-2/+14
* debugger: make 'address column' in stack and breakpoint view optionalhjk2009-10-011-7/+9
* act on http://bugreports.qt.nokia.com/browse/QTCREATORBUG-123hjk2009-09-231-1/+3
* debugger: formattinghjk2009-09-151-10/+20
* debugger: create a disassembler view as main editorhjk2009-08-171-7/+13
* long live the kinghjk2009-08-141-1/+1
* Improve error logging of CDB breakpoint setting.Friedemann Kleint2009-06-301-17/+34
* make the bounds check in BreakpointHandler::at() an assertOswald Buddenhagen2009-06-231-2/+0
* reset all variables in resetBreakpoints()Oswald Buddenhagen2009-06-231-0/+7
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* debugger: let the breakpoint view handle multiple items at oncehjk2009-06-111-1/+1
* less inefficientOswald Buddenhagen2009-06-101-1/+4
* debugger: rename resource path for generic images from 'gdbdebugger' to 'debu...hjk2009-05-191-3/+3
* Fixed breakpoints for CDB.Friedemann Kleint2009-05-121-17/+36
* debugger: use short paths by default for setting breakpointshjk2009-05-111-1/+23
* debugger: introduce enabling/disabling of breakpointshjk2009-04-281-15/+80
* Continued CDB breakpoint handling.Friedemann Kleint2009-04-081-0/+8
* Fixes: debugger: make loading list of source files optionalhjk2009-03-101-1/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* some QTC_ASSERT polishinghjk2008-12-091-1/+2
* move plugins/debugger/assert.h -> /libs/utils/qtcassert.hhjk2008-12-091-1/+1
* rename QWB_ASSERT into QTC_ASSERThjk2008-12-091-2/+2
* Fix small leak on exit.hjk2008-12-041-0/+5
* more file cosmeticshjk2008-12-021-0/+1
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+559