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

21035 commits

Author SHA1 Message Date
Marc Khouzam
1709e1b676 Bug 360735: Add support for multi-process for "Show Breakpoints
Supported by Selected Target"

Change-Id: I8b64d5f7d8d87b6c6bce0737249207e9077a1d78
Reviewed-on: https://git.eclipse.org/r/7923
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-26 05:39:03 -04:00
Marc Khouzam
f6ce109425 Bug 360735: Add preference for behavior of "Show Breakpoints Supported
by Selected Target"

Change-Id: I648da9180d504d3177e2b9b101a2cf87a9209f84
Reviewed-on: https://git.eclipse.org/r/7922
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-10-26 05:38:42 -04:00
Mikhail Khodjaiants
1ca3907ef3 Bug 360735: "Show Breakpoints Supported by Selected Target" should allow
to filter bp that don't apply to the active context

Change-Id: I60d554359859cba64e4dd0d840c4a6ca63fd54d8
Reviewed-on: https://git.eclipse.org/r/7921
IP-Clean: 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-10-26 05:38:19 -04:00
Sergey Prigogin
fb6d56fd3e Another typedef preservation fix. 2012-10-26 00:38:03 +02:00
Sergey Prigogin
86390642d7 Preservation of typedefs in template arguments. 2012-10-24 23:21:15 +02:00
Sergey Prigogin
8b36ca271a Cosmetics. 2012-10-24 23:21:10 +02:00
Sergey Prigogin
2243185110 Whitespace. 2012-10-24 23:21:04 +02:00
Sergey Prigogin
330fedddc0 Cosmetics. 2012-10-24 23:21:00 +02:00
Mikhail Khodjaiants
e6fb010b4f Bug 384632 - Missing change mark in the Memory view
Change-Id: I8d0a8ade47c0e16eb4f938bb78407d8707c156eb
Reviewed-on: https://git.eclipse.org/r/6681
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-24 12:37:33 -04:00
Sergey Prigogin
d514c8e8d4 Whitespace. 2012-10-23 12:28:40 +02:00
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