Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2007-10-27Bug 207675, display wchar_t as unicode chars.Ken Ryall6-6/+94
2007-10-19Fix typo in previous commit.Ken Ryall1-3/+1
2007-10-19Bug 206941 - Set the default extension filter to '*' for core files instead o...Doug Schaefer1-1/+1
2007-10-19Bug 206825.Ken Ryall1-1/+1
2007-10-03Changed copyright.Mikhail Khodjaiants2-16/+20
2007-10-03Column support for Modules view.Mikhail Khodjaiants6-7/+242
2007-10-02Debug model agnostic Modules view.Mikhail Khodjaiants7-34/+160
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 termin...Anton Leherbauer5-12/+155
2007-09-05Support getting the ICDIThread associated with a CThread via IAdaptable, as i...John Cortell1-0/+3
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 toolchain...Doug Schaefer1-7/+15
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
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 load...Mikhail Khodjaiants4-28/+4
2007-07-25Bug 197162: NPE thrown viewing Global Variables (VariableManager.createLocalV...Mikhail Khodjaiants6-1/+34
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
2007-07-04Bug 178731, launch configs know which build configuration to use. Also use th...Ken Ryall1-2/+9
2007-06-26RESOLVED - bug 193800: Cannot launch C/C++ application on AIXChris Recoskie1-2/+5
2007-06-21Patch for bug 189003 by Jason Montojo - fixing tab orderVivian Kong1-3/+12
2007-06-21Bug 193776: [Debug/MI] Error displaying array variable when switching stack f...Mikhail Khodjaiants1-28/+13
2007-06-20Bug 193471: Variables View: mi_cmd_var_create: unable to create variable object.Mikhail Khodjaiants1-1/+1
2007-06-19Bug 138920: Disassembly windows not refresh after program memory change.Mikhail Khodjaiants2-1/+33
2007-06-18Fixed 193198. If an error was encountered by an action delegate, it would be ...John Cortell2-4/+14
2007-06-18Bug 145606: The watchpoint property dialog shows the filename rather than the...Mikhail Khodjaiants2-3/+16
2007-06-14Fix up copyrights.Doug Schaefer33-46/+66
2007-06-14Fix up copyrights.Doug Schaefer38-39/+79
2007-06-14Fix up copyrights.Doug Schaefer29-29/+41
2007-06-14Bug 192621: Address breakpoint markers are not shown in Disassembly view.Mikhail Khodjaiants1-1/+1
2007-06-12Bug 186929: Run to Line and Resume At Line should be passing absolute path to...Mikhail Khodjaiants3-78/+122
2007-06-07Allow the backend to return null list of globals.Ken Ryall1-3/+8
2007-06-06Bug 52100 - Patch for Sergey - Remove the private/public children from the va...Doug Schaefer1-6/+21
2007-06-05getGlobals was checking the wrong list.Ken Ryall1-1/+1
2007-06-04Bug 189458: Variables view doesn't show changesMikhail Khodjaiants1-0/+47
2007-05-30fix for bug 189326 - manually add labels to controls for accessibilityVivian Kong1-1/+24
2007-05-30Follow-up for 183291: Force load of adapterAnton Leherbauer2-4/+32
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer4-4/+4

Back to the top