Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-09Added support for breakpoint actions to the disassembly editor.Mikhail Khodjaiants1-21/+22
2008-04-09Added support for breakpoint actions to the disassembly editor.Mikhail Khodjaiants2-0/+61
2008-04-08Contributing new disassembly.Mikhail Khodjaiants1-0/+1
2008-04-08Minor optimizationJohn Cortell1-2/+2
2008-04-08Contributing new disassembly.Mikhail Khodjaiants1-0/+4
2008-04-08Allow the menu contributions to the Disassembly view's ruler.Mikhail Khodjaiants1-1/+6
2008-04-07Contributing new disassembly.Mikhail Khodjaiants9-9/+159
2008-04-04Contributing new disassembly.Mikhail Khodjaiants6-15/+153
2008-04-03Contributing new disassembly.Mikhail Khodjaiants17-1/+2791
2008-04-03Removed modules view related constants.Mikhail Khodjaiants1-11/+0
2008-04-02Cleanup. Use generics (to fix warnings) and other misc improvements. No funct...John Cortell1-14/+12
2008-04-02Allow user to enter range in hex formatJohn Cortell1-1/+1
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 Khodjaiants13-1124/+889
2008-03-28Externalize Strings.Ken Ryall8-44/+134
2008-03-28Get rid of SharedTextColorsAnton Leherbauer1-76/+0
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 Ryall8-0/+1508
2008-03-17Fix NPEAnton Leherbauer1-4/+6
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 Ryall2-0/+30
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-25Bugs 216092 & 211533.Ken Ryall7-22/+196
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-05Bug 207231, view memory on variables.Ken Ryall1-0/+190
2007-11-05Bug 118299, improved watchpoint support.Ken Ryall6-102/+570
2007-11-02Bug 207094: Modules view doesn't compile against platform 3.4M2. Applied patc...Mikhail Khodjaiants3-134/+43
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 Khodjaiants5-7/+242
2007-10-02Debug model agnostic Modules view.Mikhail Khodjaiants6-21/+160
2007-09-17Cleaned up the CSourceNotFound editor. It now works for non IDebugElements too.Ken Ryall3-47/+108
2007-08-25Bug 201165Ken Ryall1-9/+2
2007-08-13Bug 198023: In the Debug Register View the object contribution "Add Register ...Mikhail Khodjaiants1-0/+7
2007-08-07Bug 197178: CDT Debug should not contribute to Platform earlyStartup.Mikhail Khodjaiants1-28/+0
2007-08-03Bug 195984.Ken Ryall4-37/+41
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 Ryall2-13/+87

Back to the top