Sergey Prigogin
97974585ef
Fixed a typo.
2012-10-28 10:53:01 +01:00
Marc-Andre Laperle
c7cc50c93e
Bug 385608 - Eclipse Juno 64 bits don't discover the visual studio paths
2012-10-27 15:02:57 -04:00
Andrew Gvozdev
8194410514
Bug 392966: Indexing only source files in the build doesn't work properly with new scanner discovery
2012-10-27 08:46:06 -04:00
Sergey Prigogin
cfdd0d2581
Yet another typedef preservation fix.
2012-10-26 22:31:53 +02:00
Marc Khouzam
72d411a73b
Bug 360735: Add support for multi-selection in the Debug view for "Show
...
Breakpoints Supported by Selected Target"
Change-Id: I1605e080f15e1ce352c33236c4442778cdfdeee3
Reviewed-on: https://git.eclipse.org/r/7974
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-10-26 05:39:32 -04:00
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
David McKnight
1e3b02b3c6
[391774] [dstore] NPE if user-log directory cannot be created
2012-10-16 20:14:25 +00:00
David McKnight
4b0b3fbd1b
[392012] [dstore] make server safer for delete operations
2012-10-16 20:11:56 +00:00
David McKnight
1062b05a6a
[391966][dstore][performance] unnecessary call slows down large queries
2012-10-15 21:29:04 +00:00
Anna Dushistova
11f7a5cf38
[releng] modified pom for the new git structure.
2012-10-14 16:41:45 +00:00
Anna Dushistova
b2080742e2
[releng] modified pom for the new git structure.
2012-10-14 16:07:31 +00:00
Andrew Gvozdev
fa29d609b1
Merge remote-tracking branch 'cdt/master' into sd90
2012-10-14 07:42:43 -04:00
Andrew Gvozdev
ce5780c6c7
Fixed @since tags
2012-10-14 07:30:12 -04: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
David McKnight
409cbb7119
[391164] [dstore] don't clear cached elements when they're not spirited or deleted
2012-10-05 19:47:43 +00:00
David McKnight
b2a42b4bed
[391164] [dstore] don't clear cached elements when they're not spirited or deleted
2012-10-05 11:51:25 +00:00
Markus Schorn
3979620d97
Bug 391190: Using address as template argument.
2012-10-05 09:16:27 +02:00
David McKnight
5cb12a9750
[391132] filterpools don't persist when profile names end in _
2012-10-04 19:02:28 +00:00
David McKnight
c4b97e28ba
[391065] [dstore][regression] DataElement with "" type treated as deleted (when it's not)
2012-10-03 20:58:56 +00: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
Anna Dushistova
f43fdf19c2
[386262] fixed NPE in setTerminalSize.
2012-10-01 18:17:14 +00:00
Anna Dushistova
89489ebd5f
[386262] fixed NPE in setTerminalSize.
2012-10-01 18:17:14 +00:00
David McKnight
faadd385ee
[390609] Cached file opened twice in case of eclipse linked resource..
2012-09-28 18:01:41 +00:00
David McKnight
b152672e22
[390681] [dstore] need to merge differences between HEAD stream and 3.2 in ConnectionEstablisher.finished()
2012-09-28 14:19:14 +00:00