Doug Schaefer
b26917be90
Introduce Core Build launches and Launch Bar integration.
...
Unify launching for projects that use the new Core Build system.
Starts with CMake projects. We'll do Qt projects next.
Change-Id: I14af8e99decd54cc6548095b3ad3e054c550aea2
2016-09-12 11:14:17 -04:00
Alvaro Sanchez-Leon
e9b297390b
Bug 303808: Add a terminate button to the debugger console view
...
Change-Id: I67b37be1991c564dca961d3d2f85b9ba0da098c5
2016-09-07 15:38:43 -04:00
Marc Khouzam
999c2e97cc
Bug 303808: Add dedicated debugger console view
...
Splitting out the GDB console into its own Debugger Console view.
The goal of this patch is to allow the user to easily keep the full GDB
console in focus, without having to pin it, as the pin requirement was
not very user-friendly. Furthermore, the user can also use the GDB
console while looking at the output of the program being debugged,
which couldn't not be done without a dedicated gdb console view.
This patch also resolves two issues we had with re-using the platform
console view, which were:
- pin didn't work
- clone didn't work
With this new Debugger console view, there is no pin and no clone.
Change-Id: Ia19132704a2f6618f35ffe47ebb4b8f0028dc9ab
2016-09-07 15:26:43 -04:00
Marc Khouzam
9e1e981b4d
Move the rest of the CDT plugins to java 8
...
This change was generated using the script:
releng/scripts/ChangeJavaVersion.sh
Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2016-06-22 14:51:43 -04:00
Jonah Graham
ff7f25b94d
Bug 484900: Remove Majority of CDI classes
...
This is the first change to remove CDI from CDT. The CDI model
implementation is removed along with everything that directly
depends upon the implementation.
This commit does not include refactoring or moving classes. The few
insertions are the minimum necessary.
Change-Id: I80274e1a0d77bc7bb00a2afe4babc00c4f7613ae
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2016-03-08 19:18:05 -05:00
Sergey Prigogin
728fd554e4
Incremented version of org.eclipse.cdt.core to 6.0.
...
Change-Id: I059e7eba9eff7f24c84e08a1cbf658381aaaf19d
2016-02-17 10:28:26 -08:00
Marc-Andre Laperle
1c258538de
Remore unused New New Wizard
...
This code is not used and hasn't been touched since 2012.
Now it can be referred as the "old new new wizard".
Change-Id: Iccc60651a8233a5ef5b138dfcc334cfcf926d109
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-12-28 13:20:43 -05:00
Marc Dumais
ce5a26d6ce
Bug 441713 - [visualizer] Make pinning of multicore visualizer view
...
possible
Change-Id: Ie47c21c35dc85d4efd34f273f8f0a51d4e82d16a
Reviewed-on: https://git.eclipse.org/r/31898
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-08-22 07:07:57 -04:00
Marc Dumais
2af299938c
Bug 436095 - [visualizer] Make cloning of visualizer view possible
...
Change-Id: Ic77a218c513c7066a3f7300bb76aa85359ce0852
Reviewed-on: https://git.eclipse.org/r/28807
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-08-14 14:25:04 -04:00
Iulia Vasii
13c929ccdf
Bug 437065 - Import executable wizard will not warn user that there's
...
already such file in existing project
Change-Id: Id75e97943f6f5a82bd1e731fd4e64a89eeb54fbf
Signed-off-by: Iulia Vasii <IuliaMadalina.Vasii@freescale.com>
Reviewed-on: https://git.eclipse.org/r/28344
Tested-by: Hudson CI
Reviewed-by: Teodor Madan <teodor.madan@freescale.com>
Tested-by: Teodor Madan <teodor.madan@freescale.com>
2014-07-11 09:24:06 -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
Marc Khouzam
ea81f8bf27
Bug 430304 - "Add C/C++ Watchpoints" no longer shows for variables and
...
expressions view
Change-Id: I0ed59f1f2ce4a6c145b601b79bc9394071686f06
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/23342
2014-03-13 13:22:38 -04:00
Sergey Prigogin
5d7a19fa6c
Enabled JDK 1.7.
...
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d
Reviewed-on: https://git.eclipse.org/r/21020
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-24 13:38:55 -05:00
Marc Khouzam
11171b06ad
Bug 376116 - Use new "Add breakpoint..." with tracepoints
...
Change-Id: I35ccb2d089683ce760405358d45fff2477036659
Reviewed-on: https://git.eclipse.org/r/11033
Reviewed-by: Pawel Piech <pawel.1.piech@gmail.com>
Tested-by: Pawel Piech <pawel.1.piech@gmail.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>
2013-03-14 06:49:01 -04:00
Marc Khouzam
03af322a6f
Bug 290173: Migrate the Connect command to the asynchronous platform API
...
Change-Id: Id5025b8936ad88f42e6fa7e07094b04923d0f7a7
Reviewed-on: https://git.eclipse.org/r/6816
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-07-25 10:36:09 -04:00
Marc Khouzam
6abf9e1a42
Bug 317173: Cleanup warnings for DSF-GDB.
2012-04-20 15:38:21 -04:00
Pawel Piech
dd069579ac
Bug 360588 - [breakpoints] Allow user to edit all its properties
...
prior to creating the breakpoint.
- Added support for double-click action modifiers in the Disassembly
view.
- Added an "Add Breakpoint..." action to the Disassembly view as
well.
- Converted the Breakpoints view's "Add Watchpoint (C/C++)" action
to use a full breakpoint properties dialog when creating a watchpoint.
- Added an "Add Function Breakpoint (C/C++)" action to the
Breakpoints view. The action opens the full properties dialog and
allows user to enter the function name.
2012-03-18 20:54:10 -07:00
Pawel Piech
b9f5e87587
Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint
...
Added ICBreakpointContext interface.
2012-03-18 20:50:44 -07:00
Pawel Piech
7c1e0556b6
Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint.
2012-03-18 20:48:56 -07:00
Anton Leherbauer
c7803d38e9
Bug 366942 - [disassembly] Extension point for contributing ruler columns
2011-12-21 14:11:35 +01:00
Sergey Prigogin
09967ad791
Version number changes missed in the previous commit.
2011-10-19 20:53:44 -07:00
Sergey Prigogin
457af57f60
Changed the execution environment to JavaSE-1.6
2011-10-17 16:44:49 -07:00
Scott Tepavich
9fe6dfee8e
Bug 357612 - [disassembly] Missing register tool-tips
2011-09-16 09:56:50 +02:00
Anton Leherbauer
754bca12d2
Update minimum bundle versions
2011-02-25 13:37:13 +00:00
Patrick Chuong
480ee167c8
Bug 334566 - [multicore][Pin&Clone] Add support for icon overlay in the debug view
2011-02-15 21:12:12 +00:00
Patrick Chuong
0d4ca399d0
Bug 331781 - Pin and Clone support
2011-01-17 18:17:43 +00:00
John Cortell
6f3aa8adf2
Bug 314745: Need to API to expose the address bar text and memory space ID set in Memory Browser
2010-05-28 13:01:57 +00:00
John Cortell
74905a9380
[306287] debug.ui bundle does not export some packages
2010-03-17 22:47:16 +00:00
John Cortell
cde61d6544
[305533] Removed old disassembly view from codebase
2010-03-12 20:15:32 +00:00
John Cortell
545e3a387d
Befriend dsf ui plugin to quite warnings
2010-03-11 23:38:55 +00:00
John Cortell
eddb058986
[302772] Refactor DSF Disassembly view to support CDI
2010-02-15 15:34:31 +00:00
Ken Ryall
4934483c60
Increment version number to 7.0
2010-01-07 14:38:00 +00:00
Marc Khouzam
721192f266
[284286] First phase of tracepoint support. Tracepoints can now be created/deleted/enabled/disabled, we can add conditions and passcount.
2009-12-18 18:59:44 +00:00
Ken Ryall
dcd0c58abf
Bug 159955, enable the source not found editor for DSF.
2009-11-10 22:06:46 +00:00
Pawel Piech
695c6aab00
Bug 294351 - Add debug hover support for DSF
2009-11-10 00:08:13 +00:00
Vivian Kong
fa3911cd90
bug 254200 - use ICU4J
2009-03-13 13:47:48 +00:00
Ken Ryall
eeb929745b
Bug 265796
2009-02-25 20:06:32 +00:00
Ken Ryall
412ba1852c
Fix API tooling problems and first pass and cleanup of the Executables view sources. Does not yet include all changes from the patch in bug 265796
2009-02-25 15:24:14 +00:00
Anton Leherbauer
7db7ce6ac9
Update bundle versions
2008-11-24 09:29:32 +00:00
Alena Laskavaia
8c037f0524
bug 226689 - catchpoint support
2008-04-25 17:39:32 +00:00
Mikhail Khodjaiants
78f39429c5
Bug 210558: Migrate CDT to use new platform Modules view.
2008-04-01 15:08:15 +00:00
Ken Ryall
3071e4834e
Bug 182388, Executables view and supporting classes.
2008-03-24 21:21:02 +00:00
Anton Leherbauer
8f9be92af5
Fix manifest warnings
2008-02-15 10:29:25 +00:00
Anton Leherbauer
8629e6b5d1
Upversion plug-ins to 5.0.0
2007-11-06 08:02:32 +00:00
Ken Ryall
27bfb855d6
Bug 195984.
2007-08-03 04:10:17 +00:00
Ken Ryall
1bf06a9d31
Bug 81353, option to view disassembly when stopped in a location with no source.
2007-07-29 15:32:08 +00:00
John Cortell
dffdcfe031
Fixed 183094. Extension point interface was in package not exported.
2007-04-19 01:56:58 +00:00
Anton Leherbauer
b7f5c2f33e
Upversion to 4.0.0 and fix dependency version ranges (bug 157543)
2006-10-11 12:28:54 +00:00
Doug Schaefer
7549d7cec2
Propogated Import Executable improvements from CDT 3.1.
2006-08-25 20:26:05 +00:00
Ken Ryall
8bd344b11f
Initial commit of the Import Executable Wizard.
2006-04-28 15:16:43 +00:00