1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
Commit graph

22801 commits

Author SHA1 Message Date
Alvaro Sanchez-Leon
ddb8ab8708 Bug 431627 - [mem] Need additional API to extend support for memory
spaces
Change-Id: I775f443927ddd326e5aab5c0e9243cd818edde41
Signed-off-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
Reviewed-on: https://git.eclipse.org/r/24994
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Hudson CI
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02 12:57:37 -04:00
Marc Khouzam
fa5de3be3b Update license.html files for 2014 version
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02 11:17:44 -04:00
Marc Dumais
b6ef18973d Bug 432908 - [visualizer] Update Problem Visualizer example to use
VirtualBoundsGraphicObject

Change-Id: I5c15ac2bfa4bfc09faee70f5b12f73360af47f86
Reviewed-on: https://git.eclipse.org/r/25685
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Hudson CI
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-05-02 09:26:07 -04:00
Marc Khouzam
2c2e4c5b96 Bug 400628 - Support Dynamic Printf
Change-Id: I1e030d05b482fef29ef7128d5a897544a0f85ca6
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/10746
Tested-by: Hudson CI
2014-05-01 16:05:03 -04:00
Jeff Johnston
6f9b0cd178 Add check in DwarfReader to avoid exception being caught
- In init, don't bother looking for a special note section
  if the note section size isn't greater than 12 bytes

Change-Id: I57d2d7b0229996edcb1b4149c391e91b0472beea
Reviewed-on: https://git.eclipse.org/r/25822
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-04-30 17:34:35 -04:00
David Kaspar
82853c889d Bug 433869: IQMakeProjectInfo is not updating on active conf. changed
Fixing incorrect eventTypes used for registering
CProjectDescriptionListener in QMakeProjectInfo.start() method.

Change-Id: Ieb602a38999868e3da8487a1757c69bd50cb5837
Signed-off-by: David Kaspar <dkaspar@blackberry.com>
Reviewed-on: https://git.eclipse.org/r/25808
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-04-30 15:34:21 -04:00
Marc Khouzam
fa12f215f9 Bug 432888 - Properly update relative expression for existing child
Change-Id: If8cb1884c52366813e9613e4ef5e465db928d4f2
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/25306
Tested-by: Hudson CI
2014-04-29 15:23:54 -04:00
Marc Khouzam
283f86d8d9 Bug 393930 - Unable to examine a sub-expression using "watch"
Change-Id: Ib8bde486546eef00440a8ef8f1ee05cfe7da48db
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/24299
Tested-by: Hudson CI
2014-04-29 15:21:57 -04:00
Jeff Johnston
12a2ba4b3f Add GNU debug-info support to DwarfReader/Dwarf
- Add support to find separate debug info file using
  the .gnu_debuglink section
- Add support to also find the GNU alt debug info file
  created by the DWZ utility
- Add additional DW_FORMs to support alt data
- Add support to DwarfReader to find the special note section
  containing the build-id and then see if it can find the
  debug-info with that build-id

Change-Id: I0e43ba8af12396cdab4e085ad0c20fdec8c1d83e
Reviewed-on: https://git.eclipse.org/r/24034
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-04-29 15:01:10 -04:00
Andrew Gvozdev
f5f4b5101a bug 433472: Sample code is untidy 2014-04-29 11:37:16 -04:00
Andrew Gvozdev
8047915f17 bug 433463: Poor phrasing in "Tutorial: Creating a simple application" 2014-04-29 10:31:52 -04:00
Marc Dumais
620def4c62 Bug 432854 - [visualizer] Add a new graphic object class supporting
nesting, virtual bounds and automatic scaling

Change-Id: I8d38747af369e0c0d591abab5a76a00c7dc5a43a
Reviewed-on: https://git.eclipse.org/r/25079
Tested-by: Hudson CI
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-28 12:37:30 -04:00
Sergey Prigogin
8e871b492f Bug 433556 - Unqualified name of the containing template is not resolved 2014-04-25 22:22:05 -07:00
Sergey Prigogin
9ea599ef7b Failing test for bug 433556. 2014-04-25 19:01:15 -07:00
Sergey Prigogin
87539d04dd Added a failing test for inherited constructor template. 2014-04-25 17:04:53 -07:00
Sergey Prigogin
fcccfe3807 Corrected few comments. 2014-04-25 17:03:58 -07:00
Sergey Prigogin
300a9b0807 Cosmetics. 2014-04-25 16:54:31 -07:00
Marc Khouzam
ab445bbf47 Bug 433329 - Thread-specific bp created from gdb console loose their
thread-specific state

Change-Id: I7474c8e139545a723ddbebbaf92574ebf8547874
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/25578
2014-04-25 13:20:38 -04:00
Teodor Madan
5216346374 Bug 432988 - Breakpoint Log action cannot evaluate expression at
breakpoint suspend event

Use suspend context instead of breakpoint context for evaluating
expression

