Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-04-28Bug 306627 - Fix license inconsistenciesVivian Kong1-41/+37
2010-04-27Bug 310565: Support for new format for Apple GDB.Marc Khouzam2-2/+3
2010-04-27Bug 310672 Remove clones of PixelConverter and replaced with usage of ↵Alena Laskavaia3-4/+4
org.eclipse.jface.layout.PixelConverter
2010-04-26Bug 304096: restore interrupt behavior for remote debugging case.John Cortell1-2/+24
2010-04-26Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a ↵John Cortell1-2/+2
real CTRL-C; don't use 'kill -SIGINT'
2010-04-26[310539] Missing call to request.done()Marc Khouzam1-0/+2
2010-04-26The NLS strings were changed in the LuanchUIMessages.properties file, but ↵Marc Khouzam1-11/+11
this file was not updated accordingly.
2010-04-23Bug 310274: Need to set the fInterruptFailedJob to null in the executor to ↵Marc Khouzam1-1/+1
avoid multi-threaded issues
2010-04-23Bug 310274 - Need to set the fInterruptFailedJob to null to prevent ↵Marc Khouzam1-0/+1
completing the RM twice.
2010-04-23[309001] Too many debug hovers in PreferencesAnton Leherbauer3-13/+11
2010-04-22Fixed warningJohn Cortell1-3/+4
2010-04-22[280631] Thread list in Debug view not updated with non-Linux targetJohn Cortell7-57/+127
2010-04-22Added assert. Defensive programmingJohn Cortell1-0/+3
2010-04-21The wizard-generated generic NLS references drive me up the wall :-) Makes ↵John Cortell2-29/+26
it difficult to follow what exactly the GUI code is putting together. I need to add something to this tab, so I'm cleaning this up first. No functional change in this comment.
2010-04-21[309954] 'Use Inspector Debug Hover' checkbox could use a more intuitive labelJohn Cortell1-1/+1
2010-04-20last commit had temporary change I forgot to removeJohn Cortell1-5/+0
2010-04-20[309887] The dsf-gdb preference page lacks context helpJohn Cortell2-3/+6
2010-04-20[248587] Fixed some goofs Marc found on reviewJohn Cortell1-11/+18
2010-04-20[248587] Fixed reporting of catchpoint hit in gdb >= 7.0John Cortell4-20/+57
2010-04-19[309234] DSF not as helpful as CDI on SEGVJohn Cortell7-23/+161
2010-04-19[309650] Turning on catchpoint while multi-threaded programs runs causes ↵John Cortell1-5/+1
assertion
2010-04-15[309370] Remove code duplication and use the base clase code instead.Marc Khouzam1-15/+2
2010-04-15[284286] Committed trace record navigation icons since they are not properly ↵Marc Khouzam2-0/+0
included in patches
2010-04-15[309215] Missing guards against NPEs and against calling things after being ↵Marc Khouzam1-13/+14
disposed.
2010-04-14Bug 306627 - Fix license inconsistenciesVivian Kong1-41/+37
2010-04-14Commit fix for bug 248610, add "View Memory" support to DSF (Stephen Chong)Ed Swartz1-12/+0
2010-04-12[306427] Remove obsolete catchpoint types from CDTJohn Cortell1-2/+2
2010-04-12[269927] Allow to save gdb console and gdb traces consoleMarc Khouzam12-10/+290
2010-04-12Centralize new method to get heavyweight process contextJohn Cortell3-104/+62
2010-04-09Added assert and commentJohn Cortell1-1/+9
2010-04-09Neglected to spin off the service call in getProcessContext() on the dsf ↵John Cortell2-30/+43
executor
2010-04-09For the stop on main breakpoint (a temporaro breakpoint) gdb 7.0 reports the ↵John Cortell2-2/+15
stopped event with a reason=breakpoint. It provides no reason in gdb < 7.0.
2010-04-09Move new common gdb plugins to dedicated featureJohn Cortell1-8/+6
2010-04-09Use run control service to get the actual process context. Fixes tests with ↵John Cortell1-39/+88
MinGW 7.0. Also, had to adjust two tests to not assume threads are reported in a particular order
2010-04-08added a couple of assertsJohn Cortell1-0/+3
2010-04-08[305752] Moved gdb event breakpoint constants into new common gdb plugin as ↵John Cortell4-27/+23
well as the registering of the event types (via an extension)
2010-04-08[308540] - [expressions][update policy][cdi] Disabled expressions are still ↵Pawel Piech1-1/+6
evaluated
2010-04-08New plugins that house things common between DSF-GDB andJohn Cortell1-0/+7
CDI-GDB for features/bug-fixes going forward
2010-04-08Making all methods in alphabetical orderMarc Khouzam1-38/+38
2010-04-08minor. wrong cathcpoint type specified, but catchpoint creation is supposed ↵John Cortell1-2/+1
to fail in this case anyway.
2010-04-07Corrected argument order; error message is misleading, otherwise.John Cortell1-3/+3
2010-04-07[307614] Use handleError() instead of handleFailure() to handle MI errors.Marc Khouzam1-4/+4
2010-04-07[248587] Added new catchpoint JUnit tests to test suites.Marc Khouzam13-8/+114
2010-04-07Neglected to copy breakpoint number into DMDataJohn Cortell1-0/+1
2010-04-07Bug 303440 - [preferences] Unify and clarify debug preference pagesKen Ryall2-1/+37
2010-04-07[248587] Support "Event' BreakpointsJohn Cortell1-5/+15
2010-04-07non-translatable strings should be marked in properties fileVivian Kong1-0/+3
2010-04-07[307614] If GDB returns an error when we ask for values of variables, try ↵Marc Khouzam1-3/+104
again without asking for values. This can happen with prettyPrinters and tracepoint visualization
2010-04-06[248587] Support "Event' BreakpointsJohn Cortell1-1/+2
2010-04-06[248587] Support "Event' BreakpointsJohn Cortell17-47/+2078

Back to the top