Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-09-12Introduce Core Build launches and Launch Bar integration.Doug Schaefer1-2/+3
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-06-22Move the rest of the CDT plugins to java 8Marc Khouzam1-1/+1
This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon1-1/+2
Change-Id: I48d633e8f6979fd91e9150856fd77fccffdee299
2016-03-09Bug 484900: Remove Majority of CDI classesJonah Graham1-5/+1
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-02-19Bug 478740: Changes for supporting Hardware Reverse Debuggingraddepal1-1/+1
The original toggle button for reverse debugging has been modified to a pulldown menu for selecting between hardware and software methods along with all necessary support. Change-Id: I2e4d97c46950253986d427cb87cda66b820744c9 Signed-off-by: raddepal <ravitheja.addepally@intel.com> Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2016-02-17Incremented version of org.eclipse.cdt.core to 6.0.Sergey Prigogin1-5/+5
Change-Id: I059e7eba9eff7f24c84e08a1cbf658381aaaf19d
2015-10-01Bug 478803 and Bug 478805: add tests for source lookupJonah Graham1-3/+4
Change-Id: If47f62a46164e4098e663f1eef1a0a8640a84009 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-04-22Bug 464636 - Move CMainTab from o.e.cdt.dsf.gdb toMarc Khouzam1-1/+1
o.e.cdt.launch.CMainTab2 Change-Id: I5f0cf6d03858e78d95da5356dad36930ed4877b2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon1-6/+14
Bug 235747: Move register group actions to the command framework. Change-Id: Ife5aefc1a1609309724db01d92a35750e25def24 Signed-off-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/13980 Tested-by: Hudson CI
2014-05-01Bug 400628 - Support Dynamic PrintfMarc Khouzam1-1/+1
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-04-21Enable API tooling for o.e.cdt.debug.ui.memory.traditionalMarc Khouzam1-1/+1
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21Export missing packages for o.e.cdt.debug.coreMarc Khouzam1-0/+2
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-01-24Enabled JDK 1.7.Sergey Prigogin1-1/+1
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>
2013-11-26Updated version of o.e.cdt.debug.coreMarc Khouzam1-1/+1
Change-Id: I4fb1a8de62336a31cd417b3fafe29b0144a6acb2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-09-06Bug 415304 - project_loc, project_name and project_path variables inSergey Prigogin1-1/+1
launch configurations are resolved unreliably. This change fixes string substitution for the GDB command file attribute. A similar approach can be applied to other launch configuration attributes too. Change-Id: I4e6447ccd8c652ad555b754daf040aba1c44cf3a Reviewed-on: https://git.eclipse.org/r/15574 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-07-25Bug 290173: Migrate the Connect command to the asynchronous platform APIMarc Khouzam1-1/+1
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-04-20Bug 317173: Cleanup warnings for DSF-GDB.Marc Khouzam1-1/+6
2012-04-02Bug 180256 - Launch configurations should support build variablesAnton Gorenkov1-1/+2
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-09-22Update version numbers for Juno.Doug Schaefer1-1/+1
2010-07-23Bug 318214: Unify Basic remote launch with Advanced remote launchMarc Khouzam1-1/+1
2010-06-17Bug 316987: Show full paths preference under C/C++->Debug is not really ↵John Cortell1-1/+1
necessary
2010-05-20 Bug 313806 - Export all debug packages.Mikhail Khodjaiants1-0/+1
2010-05-13Bug 309032: Need APIs to support memory pages (or memory spaces)John Cortell1-0/+1
2010-04-22befriend other CDT plugin to let it avoid warningsJohn Cortell1-1/+1
2010-03-17befriend dsf-gdb plugin for an internal package (fix warnings)John Cortell1-1/+1
2010-02-19[248606] Add support for toggling watchpoints in the variables and ↵John Cortell1-1/+1
expressions views.
2010-01-07Increment version number to 7.0Ken Ryall1-1/+1
2009-11-16Expose some packages to EDCJohn Cortell1-2/+2
2009-11-10Bug 159955, enable the source not found editor for DSF.Ken Ryall1-1/+1
2009-08-18[Bug 285904] Control build-before-launch activity per launch configuationKen Ryall1-1/+1
2009-03-26Make internal package hiddenAnton Leherbauer1-1/+1
2009-03-18Export the executables package.Ken Ryall1-0/+1
2009-03-13bug 254200 - use ICU4JVivian Kong1-0/+1
2009-02-25Bug 265796Ken Ryall1-3/+3
2009-02-25Fix API tooling problems and first pass and cleanup of the Executables view ↵Ken Ryall1-2/+2
sources. Does not yet include all changes from the patch in bug 265796
2008-11-24Update bundle versionsAnton Leherbauer1-1/+1
2008-04-03Contributing new disassembly.Mikhail Khodjaiants1-0/+1
2008-03-24Bug 182388, Executables view and supporting classes.Ken Ryall1-1/+3
2008-02-15Fix manifest warningsAnton Leherbauer1-1/+2
2007-11-06Upversion plug-ins to 5.0.0Anton Leherbauer1-2/+2
2007-07-24Update changed plugins to 4.0.1.Doug Schaefer1-1/+1
2007-03-28Bug 118308 support for breakpoint actions.Ken Ryall1-0/+1
2006-10-11Upversion to 4.0.0 and fix dependency version ranges (bug 157543)Anton Leherbauer1-5/+5
2006-01-18Fixed build for jar'd pluginsDavid Inglis1-1/+0
cleaned up .project files
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer1-1/+1
2005-12-27Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.Mikhail Khodjaiants1-1/+1
2005-11-15Made all of the plugins OSGi components.Doug Schaefer1-0/+25

    Back to the top