ide/debugger: (#1031) further fix debug/stop on valgrind/gdb error hangs the ide...
[sdk] / ide / src / debugger / Debugger.ec
2014-02-20 Rejean Loyeride/debugger: (#1031) further fix debug/stop on valgrin... 0.44.09.9
2014-02-20 Jerome St-Louiside/Debugger: (#1031) Fixed crash on exit introduced...
2014-02-20 Rejean Loyeride/debugger: (#1031) fix debug/stop at valgrind/gdb...
2014-02-20 Jerome St-Louiside: Fixed strings
2014-02-10 Jerome St-Louisecere/Semaphore; ide/Debugger: aborting a GDB -exec...
2014-02-10 Jerome St-Louiside/Debugger: Fixed not being able to find debugged...
2014-02-10 Jerome St-Louiside/Debugger: Fixed crash on uninitialized 'char *s...
2014-02-10 Rejean Loyeride;debugger; (#1030) fix new memory leaks.
2014-02-03 Jerome St-Louiside/Debugger: strescpy(), struscpy() -- more compact...
2013-10-30 Rejean Loyercleaned all trailing white space from source files.
2013-10-09 Rejean Loyeride;debugger; fixed GdbExit doesn't wait for new valgri...
2013-10-09 Rejean Loyeride;debugger; tweaked provide source files location...
2013-10-08 Rejean Loyeride;debugger; (#1018) fixed breakpoints in statically...
2013-10-08 Rejean Loyeride;debugger; don't display valgrind command line usage...
2013-09-30 Rejean Loyeride/debugger: Fixed improper escaping of ( and ) in...
2013-09-30 Jerome St-Louiside/debugger: Fixed debug logging of GDB commands
2013-09-26 Rejean Loyeride;debugger; (#1003) fixed multiple issues.
2013-09-24 Rejean Loyeride;debugger; (#1004) tweaked initial step over to...
2013-09-10 Rejean Loyeride/debugger: fixed ide crash on exit during a debuggin...
2013-09-10 Rejean Loyeride;debugger; (#968) handle breakpoints by project...
2013-09-10 Rejean Loyeride;debugger; (#999) added support for gdb's until...
2013-09-06 Rejean Loyeride;debugger; (#995) fixed run to cursor at same level...
2013-09-06 Rejean Loyeride;debugger; updated debug instrumentation.
2013-08-30 Jerome St-Louiside/Debugger, CallStackView: Fixed long standing callst...
2013-08-30 Jerome St-Louiside/debugger: Fixed opening paths in call stack view...
2013-08-30 Rejean Loyeride;debugger; (#986) don't use internal breakpoints...
2013-08-29 Rejean Loyeride;debugger; (#986) fixed the appearance of a bad...
2013-08-29 Jerome St-Louiside: Fixed bad usage of PipeOpenMode causing showWindow...
2013-08-29 Rejean Loyeride;debugger; (#897) added a default option to redzone...
2013-08-29 Jerome St-Louiside/debugger/breakpoints: Fixed a null pointer crash...
2013-08-29 Rejean Loyeride;debugger; (#897) added options (leak check, redzone...
2013-08-29 Rejean Loyeride; (#968) fixed toggling a breakpoint in wrong file...
2013-08-25 Rejean Loyeride;debugger;valgrind; (#897) fixed target breaks in...
2013-08-25 Rejean Loyeride; (#968) silence invalid ValidateBreakpoint message.
2013-08-22 Rejean Loyeride; (#968, #982) support for breakpoints in files...
2013-08-16 Jerome St-Louiside/debugger: Improved fallback to GDB on watch evaluation
2013-08-09 Jerome St-Louiside/Debugger: Fixed memory errors
2013-08-09 Rejean Loyeride; debugger; stepping to (run to cursor), over or...
2013-08-09 Rejean Loyeride; fixed ide hangs on missing valgrind. closes #948.
2013-08-09 Rejean Loyeride; debugger; valgrind integration. gdb dialog command...
2013-08-08 Jerome St-Louiside/Debugger: Fixed F7 not bringing up Output View...
2013-08-08 Jerome St-Louiside/Debugger: (#798) Fixed hiding Debugger views when...
2013-08-08 Jerome St-Louiside/Debugger: (#780) Hiding debugging views on Debug...
2013-07-29 Jeromeide/Debugger: Tweaks to help C debugging
2013-06-21 Rejean Loyeride; fixed missplaced break statement from 932ae846e59e...
2013-06-18 Rejean Loyeride; debugger; implemented detection of shared librarie...
2013-06-15 Rejean Loyeride; debugger; some code cleanup. no functionality...
2013-06-13 Rejean Loyerecere, ide; Instance_COM_Initialize, Tokenize, _DualPip...
2013-05-27 Rejean Loyeride, debugger; fixed breakpoints issues when using...
2013-05-22 Rejean Loyeride:debugger; implemented new feature run to cursor...
2013-05-20 Rejean Loyeride; added secret ctrl+shift hotkey for disabling parsi...
2013-05-20 Rejean Loyeride; improvements to Debug Precompile/Compile/GenerateS...
2013-05-02 Rejean Loyeride; debugger; fixed stepping over/out and run to curso...
2013-04-20 Jerome St-Louiside/Debugger: Disabled internal breakpoints breaking...
2013-04-15 Jerome St-Louiside, documentor: Fixed more 'long' warnings
2013-04-15 Jerome St-Louiscompiler/libec Improvements to conversion from AST...
2013-03-10 Rejean Loyeride/buildsystem; default/32/64 bit dropbox. removed...
2013-03-10 Jerome St-Louiscompiler: Added (u)intsize to map to size_t; Updated...
2013-03-06 Rejean Loyeride; debugger; call stack panel; fixed code cursor...
2013-03-06 Rejean Loyeride;debugger; added internalModuleLoad breakpoint ...
2013-02-19 Jerome St-Louiside/Debugger: Fixed missing space in format string
2013-02-19 Jerome St-Louiside/debugger: 64 bit Debugging Fixes
2013-02-17 Jerome St-Louisecere, ide: Replaced integer types by 64 bit ints for...
2013-02-16 Jerome St-Louiscompiler, ide: 64 bit fixes to get the IDE working
2013-02-01 Jerome St-Louisecere; ide; compiler: Fixed setting safety null charact...
2013-01-30 Jerome St-Louisecere/compiler/ide: Fixed more buffer overflows by...
2012-11-26 Jerome St-Louiside/Debugger: Improved support for GDB 6.3 on OS X
2012-11-24 Jerome St-Louiside/debugger: Fixed GDB communication losing breakpoint...
2012-11-14 Jerome St-Louissdk: Tweaks to build on FreeBSD
2012-09-03 Jerome St-Louisecere/ide: Moved IDE's eString_PathInsideOf to ecere...
2012-09-03 Jerome St-Louiscompiler/ide: Various tweaks to buffer sizes for holdin...
2012-08-15 Jerome St-LouisMakefile: Installing man pages, making tao.pdf optional...
2012-07-10 Jerome St-Louiside/Debugger: Fix for avoiding confusion between intern...
2012-03-27 Rejean Loyeride:debugger: fixed lack of debug session management...
2012-03-27 Rejean Loyeride:debugger:breakpoints: fixed breakpoints not being...
2012-03-27 Jerome St-Louiside/Debugger: Moved app.Lock() to proper place! Resulte...
2012-03-20 Rejean Loyeride:debugger: completed conditional breakpoints (by...
2012-03-06 Rejean Loyeride:debugger: completed gui part of breakpoint hit...
2012-03-06 Rejean Loyeride:debugger: hangle geb error message "during startup...
2012-02-17 Jerome St-Louiside/i18n: Added some more i18n'ed strings
2012-02-17 Jerome St-Louiside/i18n: Added a few more i18n'ed strings
2012-02-17 Jerome St-Louiside/Project: Fixed mixing up configurations/compilers
2012-02-05 Jerome St-Louiside: Fixed corruption of LD_LIBRARY_PATH (Only PATH...
2011-10-17 Jerome St-Louiside: Memory leaks fixes
2011-09-14 Jerome St-Louiside/debugger: Debugger improvements (Corrected member...
2011-08-25 Jerome St-Louisecere/ide: Added DirPath/FilePath support in DataBox...
2011-08-22 Jerome St-Louiside:Fixed environment variables crash and made them...
2011-06-12 Rejean Loyeride: fixed menu enabling/disabling on debugger state...
2011-05-30 Rejean Loyeride: tweaked code related to managing (or not) debug...
2011-05-19 Rejean Loyersdk:ide: fixed debugger stopped on compiling other...
2011-05-15 Jerome St-LouisInitial git commit -- Transition from CodeGuard repository