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

99 commits

Author SHA1 Message Date
Teodor Madan
11f72ba1e9 Bug 319193 - [Memory Browser]Switching between two cpus does not affect edit box where address is entered 2010-07-19 07:08:16 +00:00
Pawel Piech
016c840b51 Bug 319890 - [memory] When nothing is selected in Debug view, memory browser still shows data 2010-07-14 18:18:13 +00:00
John Cortell
abc6a93d59 Updated classpath to specify 1.5 JRE. The lack of it was causing errors for Mikhail (now that I've turning those warnings into errors). Not sure why I'm not seeing them. Investigating... 2010-06-18 18:58:19 +00:00
John Cortell
44b0e41210 More changes to keep project warning-free 2010-06-18 17:09:09 +00:00
Sergey Prigogin
df06a819ec Bug 315895 - Names and descriptions of CDT features are confusing. 2010-06-06 03:09:06 +00:00
Vivian Kong
b2370eeea7 Bug 315439 Fix up copyright 2010-06-03 14:12:21 +00:00
Randy Rohrbach
8def1f711a Bugzilla 312098 : [Memory Browser] do not create a rendering automatically when Memory Browser is opened. Additional cleanup per John Cortell suggestions/issues.
Randy
2010-06-01 22:31:57 +00:00
Randy Rohrbach
11a26ae0a2 This is a continuation of Bugzilla 312098 : [Memory Browser] do not create a rendering automatically when Memory Browser is opened. Changed the code dealing with the Wrong Expression displayed to be used consistently. 2010-06-01 19:56:39 +00:00
Vivian Kong
1dc1732f57 Bug 306627 - Fix license inconsistencies 2010-05-31 15:54:52 +00:00
Vivian Kong
36b3638d97 Bug 314212 - CDT Feature copyright dates are outdated 2010-05-31 15:15:04 +00:00
John Cortell
6f3aa8adf2 Bug 314745: Need to API to expose the address bar text and memory space ID set in Memory Browser 2010-05-28 13:01:57 +00:00
Mikhail Khodjaiants
96cbef1494 Bug 313806 - Export all debug packages. 2010-05-20 20:49:47 +00:00
John Cortell
4578a2a5ca Bug 309032: Need APIs to support memory pages (add ability for backend to indicate a memory space qualification is necessary) 2010-05-20 15:02:31 +00:00
John Cortell
b06c97830a Fixed excessive indentation in method. No functional change. 2010-05-19 19:54:45 +00:00
John Cortell
2211e870c6 Bug 309032: Need APIs to support memory pages (oversight; was dropping rendering name in label when memory space is involved). 2010-05-19 14:55:36 +00:00
John Cortell
b53055056d Bug 309032: Need APIs to support memory pages (teo's fix to not create a memory block at address zero when switching to a new memory space). 2010-05-19 14:43:18 +00:00
John Cortell
36e5cb1427 Bug 309032: Need APIs to support memory pages (or memory spaces). Don't show memory spaces if there are less than two memory spaces. 2010-05-18 15:44:54 +00:00
John Cortell
ccb7b7ed22 Bug 312098: do not create a rendering automatically when Memory Browser is opened (fixed regression to memory space support) 2010-05-17 20:01:01 +00:00
Randy Rohrbach
3a958f19ca Bugxilla 312098. 2010-05-16 03:20:21 +00:00
John Cortell
5a1558ddd2 Bug 309032: Need APIs to support memory pages (or memory spaces) 2010-05-13 19:43:47 +00:00
James Blackburn
d107ceab3c Bug 312292 suppress "method AbstractPane.updateCaret() does not override the inherited method" on Linux 2010-05-10 16:53:59 +00:00
John Cortell
444b314efa Make memory browser plugins warning-intolerant 2010-05-06 21:44:58 +00:00
John Cortell
600e524d6c Fixed warning 2010-05-06 21:40:53 +00:00
Vivian Kong
5d22a3c67a Bug 306627 - Fix license inconsistencies 2010-04-28 14:45:10 +00:00
Vivian Kong
f5aa6deafd Bug 306627 - Fix license inconsistencies 2010-04-14 14:56:05 +00:00
Ken Ryall
857c5eae68 Bug 303440 - [preferences] Unify and clarify debug preference pages 2010-04-07 15:19:53 +00:00
John Cortell
5db1a3b7f4 [306066] Accidental boolean assignment in org.eclipse.cdt.debug.ui.memory.traditional.Rendering (applied patch) 2010-03-31 19:34:11 +00:00
John Cortell
f4e45adcea [307023] Use of reflection in extending memory view/browser rendering API is unacceptable 2010-03-25 07:24:13 +00:00
Randy Rohrbach
5a2bd63d5e Bugzillas 306829 & 305129.
Randy
2010-03-23 16:45:00 +00:00
John Cortell
c66fc1442a [306018] Memory Browser several GUI problems 2010-03-16 21:01:46 +00:00
John Cortell
918fa29658 Fixed NPE when there are no memory spaces 2010-03-12 19:49:24 +00:00
Ted Williams
cafa75507d [Bug 304563] Memory Browser: address space awareness 2010-03-03 22:34:30 +00:00
Vivian Kong
8ff63ab2c3 Bug 303481 - change update site for helios 2010-02-26 15:54:53 +00:00
Randy Rohrbach
be9d6fad05 Bugzilla 299945.
Since there have been no further comments or objections I am committing this change.

I updated the appropriate version numbers as specified by Pawel and Doug.

Randy
2010-01-27 19:53:57 +00:00
John Cortell
e59e5c3e2b Fixed warning 2010-01-25 20:36:52 +00:00
Randy Rohrbach
7b741e73cb Bugzilla 299688.
Randy
2010-01-21 19:58:09 +00:00
John Cortell
8e3a1169fe [283586] Traditional Rendering are not disposed after Memory Browser is closed or Debug Session is terminated. Additional fixes from Teo (slightly adjusted) 2010-01-20 19:54:24 +00:00
Randy Rohrbach
5689e4da5d Bugzilla 297269.
randy
2010-01-19 17:21:03 +00:00
John Cortell
6d324d7f03 [299019] CMemoryBlockExtension does not correctly implement IMemoryBlockExtension#setBaseAddress. Applied patch with some modifications. 2010-01-13 17:12:02 +00:00
John Cortell
c341b5b329 [299323] Scrolling through invalid memory grows the Eclipse error log 2010-01-11 22:46:57 +00:00
John Cortell
01e44176ed Fixed warnings 2010-01-11 22:26:40 +00:00
John Cortell
09d42ac811 [298866] Traditional memory rendering scrollbar cannot scroll more than Integer.MAX_VALUE rows (applied patch, slightly modified) 2010-01-11 22:25:51 +00:00
Randy Rohrbach
cb1d5a3dfb Bugzilla 298115 2009-12-18 20:59:02 +00:00
John Cortell
cd837027a9 [297085] "Scroll to File Start Address" checkbox has no effect. Additionally, the scrolling logic does not support Memory Browser or Traditional Rendering. 2009-12-07 22:02:41 +00:00
Ted Williams
f2a54cc0db [296023] private -> protected 2009-12-02 19:52:21 +00:00
Randy Rohrbach
1a93930f72 Bugzilla 293812. 2009-10-30 19:07:41 +00:00
Randy Rohrbach
aa7ec888a1 Warning cleanup. No functional changes. 2009-10-26 17:27:52 +00:00
Randy Rohrbach
e2ba58b42c Cleanup warnings. No functional code changes. 2009-10-26 17:21:43 +00:00
Randy Rohrbach
c30af4fb0f Just fix simple warnings. No functional changes. 2009-10-26 14:03:42 +00:00
Randy Rohrbach
315fd1e2a6 Bugzilla 292834 2009-10-20 23:56:35 +00:00