1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

21075 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
Dmitry Kozlov
a0f28b668f Bug 391115 - Disassembly view presents "\t" in instruction strings 2012-10-18 11:39:13 -04: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
Sergey Prigogin
c05ea1bf76 Cosmetics. 2012-10-16 14:54:42 -07:00
Sergey Prigogin
d763578079 Added OneSourceMultipleHeadersTestCase class. 2012-10-16 14:53:30 -07:00
Sergey Prigogin
d5f793f01d Similar preference API between cdt.core and cdt.ui 2012-10-16 14:52:37 -07:00
Sergey Prigogin
e8c0bd4d43 Cosmetics 2012-10-16 14:51:35 -07:00
Doug Schaefer
bdbc4e359f Remove fragment jars. Add missing property files. (Cherry picked 8_0) 2012-10-13 18:25:17 -04:00
Marc-Andre Laperle
b1a7526c66 Bug 375221 - [4.x] Resource config menu shows up in context menus 2012-10-11 00:44:18 -04:00
mhussein
516e23c935 Bug 389392 - Editor refresh problem when template executed twice
Modify OpenFiles so that it doesn't attempt to open files if they are
already opened.

Update: added copyright message.

Change-Id: I09fd41b3b34d2b1469cc11a8678f99645a0f9c43
Reviewed-on: https://git.eclipse.org/r/7725
Reviewed-by: Marc-Andre Laperle <malaperle@gmail.com>
IP-Clean: Marc-Andre Laperle <malaperle@gmail.com>
Tested-by: Marc-Andre Laperle <malaperle@gmail.com>
2012-10-09 23:25:23 -04:00
Abeer Bagul
0a4f6638ce Bug 391185 - Do not cancel running source lookup job if framedata is identical
Change-Id: I879e640e976a1c1279587416e615356e596aaf1e
2012-10-08 13:02:51 -07:00
Markus Schorn
e8d0c48cb0 Bug 391284: Updating the list of the base classes did not work correctly. 2012-10-08 07:56:27 +02:00
Markus Schorn
3979620d97 Bug 391190: Using address as template argument. 2012-10-05 09:16:27 +02:00
Mikhail Khodjaiants
0596ffc0d2 Bug 386156 - IllegalArgumentException in ThreadVMNode 2012-10-03 11:42:02 -04:00
Mikhail Khodjaiants
afda71bc56 Bug 363688 - CDT issues "auto-solib-add on" command to gdb with invalid
syntax
2012-10-03 11:09:05 -04:00
Markus Schorn
8c98525c76 Bug 391001: Pointer to member in dependent expression. 2012-10-03 13:56:10 +02:00
Mario Pierro
474f8b9f37 Bug 390979 - NullPointerException in BreakpointsMediator2.getPlatformBreakpoint() 2012-10-02 20:57:52 -07:00
Markus Schorn
5e681bbe50 Bug 381824: Storing dependent bindings. 2012-10-02 10:48:24 +02:00
Marc Khouzam
7cc3de7acf Bug 389097: [breakpoints] Disabled state of Catchpoints at creation is
ignored 

Change-Id: I1c30fb7937ed4e35f22e18f7665c1daf5145ba37
Reviewed-on: https://git.eclipse.org/r/7699
Reviewed-by: John Cortell <john.cortell@freescale.com>
IP-Clean: John Cortell <john.cortell@freescale.com>
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-09-26 09:23:25 -04:00
Marc Khouzam
00a88f7394 Bug 387793: Fix JUnit tests for new -data-write-memory-bytes 2012-09-26 06:43:37 -04:00
John Cortell
4de3c2e62c Removed test exclusions for various tests recently fixed by Markus.
Added exception for
CPPSelectionTestsFastIndexer.testBug103697, which is failing
consistently
2012-09-25 17:53:42 -05:00
John Dallaway
57c9d6bd71 Bug 387688: Memory cache update fix
Change-Id: Ic2d14de4381a58cf124a1db01ae0e72533625e44
Reviewed-on: https://git.eclipse.org/r/7447
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-09-24 10:10:36 -04:00
John Dallaway
285434b5e0 Bug 387793: Support for -data-write-memory-bytes
Change-Id: Ib3cc9d376a9e69176fff9eeeba58bcd68352a141
Reviewed-on: https://git.eclipse.org/r/7448
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-09-21 14:57:45 -04:00
Marc Khouzam
ed5dbf2683 Bug 360314: OS awareness debug view. Change of a text message within
the view.

