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
Sergey Prigogin
470a007439
Fixed compiler warnings.
2014-04-20 17:47:07 -07:00
Sergey Prigogin
6e96e21cf0
Cosmetics.
2014-04-19 19:10:44 -07:00
Sergey Prigogin
a21efaf92e
Code streamlining.
2014-04-19 18:51:05 -07:00
Sergey Prigogin
7aeacfdddc
Cosmetics.
2014-04-18 20:37:52 -07:00
Sergey Prigogin
bed21120a4
Code streamlining.
2014-04-18 16:27:13 -07:00
Sergey Prigogin
bbc8a48c8c
Cosmetics.
2014-04-18 16:24:45 -07:00
Sergey Prigogin
103f577926
Moved testU8TokenAfterIfdef_429361 to AST2Tests
2014-04-18 12:24:27 -07:00
Marc Khouzam
79dc0b8184
Bug 389945 - Only set breakpoints once for GDB >= 7.4
...
Make the IBreakpoinTargetDMC map to the GDB context for GDB >= 7.4.
This will allow to track breakpoints globally for GDB since that is
how GDB handles breakpoints from 7.4 and up.
Change-Id: I84bccf9bdc6e169624908fee106080f840843e28
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/22388
2014-04-17 13:44:03 -04:00