Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
AgeCommit message (Expand)AuthorFilesLines
2010-02-19[248606] Add support for toggling watchpoints in the variables and expression...John Cortell2-20/+25
2010-02-19Cleanup unused messagesAnton Leherbauer2-60/+0
2010-02-19[303315] Improve javadoc for disassembly serviceJohn Cortell1-32/+47
2010-02-18[302554] [disassembly][api] Provisional disassembly API should use IAddress i...Anton Leherbauer4-17/+36
2010-02-18[302348] [dis] Expression support: merge goto symbol and got addressAnton Leherbauer7-109/+22
2010-02-18[302348] [dis] Expression support in DSF Disassembly view is too limitedAnton Leherbauer1-11/+30
2010-02-17[299300] Respect order of detail formatsMarc Khouzam2-15/+12
2010-02-17[302505] [disassembly view] Infinite loop retrieving disassemblyAnton Leherbauer3-40/+52
2010-02-17[302006] Disassembly view doesn't take into account active debug context when...Anton Leherbauer2-14/+17
2010-02-17[302923] [disassembly] Remove REDDocument.finalize()Anton Leherbauer1-6/+1
2010-02-15[302772] Refactor DSF Disassembly view to support CDIJohn Cortell20-1173/+1532
2010-02-14[275238] Added extra Details format which gives more details and supports pre...Marc Khouzam1-2/+9
2010-02-12added commentJohn Cortell1-3/+10
2010-02-12[302759] Disassembly view fails to remove itself as a Debug view selection li...John Cortell1-1/+1
2010-02-12[249162] comment#9 - Adjusted error codes.Pawel Piech1-0/+4
2010-02-11Warnings cleanup.Pawel Piech3-6/+6
2010-02-11[299834] - [Debug View] Remove 'refresh' button from Debug viewPawel Piech1-8/+22
2010-02-11[291426] - [breakpoints] Add DSF support for flex-hierarchy breakpoints view.Pawel Piech14-10/+1582
2010-02-11Warnings cleanup.Pawel Piech1-1/+1
2010-02-11Warnings cleanup.Pawel Piech10-11/+10
2010-02-11[300586] (comment#9) - Added a clarifying comment.Pawel Piech1-1/+5
2010-02-11[300586] (comment#9) - Simplified tracking maximum status code value.Pawel Piech1-12/+6
2010-02-11[300586] (comment#9) - Removed redundant instanceof DsfMultiStatus.Pawel Piech1-2/+3
2010-02-11[300586] (comment#9) - Removed redundant call to isSuccess().Pawel Piech1-1/+1
2010-02-11[302507] [disassembly view] DSF Disassembly view no longer shows breakpoint i...Anton Leherbauer1-0/+12
2010-02-10Bug 299834 - Assign unique IDs to refresh actions in different views.Pawel Piech1-4/+4
2010-02-09[302327] inaccuracy in JavaDoc IDisassembly.getMixedInstructionsJohn Cortell1-10/+17
2010-02-08[301975] - CountingRequestMonitor status is brokenPawel Piech1-2/+1
2010-02-05Bug 300053 - Inserting additional breakpoint marker into DSF Disassembly ViewAnton Leherbauer3-23/+183
2010-02-05[301913] - [services] Support for repeated call to addServiceEventListenerPawel Piech1-4/+5
2010-02-03[301726] - [breakpoints][view model] Breakpoints disappear when hiding view i...Pawel Piech1-0/+3
2010-02-03Clarify comment. Discussed with Marc.John Cortell1-2/+4
2010-02-03Doc enhancementJohn Cortell1-7/+17
2010-02-01[300586] Error logged by DsfSuspendTriggerPawel Piech1-1/+18
2010-02-01externalize strings in plugin.xml in various pluginsVivian Kong2-2/+3
2010-02-01move up feature version since plugins version are now at 2.1.0Vivian Kong1-1/+1
2010-01-25Fix timer icon.Pawel Piech1-1/+1
2010-01-23[300586] - Error logged by DsfSuspendTriggerPawel Piech2-2/+69
2010-01-21[300361] [expressions] FormattedValueVMUtil does not always set active format...Anton Leherbauer1-6/+6
2010-01-18Correct wording in commentJohn Cortell1-1/+1
2010-01-14[297601] Add find action to local view menuAnton Leherbauer2-4/+6
2010-01-13[297601] [disassembly] Support 'Find' operation in disassembly viewAnton Leherbauer3-4/+39
2010-01-13[298135] Fix removeServiceEventListener argumentAnton Leherbauer2-4/+4
2010-01-11Fixed generics warnings.Pawel Piech1-1/+1
2010-01-11Bug 299167, turn the Variable View's Address column into a Location column.Ken Ryall5-17/+69
2010-01-11Converted some protected methods to private to avoid exposing unnecessary API.Pawel Piech1-3/+3
2010-01-09Fixed test method name.Pawel Piech1-1/+1
2010-01-09Bug 292468 - Create unit tests for BreakpointsMediator2Pawel Piech8-1/+809
2010-01-09Warnings cleanup.Pawel Piech1-1/+1
2010-01-08Bug 293049 - [concurrent] Received IllegalStateException on shutdownPawel Piech1-3/+7

Back to the top