Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Bug 317173: Fix more new warnings of missing @Override now that we use java 6Marc Khouzam4-0/+8
2011-12-23Bug 317173: Fix new warnings of missing @Override now that we use java 6, in ...Marc Khouzam46-11/+194
2011-12-12Bug 365966: Change all of DSF-GDB to use the new Immediate*RequestMonitor cla...Marc Khouzam7-25/+21
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin1-1/+1
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin1-1/+1
2011-10-18Switched to Java 1.6.Sergey Prigogin2-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-09-02Bug 356613: NPE when opening thread filter page with one running and one term...Marc Khouzam1-1/+1
2011-09-02Bug 355833: Thread filter effectively disables a breakpoint at the next sessionMarc Khouzam4-21/+15
2011-09-01Bug 356463: Wrong label in thread filter for programs compiled without pthreadsMarc Khouzam1-4/+19
2011-08-25Bug 349736: DSF-GDB breakpoint deleted when modifying thread filter Marc Khouzam3-12/+28
2011-08-02Bug 347514: Tracepoint visualization should be prepared for multi-threaded pr...Marc Khouzam2-8/+45
2011-07-25Bug 346320: Add support for fast tracepoints Marc Khouzam2-2/+86
2011-07-25Bug 353005: [remote][attach] Wrong path keeps being re-used after user mistak...Marc Khouzam1-5/+12
2011-07-22Bug 350365: Cannot use the servicesTracker outside the executorMarc Khouzam1-16/+15
2011-06-30Bug 293679: Change title of dialog to reflect ability to doMarc Khouzam2-4/+4
2011-06-29Bug 350365: Remote attach session should use specified binary Marc Khouzam1-0/+19
2011-06-28Bug 293679: Allow multi-select when attaching to processes Marc Khouzam4-48/+234
2011-06-28Mavenizing CDT releng.Doug Schaefer1-0/+17
2011-06-27Bug 348159: Move DSF-GDB preference store to the core plugin.Marc Khouzam4-49/+20
2011-06-27Bug 346215: Allow Tracepoints commands to have a comma in their name Marc Khouzam1-2/+4
2011-05-26Bug 347245 - Add configurable defaults for Stop in main and for Non-stop mode.Sergey Prigogin4-43/+85
2011-05-26Cosmetics.Sergey Prigogin1-10/+3
2011-05-26Cosmetics.Sergey Prigogin1-11/+10
2011-05-26Cosmetics.Sergey Prigogin1-20/+18
2011-05-25Cosmetics.Sergey Prigogin1-43/+43
2011-05-25Cosmetics.Sergey Prigogin1-2/+2
2011-05-25Cosmetics.Sergey Prigogin1-41/+35
2011-05-25Bug 347163: Canceling a remote attach causes a bad debug sessionMarc Khouzam1-9/+19
2011-05-25Cosmetics.Sergey Prigogin1-6/+3
2011-05-18Bug 335235 - Deadlock when pressing trace var button in Trace Control view wh...Marc Khouzam4-20/+28
2011-05-18Bug 335320: NPE when terminating a launch and using the TraceControl viewMarc Khouzam1-1/+3
2011-05-17Bug 346125 - Exception when disposing TracingConsoleMarc Khouzam1-5/+9
2011-05-13Bug 331232 - There are memory leaks with each GDB debug session (partial fix)Anton Leherbauer1-1/+6
2011-05-09Bug 344892: Deadlock when trying to attach to more than one process on a remo...Marc Khouzam1-4/+4
2011-05-08Bug 344892: Deadlock when trying to attach to more than one process on a remo...Marc Khouzam1-13/+10
2011-05-06Bug 344892: Deadlock when trying to attach to more than one process on a remo...Marc Khouzam1-17/+50
2011-05-04Bug 343895: Missing Remote Shell entry in debug viewMarc Khouzam1-12/+7
2011-04-26Bug 343861: Project should not be required to perform debuggingMarc Khouzam1-23/+24
2011-04-25Bug 336961: selectTraceRecord() should not update the UI because it can be us...Marc Khouzam2-6/+32
2011-04-20Bug 340697: Auto attach to processes forked by the process being debuggedMarc Khouzam2-2/+12
2011-04-06[Pin&Clone] Pinned view not update when stepping/runningPatrick Chuong1-10/+11
2011-03-30Bug 340177 - [breakpoints] Update CDT ToggleBreakpointTargetFactory enablementPatrick Chuong1-2/+4
2011-03-15Bug 233116: Cancelling an Attach or post-mortem launch should be gracefulMarc Khouzam1-1/+8
2011-03-11Bug 237306: Support for Multi-Process debugging. Prompting the user for the ...v201103111317Marc Khouzam2-4/+29
2011-03-10Bug 237306: Support for Multi-Process debugging. Add a "New..." button to th...Marc Khouzam4-22/+118
2011-03-09Bug 338136: Don't show the inferior process in the debug viewMarc Khouzam1-1/+1
2011-03-08Bug 338136: Don't show the inferior process in the debug viewMarc Khouzam2-2/+173
2011-03-07Bug 338136: Show the proper inferior console when selecting a container in th...Marc Khouzam1-7/+23
2011-03-07Bug 338136: Show the proper inferior console when selecting a container in th...Marc Khouzam1-5/+114

Back to the top