Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Expand)AuthorFilesLines
2009-04-09Add missing tag.Ken Ryall1-4/+10
2009-04-08Bug 202006.Ken Ryall4-60/+60
2009-04-03[271159] Use CMainAttachTab for PostMortem debugging as we used to do.Marc Khouzam1-1/+1
2009-04-02- fixed missing since tagAlena Laskavaia1-0/+3
2009-04-02Remove unused importMarc Khouzam1-1/+0
2009-04-02[270813] Some fixes to handle add/remove of processes to a sublaunch and the ...Marc Khouzam1-17/+44
2009-04-01[270671] - support for post launch actionsAlena Laskavaia3-45/+176
2009-04-01[270813] - using launch listener to update process list in group launchAlena Laskavaia1-37/+95
2009-04-01[270671] - refactor to move ui parts to ui package and some small protection ...Alena Laskavaia5-20/+33
2009-04-01[270671] - implemented support for group launch in cdtAlena Laskavaia7-1/+964
2009-04-01Bug 265498: LaunchUIPlugin handleDebugEvents(...) launches multiple Project r...Mikhail Khodjaiants2-58/+94
2009-03-13bug 254200 - use ICU4JVivian Kong4-5/+6
2009-03-13Bug 265498: LaunchUIPlugin handleDebugEvents(...) launches multiple Project r...Mikhail Khodjaiants5-30/+56
2009-03-13Bug 268520: Missing id for CoreFileDebuggerTab.Mikhail Khodjaiants1-1/+18
2009-03-12- removed extra importAlena Laskavaia1-1/+0
2009-02-27Bug 262826 - Create common C/C++ launch configurationsPawel Piech16-688/+275
2009-02-25Bug 265796Ken Ryall4-4/+42
2009-02-25Fix API tooling problems and first pass and cleanup of the Executables view s...Ken Ryall1-1/+1
2009-01-22Bug 229740Ken Ryall3-12/+89
2008-11-24Update bundle versionsAnton Leherbauer1-1/+1
2008-11-04PR: 223695 - previous parser failed on many test and did not pass correctly e...Alena Laskavaia1-95/+8
2008-10-27make existsErrors protected so it can be overridden if necessary.Warren Paul1-1/+1
2008-08-26Restore support for a program specification that is a linked resourceJohn Cortell2-0/+27
2008-08-21Fixed warning; unused importJohn Cortell1-1/+0
2008-08-20Adjustment to last commit. Use project referenced in the launch config rather...John Cortell1-1/+1
2008-08-20Slight organizational improvement to last commit (consolidate two checks into...John Cortell1-9/+4
2008-08-20Support specifying the program as a relative path pointing outside the projec...John Cortell2-12/+11
2008-08-19Fix for 244605. User loses use of LC editor if user stores a progam path in l...John Cortell1-0/+1
2008-08-19Fix for 244605. User looses use of LC editor if user stores a progam path in ...John Cortell1-4/+16
2008-06-10fix for bug 234951Vivian Kong2-3/+8
2008-05-21[231149] - prevent NPEAlena Laskavaia1-2/+4
2008-05-21[233239] - fixed local attach for relative pathAlena Laskavaia1-1/+1
2008-04-15Avoid NPE if the client debugger tab factory fails to create the control.John Cortell1-1/+4
2008-04-03Fix for 212632: Failure to debug-attach on Windows using GDBAnton Leherbauer2-9/+46
2008-04-01Corrected grammar in error dialog that surfaces when the executable isn't on ...John Cortell1-1/+1
2008-03-31Applied modified version of patch in 224976.John Cortell1-7/+7
2008-03-25Refresh the project in a job so this doesn't block on terminate and can be ca...Ken Ryall1-4/+16
2008-03-11Avoid a NPE when we receive a TERMINATE event for an IProcess that was not cr...John Cortell1-1/+5
2008-03-07218366: Fix grammar error in LaunchMessages.propertiesAnton Leherbauer1-2/+3
2008-03-03Do not validate platform and CPU compatibility of debug configurations to avo...Sergey Prigogin1-14/+7
2008-02-15Fix manifest warningsAnton Leherbauer2-2/+3
2008-01-28Set project compliance to 1.5John Cortell1-0/+12
2008-01-17Bug 214152, improve error message.Ken Ryall1-1/+1
2008-01-16Bug 206928.Ken Ryall1-10/+13
2007-12-31Merge from cdt_40.Ken Ryall1-6/+11
2007-11-06Upversion plug-ins to 5.0.0Anton Leherbauer1-5/+5
2007-10-11Fix for 205108: Null pointer exception on Launch of app in WindowsAnton Leherbauer1-7/+13
2007-09-21Fix 177841. Work around for platform bug new in 3.3.Ken Ryall1-1/+2
2007-08-28Bug 196002 - Set up the mapping from the gdb/mi debugger to the gnu toolchain...Doug Schaefer1-3/+4
2007-08-14Bug 183105: Wrong status handler for launch error code 101: Working directory...Mikhail Khodjaiants2-2/+2

Back to the top