Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Collapse)AuthorFilesLines
2008-02-12Bug 218085Ken Ryall1-1/+11
2008-02-11Fix for 218342: [patch] unable to clear breakpoints in ↵Anton Leherbauer1-1/+4
ExternalTranslationUnit's from the editor (Patch by Warren Paul)
2008-02-07Bug 216159.Ken Ryall1-3/+4
2008-02-05Bug 217493Ken Ryall1-2/+2
2008-02-05Bug 217485.Ken Ryall1-57/+38
2008-01-28Bug 21553 - patch for Alena - ensure target is release properly in exception ↵Doug Schaefer5-37/+68
scenarios.
2008-01-28Bug 215416 - patch for Elena. Turn hardcode timeouts into ones driven by the ↵Doug Schaefer3-22/+26
user.
2008-01-26Bug 216092Ken Ryall2-6/+13
2008-01-25Patch for Elena - bug 166660. Fix potential threading issues with MI ↵Doug Schaefer1-18/+25
inferior handling.
2008-01-21Update changed plug-ins to 4.0.3Anton Leherbauer3-3/+3
2008-01-15Patch by Alena Laskavaia for 186172: NullPointerException in debugger consoleAnton Leherbauer3-25/+49
2007-12-31Fix NPE.Ken Ryall1-1/+1
2007-12-07Fixed 212282. Don't allow variable editing if disabled.John Cortell1-1/+1
2007-12-04Back out change in 4.0.2 that makes gdb CDI back-end claim it supports ↵John Cortell1-1/+1
memory spaces. Will reintroduce in 5.0 with an additional global pref.
2007-11-27Prevent NPE.Ken Ryall1-7/+17
2007-11-26Propagate a fix done in the 3.1 stream to fix up the display of classes and ↵Doug Schaefer1-76/+54
to clean up from the previous patches to this class.
2007-11-26Bug 210863: Source lines are not available in disassembly view for imported ↵Mikhail Khodjaiants1-0/+5
executable files. Applied patch from Mike Caraman (Freescale).
2007-11-21Bug 205017.Ken Ryall1-0/+11
2007-11-15Bug 204738Ken Ryall1-1/+1
2007-11-07Fix for 209001, missing ctx-sensitive help for some debugger views.Markus Schorn1-1/+5
2007-11-05Bug 118299.Ken Ryall20-176/+1018
2007-11-03Bug 207231Ken Ryall6-30/+194
2007-10-27Bug 207675Ken Ryall6-6/+94
2007-10-19Bug 206825, missed a spot...Ken Ryall1-1/+0
2007-10-19Bug 206825.Ken Ryall1-2/+1
2007-10-19Bug 206941 - Set the default extension filter to '*' for core files instead ↵Doug Schaefer1-1/+1
of '*.*', which doesn't match the default Linux core filename of 'core'.
2007-09-17Cleaned up the CSourceNotFound editor. It now works for non IDebugElements too.Ken Ryall5-48/+115
2007-09-07Fixed a problem where binary parsers where sometimes not saved in the project.Ken Ryall1-38/+6
2007-09-06Fix for 190277: Stopping a debugg session causes all user processes to ↵Anton Leherbauer5-12/+155
terminate (Patch by Piotr Kundu)
2007-09-05Support getting the ICDIThread associated with a CThread via IAdaptable, as ↵John Cortell1-0/+3
is done with CDebugTarget and CStackFrame
2007-08-29Fix for 201521: External assembly files don't show breakpoint iconsAnton Leherbauer1-0/+3
2007-08-28Bug 196002 - Set up the mapping from the gdb/mi debugger to the gnu ↵Doug Schaefer1-7/+15
toolchain. Also map the cygwin debugger to the cygwin toolchain. Fix up the launch shortcut so that the longest matching pattern wins the day since both cygwin and mingw would get trumped by the main gnu one. With this single click debug works on Linux.
2007-08-28Patch for Ewa. Wrong command string use for MIExecReturn object. Bug 195779.Doug Schaefer1-1/+1
2007-08-28Patch for Ewa - bug 195777 - add return cli command as a stepping operation.Doug Schaefer1-1/+3
2007-08-25Bug 201165Ken Ryall1-9/+2
2007-08-22Applied patch in bug 200829John Cortell1-9/+30
2007-08-21Allow override of default project name.Ken Ryall2-13/+12
2007-08-21Fix deadlock when clearing all breakpoints.Ken Ryall1-3/+5
2007-08-13Bug 198023: In the Debug Register View the object contribution "Add Register ↵Mikhail Khodjaiants2-1/+8
Group" is enabled and should not be.
2007-08-07Bug 197178: CDT Debug should not contribute to Platform earlyStartup.Mikhail Khodjaiants3-66/+75
2007-08-03Applied patch to fix 197634.Ken Ryall1-6/+8
2007-08-03Bug 195984.Ken Ryall5-38/+43
2007-07-31Give each button a uid.Ken Ryall1-3/+11
2007-07-29Bug 81353, option to view disassembly when stopped in a location with no source.Ken Ryall4-18/+98
2007-07-25Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been ↵Mikhail Khodjaiants4-28/+4
loaded. Replaced by a constant string for the plugin id.
2007-07-25Bug 197162: NPE thrown viewing Global Variables ↵Mikhail Khodjaiants6-1/+34
(VariableManager.createLocalVariables).
2007-07-24Update changed plugins to 4.0.1.Doug Schaefer1-1/+1
2007-07-24Removed unused tag.Mikhail Khodjaiants1-1/+1
2007-07-09Fix problem with earlier change where in progress breakpoints were not being ↵Ken Ryall1-4/+4
added.
2007-07-04Bug 178731, launch configs know which build configuration to use. Also use ↵Ken Ryall1-2/+9
the build config name in the default launch config name.

Back to the top