1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

153 commits

Author SHA1 Message Date
Randy Rohrbach
90a6c37f6b Bug 392095 The Traditional Memory Renderer does not work properly with the TCF Memory Block.
Tightened up obtaining the factory using an adapter ( pawel input ).
2012-10-22 23:22:19 +02:00
Randy Rohrbach
e5d456ed53 Bug 392095 The Traditional Memory Renderer does not work properly with the TCF Memory Block.
This is an initial solution which is made up of 2 parts
    1.) Changed the lower-level renderer to filter based on memory block as well as debug target.
    2.) Changed the parent render to become a listener for model changed events which are translated
        in to direct calls to the renderer to update the displayed values.
2012-10-22 23:21:49 +02:00
Randy Rohrbach
952831f2ab Bug 392095 The Traditional Memory Renderer does not work properly with the TCF Memory Block.
This is an initial solution which is made up of 2 parts
1.) Changed the lower-level renderer to filter based on memory block as well as debug target.
2.) Changed the parent render to become a listener for model changed events which it translated in
    to the older debug events the lower-level renderer is expecting.
Pawel has suggested a more compact implementation which I will persue. But for now this is at least
a current fix.
2012-10-22 23:19:40 +02:00
mhussein
f2724c6bdf Bug 391390 : Updatesite url is indigo
Removed all update site urls from all feature.xml files based on
Martin's suggestion in
http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg25067.html
that refers to https://bugs.eclipse.org/bugs/show_bug.cgi?id=380633


Change-Id: Idb326ff9f1d8187088345d91d2d0c7c98c227d9e
Reviewed-on: https://git.eclipse.org/r/8092
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-17 14:18:01 -04:00
mahmed
b6556bab86 Bug 382119
Create the Find/Replace dialog with the new memory block reference to
fix RejectedExecutionException problem when find after re-launching
project

Change-Id: I1d9b2ec5ace5bbc4d82adb14075f613dbe7c5d57
Reviewed-on: https://git.eclipse.org/r/6323
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-09 16:12:45 -04:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Randy Rohrbach
e266e58f98 Bug 379968 : Memory find/replace does not account for target endian-ness 2012-05-22 15:21:11 -04:00
Randy Rohrbach
d768c30d0c Bug 378294 : The SRecord importer/exporter dialogs allow entry of
addresses that are more than 32-bits

