Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Allow user to enter range in hex formatJohn Cortell1-1/+1
2008-04-02Added interfaces for content, label and annotation providers.Mikhail Khodjaiants3-0/+92
2008-04-02Added request interfaces for the virtual (disassembly) viewer.Mikhail Khodjaiants5-0/+215
2008-04-02Fix for 225099: Breakpoint toggling for files outside projects is broken in C...Anton Leherbauer1-2/+7
2008-04-01Bug 210558: Migrate CDT to use new platform Modules view.Mikhail Khodjaiants17-1163/+940
2008-03-28Externalize Strings.Ken Ryall8-44/+134
2008-03-28Get rid of SharedTextColorsAnton Leherbauer2-86/+4
2008-03-28*org.eclipse.cdt.debug.internal.core/CBreakpointManager.javaAlain Magloire2-11/+24
2008-03-26Minor improvements: 1. Make expression-based input appear before memory-space...John Cortell1-16/+38
2008-03-25Some cleanup leading up to some functional improvements (this commit doesn't ...John Cortell2-7/+15
2008-03-24Fix NPE when no file extension.Ken Ryall1-1/+4
2008-03-24Bug 182388, Executables view and supporting classes.Ken Ryall19-1/+1531
2008-03-17Fix NPEAnton Leherbauer1-4/+6
2008-02-15Fix manifest warningsAnton Leherbauer2-3/+3
2008-02-14Add Watchpoint memory rendering action contribution was only added for pane 1...John Cortell1-2/+15
2008-02-14Fixed way in which the new Add Watchpoint action gets its context from the me...John Cortell1-38/+0
2008-02-14Fixed way in which the new Add Watchpoint action gets its context from the me...John Cortell1-19/+23
2008-02-14Avoid usage of getPath() - related to bug 218266Anton Leherbauer2-6/+6
2008-02-12Bug 218219.Ken Ryall3-0/+31
2008-02-12Bug 218085Ken Ryall1-1/+11
2008-02-11Fix for 218342: [patch] unable to clear breakpoints in ExternalTranslationUni...Anton Leherbauer1-1/+4
2008-02-05Bug 217485 - Can't set method breakpoints from the editor unless the method/...Ken Ryall1-57/+38
2008-01-28Set project compliance to 1.5John Cortell1-6/+11
2008-01-25Bugs 216092 & 211533.Ken Ryall8-27/+199
2008-01-15Created ICElement.getLocationURI() method. Changed ITranslationUnit concrete...Chris Recoskie1-1/+4
2008-01-04Applied patch to 204028. Setting an address breakpoint in a session with no ...John Cortell1-10/+12
2007-12-17Bug 213184: Modules view broken.Mikhail Khodjaiants1-3/+3
2007-12-16Bug 212840: Modules view doesn't compile against platform 3.4M4.Mikhail Khodjaiants1-1/+1
2007-11-07Fix for 209001, missing ctx-sensitive help for some debugger views.Anton Leherbauer1-1/+5
2007-11-06Upversion plug-ins to 5.0.0Anton Leherbauer1-6/+6
2007-11-05Bug 207231, view memory on variables.Ken Ryall2-0/+203
2007-11-05Bug 118299, improved watchpoint support.Ken Ryall8-102/+630
2007-11-02Bug 207094: Modules view doesn't compile against platform 3.4M2. Applied patc...Mikhail Khodjaiants4-134/+49
2007-10-27Bug 207675, display wchar_t as unicode chars.Ken Ryall2-1/+25
2007-10-19Fix typo in previous commit.Ken Ryall1-3/+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-08-29Fix for 201521: External assembly files don't show breakpoint iconsAnton Leherbauer1-0/+3
2007-08-25Bug 201165Ken Ryall1-9/+2
2007-08-21Allow override of default project name.Ken Ryall2-13/+12
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-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 Ryall3-14/+88
2007-07-25Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been load...Mikhail Khodjaiants1-7/+1

Back to the top