Change-Id: I8376baf8dc7efe5f5ad2a3254c29b841ae9940ba
Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
Reviewed-on: https://git.eclipse.org/r/25185
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Hudson CI
2014-04-25 11:29:52 -04:00
Sergey Prigogin
b96e29ae62 Bug 424068 - [C++11] Inheriting constructors.
Inheriting of template constructors is not supported yet.
2014-04-24 17:00:35 -07:00
Sergey Prigogin
8f2ea4c665 Cosmetics. 2014-04-24 17:00:26 -07:00
Sergey Prigogin
f7f3825ef8 Improved type safety. 2014-04-24 16:59:44 -07:00
Sergey Prigogin
8ce322ad37 Cosmetics. 2014-04-24 16:59:35 -07:00
Anton Leherbauer
0152c28c22 Bug 433308 - Always show the Common page initially for new breakpoints 2014-04-24 14:17:48 +02:00
Marc Khouzam
79e8512ebf Missing error messages
Change-Id: I172798d6445cec787bb7a34fda7b8db41d3402bd
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-23 16:15:23 -04:00
Marc Dumais
55afd48ec0 Turned-on API analysis for Visualizer and tweaked previous commits
that broke API stability. 

Change-Id: Idda130776b54f9e984b4179a32532413f2972f5d
Reviewed-on: https://git.eclipse.org/r/25410
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Hudson CI
2014-04-23 11:20:06 -04:00
Sergey Prigogin
2e36f9b4ca Added a TODO. 2014-04-22 17:19:16 -07:00
Sergey Prigogin
7f914e4a6a Fixed a typo. 2014-04-22 17:17:19 -07:00
Sergey Prigogin
861c9a0a29 Fixed an NPE. 2014-04-22 16:12:35 -07:00
Sergey Prigogin
2724fbbe45 Improved reliability of indexer cancellation - a safer version. 2014-04-22 16:07:29 -07:00
Doug Schaefer
185074996d Bug 433222 - Turn on Others category in New Proj Wizard by default.
With this preference off, the new project wizard is a mess. We need
to have categories at the top level, especially as the number of
categories grow. This also fixes an issue with the Autotools which
tried to go into the Others category, but made a bit of a mess and
doesn't really need to be there anyway.

Change-Id: Idc67096756caa77087acabacb18ada41a43202b4
Reviewed-on: https://git.eclipse.org/r/25375
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-04-22 16:49:05 -04:00
Sergey Prigogin
5a5caee142 Improved reliability of indexer cancellation. 2014-04-22 11:43:41 -07:00
Sergey Prigogin
54fd5d6cd0 Cosmetics. 2014-04-22 11:37:13 -07:00
Marc Khouzam
7593d5ee98 Update some pom.xml to match new plugin version
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-22 04:48:54 -04:00
Marc Khouzam
b985a7fc54 Bug 433044 - Deleting a bp from gdb console causes it to be re-installed
Change-Id: I3e7b26bc31104fc8ef12c1330c0a0ff2125da8ae
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/25266
Tested-by: Hudson CI
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2014-04-22 04:38:20 -04:00
Marc Khouzam
fe24fd0570 Enable API tooling for o.e.cdt.debug.ui.memory.traditional
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:33:47 -04:00
Marc Khouzam
53e8e8138e Missing export to o.e.cdt.autotools.core
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:26:11 -04:00
Marc Khouzam
6fb8a428cd Missing exports to o.e.cdt.remote.core
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:23:38 -04:00
Marc Khouzam
27df2eddb2 Enable API Tooling for o.e.cdt.gdb and o.e.cdt.gdb.ui
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:17:53 -04:00
Marc Khouzam
98484e01ca Enabling API tooling for memory.floatingpoint/memorybrowser/transport
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:16:01 -04:00
Marc Khouzam
c559f5a442 Enable API tooling for o.e.cdt.visualizer.core
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:11:48 -04:00
Marc Khouzam
d80202678f Missing export to o.e.cdt.ui
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:08:48 -04:00
Marc Khouzam
d90ba8867b Missing exports to o.e.cdt.visualizer.examples
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:07:22 -04:00
Marc Khouzam
cf3442cead Missing exports to o.e.cdt.dsf.gdb
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:05:37 -04:00
Marc Khouzam
6bf5a5e76b Missing exports for o.e.cdt.debug.mi.ui
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:02:50 -04:00
Marc Khouzam
75b87e0b91 Export missing packages for o.e.cdt.debug.core
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 15:59:57 -04:00
Marc Khouzam
d5166c3dde Updating @since tags
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 15:59:15 -04:00
Marc Khouzam
4a561de9ab Missing exports for gdbjtag.core plugin
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 15:52:57 -04:00
Doug Schaefer
e7200129d1 Add remote from PTP to target. 2014-04-21 13:05:01 -04:00
Doug Schaefer
4c781a5c13 Target for Luna. 2014-04-21 12:36:57 -04:00