Change-Id: I529b9a85d25327c4a48d809f52fd2d87d80a80fd
Reviewed-on: https://git.eclipse.org/r/5787
Reviewed-by: Randy Rohrbach <Randy.Rohrbach@Windriver.com>
IP-Clean: Randy Rohrbach <Randy.Rohrbach@Windriver.com>
Tested-by: Randy Rohrbach <Randy.Rohrbach@Windriver.com>
2012-05-22 14:45:51 -04:00
Marc-Andre Laperle
68b6f3dc90 Upgrade to Tycho 0.14.1 2012-04-23 00:25:47 -04:00
Marc-Andre Laperle
a4538dbc3a Increment versions so that they are >= Indigo SR2 2012-02-05 15:35:26 -05:00
Marc Khouzam
2bafef2e42 Code cleanup, mostly about missing @Override 2012-01-17 09:42:18 -05:00
Marc Khouzam
856f097e70 Make deprecated use of elements warnings instead of errors to be able to compile on E4 2012-01-12 10:46:59 -05:00
Marc-Andre Laperle
63546f3ccf Bug 357170 - Fix some build.properties that were fixed only on cdt_8_0 2012-01-05 13:00:14 -05:00
John Cortell
551220367b Bug 356346 - You cannot enter an expression in the memory Browser expression area if a continuous breakpoint is runing 2011-11-10 15:38:12 -06:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
U-bobgato\cortell
e453c2257d Bug 339708 - [Memory Browser] Need a public method for getting selected memory space 2011-10-14 21:04:33 -05:00
John Cortell
9445f4c6a4 Bug 356346 - You cannot enter an expression in the memory Browser expression area if a continuous breakpoint is runing (backed out change; see bugzilla for explanation) 2011-10-12 11:55:12 -05:00
John Cortell
8f1ac18b4e Bug 355438 - [Memory Browser] SWT Exception (applied patch) 2011-10-07 14:19:12 -05:00
Doug Schaefer
9ec9113700 Update version numbers for Juno. 2011-09-22 15:03:14 -04:00
Chris Recoskie
4f80345f71 Bug 356901 - TVT/DVT3.7:TCT102: DAN: Truncation of "Case Insensitive" 2011-09-20 13:30:16 -04:00
Doug Schaefer
eb8190211d Bug 337748 - Added source for memory and p2. 2011-09-13 12:07:46 -04:00
Doug Schaefer
bca8fe06a1 Fix poms for tycho 0.13. 2011-09-02 20:48:39 -04:00
Randy Rohrbach
68a58cd4e9 Bug 356352 : Added DnD capability to the expression text-box in the
Memory Browser
2011-09-02 17:50:43 -04:00
Randy Rohrbach
a87ea0e3ab Bug 356346 - Do not reload expressions if the debug context is the same
as before.
2011-08-31 15:17:56 -04:00
Doug Schaefer
d7092b12c9 Mavenizing CDT releng.
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Vivian Kong
f6d1c8c24b Bug 348754 - Update feature copyright statements for Indigo 2011-06-08 14:36:18 +00:00
Randy Rohrbach
2305812d98 Bug 346129 - stack overflow crash when moving in renderer. 2011-05-20 03:53:17 +00:00
Randy Rohrbach
7bda52bcdb Bug 345664 - Perform an automatic GO when selecting a new address from the list. 2011-05-20 03:37:46 +00:00
Vivian Kong
c82cbe55fb Bug 346568 - Update licenses for Indigo 2011-05-20 00:59:10 +00:00
Teodor Madan
60417d5ce5 Bug 342239 - Traditional memory rendering lacks per byte display granularity for unreadable bytes 2011-04-08 13:59:12 +00:00
Vivian Kong
331fa00081 Bug 341730 Strings on the Traditional Memory Rendering preferences page not externalized 2011-04-06 14:15:03 +00:00
John Cortell
ce6f320fd8 Bug 341682 - Duplicate string ID found in ORG.ECLIPSE.CDT.DEBUG.UI.MEMORY.MEMORYBROWSER 2011-04-01 22:04:55 +00:00
John Cortell
79a13f0c70 Bug 341245 - Importing binary file larger than 1024 bytes works incorrectly 2011-03-29 15:13:34 +00:00
Ken Ryall
011be21212 Bug 328690 - Traditional Rendering: "Copy" contents from individual pane 2011-03-15 15:54:52 +00:00
John Cortell
d71b3a2ce7 Bug 337881: [Memory Browser] Persist the Go To Address history in the launch configuration. (Changes resulting from code review.) 2011-03-04 16:45:30 +00:00
Vivian Kong
101d5367d0 Change update site URL to indigo 2011-02-25 14:36:44 +00:00
Randy Rohrbach
21fb967107 Bug 337881 - Applied Alain Lee patch to deliniate saparate expression lists on a per user/launch basis, where the lists are stored in the launch. 2011-02-24 18:15:13 +00:00
Patrick Chuong
480ee167c8 Bug 334566 - [multicore][Pin&Clone] Add support for icon overlay in the debug view 2011-02-15 21:12:12 +00:00
Randy Rohrbach
caccc14ee8 Bug 336268 create empty selection when last tab is disposed. 2011-02-09 18:40:32 +00:00
Randy Rohrbach
c681894c31 Bug - 326307
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-02-07 21:14:42 +00:00
Randy Rohrbach
5c17240c89 Bug - 323013
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-28 20:44:11 +00:00
Patrick Chuong
0d4ca399d0 Bug 331781 - Pin and Clone support 2011-01-17 18:17:43 +00:00
Randy Rohrbach
7d8bb1b7b9 Bug 333443 - Make the method public instead of protected
Randy Rohrbach - Wind River : 781-364-2226
2011-01-08 03:34:27 +00:00
Anton Leherbauer
f32b1fefd0 Increment memory browser version 2010-11-16 13:00:17 +00:00
Anton Leherbauer
e61b1a0148 Fix JRE Runtime and compliance settings 2010-11-16 12:57:43 +00:00
Anton Leherbauer
d09d23c02a Bug 330342 - Memory Browser does not work when memory block retrieval does not implement IAdaptable 2010-11-16 12:57:28 +00:00
Randy Rohrbach
8f8c163b4d Bug 326965 - Added Ctrl+F functionality to bring up the Find/Replace dialog. Also fixed persistence issue with Context Sensitive entry. 2010-10-18 20:21:51 +00:00
Randy Rohrbach
d1ee0b132a Bug 323221 - Moved the handling of the GotoAddress bar so it is executed on a UI runnable thread. 2010-09-20 19:11:50 +00:00
Marc Khouzam
ce50ee07e2 Bug 321692: Remove dependencies to plugins from features 2010-09-20 09:05:59 +00:00