aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/cdb/cdbmodules.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: R.I.P. old CDB engine.Friedemann Kleint2011-01-071-288/+0
* debugger: add an option to load "missing" symbols for current stackhjk2010-12-211-3/+2
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | debugger: polish module symbolshjk2010-11-261-2/+2
* | Debugger/MSVC: Move MSVC-specific code around.Friedemann Kleint2010-11-181-5/+3
* | Debugger: Handle throw/catch/main as BreakpointType enum values.Friedemann Kleint2010-11-161-9/+6
* | ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-021-0/+1
|/
* Debugger: List break on catch/throw as such and map names in engine.Friedemann Kleint2010-09-281-3/+25
* cdb plugin compile fixJoerg Bornemann2010-07-221-2/+4
* debugger: rename CdbDebugEngine into CdbEnginehjk2010-07-081-1/+1
* Debugger: Add incremental API for modules.Friedemann Kleint2010-05-191-11/+47
* Long live the king!hjk2010-03-051-1/+1
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-2/+2
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-2/+2
* | Debugger/CDB: Split engine for testing/scripting purposes.Friedemann Kleint2010-01-221-4/+4
|/
* long live the kinghjk2009-08-141-1/+1
* Improve error logging of CDB breakpoint setting.Friedemann Kleint2009-06-301-0/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Fix compile error on MSVC2008 Express Edition with Debugging Tools for Window...axasia2009-05-301-5/+5
* Make CDB load custom dumpers.Friedemann Kleint2009-04-221-18/+83
* CDB refactoring, introduce typedefs to remove version numbers.Friedemann Kleint2009-04-211-4/+4
* debugger: code cosmeticshjk2009-04-151-2/+2
* Make the "Show symbols" option of the module window work on Windows.Friedemann Kleint2009-04-151-3/+29
* Make break by function work for CDB.Friedemann Kleint2009-04-151-0/+56
* Handle various CDB output windows.Friedemann Kleint2009-04-091-0/+81