Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/memory
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Bug 337748 - Added source for memory and p2.Doug Schaefer8-0/+87
2011-09-03Fix poms for tycho 0.13.Doug Schaefer1-1/+2
2011-09-02Bug 356352 : Added DnD capability to the expression text-box in theRandy Rohrbach1-1248/+1292
Memory Browser
2011-08-31Bug 356346 - Do not reload expressions if the debug context is the sameRandy Rohrbach1-13/+16
as before.
2011-06-28Mavenizing CDT releng.Doug Schaefer5-0/+85
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-08Bug 348754 - Update feature copyright statements for IndigoVivian Kong2-2/+2
2011-05-20Bug 346129 - stack overflow crash when moving in renderer.Randy Rohrbach1-21/+39
2011-05-20Bug 345664 - Perform an automatic GO when selecting a new address from the list.Randy Rohrbach1-0/+3
2011-05-20Bug 346568 - Update licenses for IndigoVivian Kong4-4/+8
2011-04-08Bug 342239 - Traditional memory rendering lacks per byte display granularity ↵Teodor Madan1-8/+25
for unreadable bytes
2011-04-06Bug 341730 Strings on the Traditional Memory Rendering preferences page not ↵Vivian Kong2-17/+33
externalized
2011-04-01Bug 341682 - Duplicate string ID found in ↵John Cortell1-2/+0
ORG.ECLIPSE.CDT.DEBUG.UI.MEMORY.MEMORYBROWSER
2011-03-29Bug 341245 - Importing binary file larger than 1024 bytes works incorrectlyJohn Cortell1-1/+1
2011-03-15Bug 328690 - Traditional Rendering: "Copy" contents from individual paneKen Ryall4-58/+175
2011-03-04Bug 337881: [Memory Browser] Persist the Go To Address history in the launch ↵John Cortell4-101/+192
configuration. (Changes resulting from code review.)
2011-02-25Change update site URL to indigoVivian Kong1-1/+1
2011-02-24Bug 337881 - Applied Alain Lee patch to deliniate saparate expression lists ↵Randy Rohrbach2-52/+222
on a per user/launch basis, where the lists are stored in the launch.
2011-02-15Bug 334566 - [multicore][Pin&Clone] Add support for icon overlay in the ↵Patrick Chuong3-1/+1
debug view
2011-02-09Bug 336268 create empty selection when last tab is disposed.Randy Rohrbach1-0/+1
2011-02-07Bug - 326307Randy Rohrbach5-17/+216
Initial version with dropdown expressions list. Also this code contains fixes for 330468. I had these edits in place when I started working with Alain's patch. Randy 781-354-2226
2011-01-28Bug - 323013Randy Rohrbach1-33/+96
Improves the scroll bar position when moving within the data pane. Supplied by Andre St. LAurent ( Wind Rive Systems Inc. ) Randy Rohrbach 781-364-2226
2011-01-17Bug 331781 - Pin and Clone supportPatrick Chuong5-7/+38
2011-01-08Bug 333443 - Make the method public instead of protectedRandy Rohrbach1-1/+1
Randy Rohrbach - Wind River : 781-364-2226
2010-11-16Increment memory browser versionAnton Leherbauer2-2/+2
2010-11-16Fix JRE Runtime and compliance settingsAnton Leherbauer4-4/+44
2010-11-16Bug 330342 - Memory Browser does not work when memory block retrieval does ↵Anton Leherbauer1-10/+13
not implement IAdaptable
2010-10-18Bug 326965 - Added Ctrl+F functionality to bring up the Find/Replace dialog. ↵Randy Rohrbach4-7/+92
Also fixed persistence issue with Context Sensitive entry.
2010-09-20Bug 323221 - Moved the handling of the GotoAddress bar so it is executed on ↵Randy Rohrbach1-1/+2
a UI runnable thread.
2010-09-20Bug 321692: Remove dependencies to plugins from featuresMarc Khouzam1-10/+0
2010-09-02Fix potential null pointer useJohn Cortell3-4/+8
2010-09-02Turned on detection of potential null pointer usage. Also, some plug-ins I ↵John Cortell8-14/+384
protected against future warnings a while back lacked protection on all three levels (compiler, PDE, API)
2010-07-30Bug 315020 - The Memory Browser Find/Replace logic prefetchs data outside ↵Randy Rohrbach2-133/+266
the specified memory range. Bug 321407 - "Case Insensitive" option is supposed to be disabled while the searching format is Hex/decimal/octal/binary. Bug 321408 - Setting "Direction-->Backward" of "Find/Replace Memory" dialog can not find memory address one by one in Memory view.
2010-07-21Bug 320372 - Memory Browser should invoke becomesVisible/becomesHidden on ↵Anton Leherbauer1-13/+54
renderings Also re-adds public constant MemoryBrowser.ID which got removed in version 1.21
2010-07-19Bug 319193 - [Memory Browser]Switching between two cpus does not affect edit ↵Teodor Madan2-11/+50
box where address is entered
2010-07-14Bug 319890 - [memory] When nothing is selected in Debug view, memory browser ↵Pawel Piech1-19/+24
still shows data
2010-06-18Updated classpath to specify 1.5 JRE. The lack of it was causing errors for ↵John Cortell2-2/+2
Mikhail (now that I've turning those warnings into errors). Not sure why I'm not seeing them. Investigating...
2010-06-18More changes to keep project warning-freeJohn Cortell4-0/+132
2010-06-06Bug 315895 - Names and descriptions of CDT features are confusing.Sergey Prigogin2-4/+4
2010-06-03Bug 315439 Fix up copyrightVivian Kong21-19/+39
2010-06-01Bugzilla 312098 : [Memory Browser] do not create a rendering automatically ↵Randy Rohrbach2-8/+7
when Memory Browser is opened. Additional cleanup per John Cortell suggestions/issues. Randy
2010-06-01This is a continuation of Bugzilla 312098 : [Memory Browser] do not create ↵Randy Rohrbach1-5/+1
a rendering automatically when Memory Browser is opened. Changed the code dealing with the Wrong Expression displayed to be used consistently.
2010-05-31Bug 306627 - Fix license inconsistenciesVivian Kong4-122/+238
2010-05-31 Bug 314212 - CDT Feature copyright dates are outdatedVivian Kong2-2/+2
2010-05-28Bug 314745: Need to API to expose the address bar text and memory space ID ↵John Cortell1-1/+7
set in Memory Browser
2010-05-20 Bug 313806 - Export all debug packages.Mikhail Khodjaiants2-0/+4
2010-05-20Bug 309032: Need APIs to support memory pages (add ability for backend to ↵John Cortell1-4/+17
indicate a memory space qualification is necessary)
2010-05-19Fixed excessive indentation in method. No functional change.John Cortell1-34/+34
2010-05-19Bug 309032: Need APIs to support memory pages (oversight; was dropping ↵John Cortell1-8/+6
rendering name in label when memory space is involved).
2010-05-19Bug 309032: Need APIs to support memory pages (teo's fix to not create a ↵John Cortell1-119/+134
memory block at address zero when switching to a new memory space).
2010-05-18Bug 309032: Need APIs to support memory pages (or memory spaces). Don't show ↵John Cortell1-1/+4
memory spaces if there are less than two memory spaces.

Back to the top