Change-Id: I431df14ea5ddd33da05d35021853ab8615b75308
Reviewed-on: https://git.eclipse.org/r/7855
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-09-20 14:23:06 -04:00
Vladimir Prus
5439a6af9e Bug 360314: OS awareness debug view
Change-Id: I96b6df8bd5faa7e1da579d9e45580004170ac1e9
Reviewed-on: https://git.eclipse.org/r/5835
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-09-20 11:52:56 -04:00
Vivian Kong
52cf5f2b85 Bug 389951 - [Accessibility] CDT documentation has accessibility issues 2012-09-19 21:17:46 -04:00
Marc Khouzam
5e58ee7125 Typos in javadoc
Change-Id: I560f7c21964a219010a06f7ed18d233e1a53d152
2012-09-18 09:59:52 -04:00
Sergey Prigogin
c79f305503 Cosmetics. 2012-09-17 14:47:05 -07:00
Marc Khouzam
718ba6dfa7 Bug 389527: Update DSF-GDB preference page help
Change-Id: Ie0fb6937ff73f15525db2bdd178464b6bdc9a2d7
Reviewed-on: https://git.eclipse.org/r/7766
Reviewed-by: John Cortell <john.cortell@freescale.com>
IP-Clean: John Cortell <john.cortell@freescale.com>
Tested-by: John Cortell <john.cortell@freescale.com>
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-09-17 14:34:28 -04:00
Markus Schorn
22747c0877 Bug 379604: Discard template functions where explicit args do not match from function set. 2012-09-17 11:10:38 +02:00
Markus Schorn
b142e8e20a Bug 378930: ArrayStoreException collecting fields. 2012-09-17 08:46:34 +02:00
Andrew Gvozdev
b1fc6f69be bug 357442: User-friendlier message about missing toolchain 2012-09-16 07:22:50 -04:00
Markus Schorn
d643e121a0 Fix intermittent test failures. 2012-09-14 09:32:36 +02:00
Markus Schorn
9cdef8c443 Bug 299911: Directly marshall template arguments rather than their type and value. 2012-09-14 09:32:36 +02:00
Marc Khouzam
983d057df1 Bug 389518: Simplify DSF-GDB preferences page
Change-Id: Iaafc2acaaeb36a825584db7bea08dd179e4ab9a6
Reviewed-on: https://git.eclipse.org/r/7750
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-09-13 14:45:58 -04:00
Marc Khouzam
c35d8851b9 Bug 389518: Simplify GDB traces preference
Change-Id: If767cbf1b54b4820cf5d5e6ff06c58b10f72e598
Reviewed-on: https://git.eclipse.org/r/7746
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-09-13 13:08:54 -04:00
Markus Schorn
0a9773666e Bug 372587: Testcase. 2012-09-13 16:39:12 +02:00
Markus Schorn
857973df82 Bug 372587: Argument deduction for function call. 2012-09-13 16:30:28 +02:00
Sergey Prigogin
eb8f1b49ea Cosmetics. 2012-09-12 18:48:21 -07:00
Sergey Prigogin
bc11a19cbc JavaDoc adjustments. 2012-09-12 12:18:32 -07:00
Sergey Prigogin
044f754d10 Cosmetics. 2012-09-11 16:11:02 -07:00
Sergey Prigogin
21bec6fcb4 Adjusted comments. 2012-09-11 16:08:56 -07:00
Sergey Prigogin
fc6b186ee6 Removed unnecessary synchronization. 2012-09-11 16:06:49 -07:00
Sergey Prigogin
59f33be72f Fixed a race condition in setting up path canonicalization strategy. 2012-09-11 16:04:41 -07:00
Sergey Prigogin
5c0836124a Cosmetics. 2012-09-11 16:03:22 -07:00
Vivian Kong
03a3b41095 Bug 388243 - [LR parser] ICPPASTConstructorInitializer offsets did not
include parentheses
2012-09-10 15:47:57 -04:00
Marc Khouzam
53b80f4d7e Bug 389070: Need to install disabled breakpoints
Change-Id: Iedc6bcb29030f8e9d8e05355e53c2d3fddfac3de
Reviewed-on: https://git.eclipse.org/r/7700
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-09-10 11:28:38 -04:00
Marc Khouzam
1735542b2d Bug 388793: Breakpoint actions do not work with non-stop mode
Change-Id: Ied37f0289d6ab6fe2ab6ac250bf4ecdce82faaff
Reviewed-on: https://git.eclipse.org/r/7657
Reviewed-by: Pawel Piech <pawel.piech@windriver.com>
IP-Clean: Pawel Piech <pawel.piech@windriver.com>
Tested-by: Pawel Piech <pawel.piech@windriver.com>
2012-09-07 10:58:11 -04:00