Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Collapse)AuthorFilesLines
2015-09-17Bug 477728 - Exit code not displayed in console for new Run configMarc Khouzam1-0/+7
Change-Id: Id1ecdffb5d3a99908f7ac4ee096f2b7f7e3d6440
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam6-8/+8
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-06Bug 469529 - null pointer exception starting Docker launcherJeff Johnston2-4/+14
- an init() call from the Docker Launch plugin start() method may not be able to get a Workbench Window so add code to ensure that an NPE does not occur in ConnectionListener - fix the ContainerLaunchConfigurationDelegate to return null for the ipaddress() of the gdbserver run job if the info has not yet been set (thread timing) Change-Id: I6dae9f1997d8b5b7db3246c0feb7966c4795b05b (cherry picked from commit bd7fad5f67386d76978305c47eecf3cb3a9594ea)
2015-06-02Add missing icon to CDT Docker Launch plug-in.Jeff Johnston3-5/+5
- docker_small.gif was missing for SWTImagesFactory - replace with container icon: repository-middle.gif for container Tab Change-Id: Id18423f3bcad10142b8a3e834237f1b3bf49e7d6 Task-Url:
2015-05-27Fix for bug 468408Jeff Johnston1-6/+10
- Change to use the launcher plugin instead of the internal Activator from org.eclipse.linuxtools.docker.ui Change-Id: I55c5ee8a70714a76543b6deb029003c9d8a7862c (cherry picked from commit e51f7256e5d4dd395088c14f8e0a0339c397447f)
2015-05-21Fix for Bug 467930Jeff Johnston2-0/+19
- creating a Container launch configuration in Debug Launch Configurations View does not work - problem is that the ContainerTab was not setting the connectionUri by default - also set Remote Attribute which is needed for Container launch to properly connect with gdbserver in Docker Container Change-Id: Ifb25b1cfcc8d4e3ac2c67b60a0072463774b108f
2015-05-19Add Docker launching supportJeff Johnston38-0/+3600
- use the new docker tooling plug-ins to launch and debug CDT C/C++ applications in docker containers Change-Id: I30689255a3443ce6d49f937f5e2506d86452915b
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-02Bug 464222 - Trying to create a new remote launch gives a NPEMarc-Andre Laperle1-2/+4
This could happen if a project was selected before creating the launch and the project was missing a project description. For example, if the .cproject was missing. Change-Id: I3ecea6c4ee3cd3939c07ade361b2180fd86e6949 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-05-01Bug 463975 - Show exit code in console when doing a RunMarc Khouzam1-1/+43
Change-Id: I97fe993e33f1774133aa7cfd488e6e549dae2e0a Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-04-30Bug 464078 - Support project-less RunMarc Khouzam2-2/+55
Change-Id: I69e655a65533e4cb835df59c9ff6ffa8152b92ff Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-04-30Bug 464636 - Modernize Run launchMarc Khouzam5-172/+155
Change-Id: I1c7a4cbbcd00f3967fe9cdbc1fc4b6e0b4d4d14f Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-04-22CostmeticsMarc Khouzam1-35/+0
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-04-22Bug 464636 - Move CMainTab from o.e.cdt.dsf.gdb toMarc Khouzam5-9/+682
o.e.cdt.launch.CMainTab2 Change-Id: I5f0cf6d03858e78d95da5356dad36930ed4877b2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-04-21CosmeticsMarc Khouzam1-38/+5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam1-1/+1
getAdaptable() in 4.5 M6 has changed to use generics, making casting its result no longer necessary. Change-Id: Idd943216a925576bb72c784b2c5a2a4b8e8b00d2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-01-29Bug 458650 - NPE when creating a "C/C++ Remote Application" launchTeodor Madan1-5/+8
config Change-Id: I72f48aa4fa7b46e0d5ba5e5e8f6e4877269ea7f5 Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
2015-01-23[Bug 457699] Fix NPE when renaming project and executable path LCTeodor Madan1-4/+6
attribute is empty Change-Id: I27405f759a0cdec1d66bc6bc63be0e7dbd183bf8 Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
2015-01-22[457699]. Update C/C++ Application path at project renameUngureanu Dan-B078921-0/+11
Change-Id: Ia9a2cd7c57a12bb74346915f22b6617fbb42a309 Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=457699 Signed-off-by: Dan Ungureanu <dan.ungureanu@freescale.com>
2015-01-21CAbstractMainTab: fixed possible NPE if method called direclyAlena Laskavaia1-1/+1
updateBuildConfigCombo originally accepted null as arument, restored this behavior (it is not called with null from cdt code, but may be called from overriding classes) Change-Id: I7d0f271b2bd414d380a1804b838ce38fbdc7c0af Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-01-15abstract main tab: replace auto-config checkbox with combo itemAlena Laskavaia5-128/+154
as discussed on cdt-dev I am trying to make ui look better and more generic by replacing "Select configuration using 'C/C++ Application'" checkbox with Automatic selector. Launch delegate or subclass on main page can control and override behaivior of this ui control This won't break API but it will break UI if subclasses were actually doing something with original chechbox control (besides not creating it). Change-Id: I36f20bf05ff19e1fd66782e2351f18edc7d507cc Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com> Reviewed-on: https://git.eclipse.org/r/39619 Tested-by: Hudson CI
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
Change-Id: Ic90c8e6a68d21e5b90ec3fac997da6a95a29bedf Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> Reviewed-on: https://git.eclipse.org/r/39066 Tested-by: Hudson CI
2014-12-15Bug 437392 - Remove LaunchBar from CDT repo.Doug Schaefer102-8327/+0
It is now located in the cdt/org.eclipse.launchbar repo. The intention is to move it to a project lower down the stack so it can be reused accross Eclipse. Change-Id: I9d623fa372fcf6e345ba68a8830db190a75e0d28 Reviewed-on: https://git.eclipse.org/r/38266 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-11-25Propertly implemented stubs for NewLaunchConfigEditPageAlena Laskavaia1-6/+13
This code is required if any LaunchTab interacts with other tabs in LC Change-Id: I5d5e3b6d4e51b1f3ee0ac6297ebb4d88ad220224 Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com> Reviewed-on: https://git.eclipse.org/r/36955 Tested-by: Hudson CI
2014-11-05Bug 449479 - Fix Exceptions and LC cache corruption on LC deleteJonathan Williams1-10/+32
Change-Id: Icd211eb1c9c34082208a709926b56affee6eac61 Signed-off-by: Jonathan Williams <jonwilliams@qnx.com> Reviewed-on: https://git.eclipse.org/r/35748 Reviewed-by: Doug Schaefer <dschaefer@qnx.com> Tested-by: Doug Schaefer <dschaefer@qnx.com>
2014-10-21Bug: 448093 Move the initialization of the launch bar manager to jobDoug Schaefer2-1/+39
We've seen a deadlock during startup mainly caused by CDT but triggered when the launch bar manager initialized. This moves the init to a job where it should be anyway to ensure smooth startup. Change-Id: Id4b63e07dca3f96c561d6b4f45d60cf7cbcf530c Reviewed-on: https://git.eclipse.org/r/35235 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-10-21Bug 447933 - CMainTab - uncessery restrictions on Browse buttonAlena Laskavaia1-9/+2
Change-Id: Ic69f12abe7597d34a2354721c8b27166ec0edd5f Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com> Reviewed-on: https://git.eclipse.org/r/35143 Tested-by: Hudson CI
2014-10-17Bug 447722 - NewLaunchTargetWizard needs a window titleDan Ayson1-0/+1
* Added setWindowTitle("Launch Target Type") to NewLaunchTargetWizard Change-Id: I3703017f1c282352eb27c87a9e58eae7abea0f2d Signed-off-by: Dan Ayson <danielayson@gmail.com> Reviewed-on: https://git.eclipse.org/r/35062 Reviewed-by: Doug Schaefer <dschaefer@qnx.com> Tested-by: Doug Schaefer <dschaefer@qnx.com>
2014-10-08Bug 446104 - Fix target removal. Also fix Config Edit page.Doug Schaefer4-21/+37
The launch bar manager was missing the line to actually remove the launch target in launchTargetRemoved. Added a test to detect that. Also fixed the Config Edit page. Name verification was failing since it was comparing against the false configs created when the tabs are initialized. We clean up now right after that init. Change-Id: I9cff816040f2e1866c9454cb00f69ec4468225d4 Reviewed-on: https://git.eclipse.org/r/34477 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-10-07Use the org.hamcrest.core BSN to ensure the latest version from orbitMat Booth1-1/+1
Change-Id: I1dd2d340f15bc2e0e02acf0b16c63447c05bcb73 Signed-off-by: Mat Booth <mat.booth@redhat.com> Reviewed-on: https://git.eclipse.org/r/34493 Tested-by: Hudson CI Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-10-02Launch Bar - fix ordering problem initing launch config edit tabs.Doug Schaefer1-5/+5
2014-10-01Bug 444781 - Fix error marker for invalid launch config nameAlena Laskavaia1-61/+67
fixed validation paths of the name/tabs markers Change-Id: I0e6f1dbcde00ea00c351fdf377429026b8a83bd3 Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com> Reviewed-on: https://git.eclipse.org/r/33923 Reviewed-by: Jonathan Williams <jonwilliams@qnx.com>
2014-09-30Bug 445372 - [LaunchBar] Compile with JunoAlvaro Sanchez-Leon2-1/+2
Change-Id: Ieb915e56b7e1f2b06a84a1db1d6f476977add1b2 Reviewed-on: https://git.eclipse.org/r/34058 Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Tested-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
2014-09-30Launch Bar - New Target Wizard somewhat like the new resource wizards.Doug Schaefer8-75/+202
Has a page to select the target type. The INewWizard for the target type is registered in the launchBarUIContributions extension point. When selected and nextPage is hit, the wizard starts up. Also some minor cleanup to the new config wizard. Change-Id: Ic2bb5164d531a21b7a2a9dd7ecd109e18f2411cd Reviewed-on: https://git.eclipse.org/r/34017 Reviewed-by: Doug Schaefer <dschaefer@qnx.com> Tested-by: Doug Schaefer <dschaefer@qnx.com>
2014-09-28Launch Bar - fix up how the new config wizard runs.Doug Schaefer2-29/+28
Only change the type when we're flipping to the next page. Also fixes the order of initialization of the tabs to eliminate the NPEs that were happening. Change-Id: I9bb0a5d3ff646e4ca340f9c461e3a3c88f89e557 Reviewed-on: https://git.eclipse.org/r/34010 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-09-28Make sure launch bar ui plugin properties gets into build.Doug Schaefer1-1/+2
Change-Id: I3e63c02b3c9f3da8b20ac4d71d0c1b6144b2f686 Reviewed-on: https://git.eclipse.org/r/33650 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-09-22LOLs, this is just a comment change. But I want the tests to run.Doug Schaefer1-0/+1
to test a previous commit I made directly accidentally. Change-Id: Ia78de20a35e8288b58ba802c4215eb8abc2aff1f Change-Id: I615c2673a0b2d091d71ffcf21a25fcc5b447e4f0 Reviewed-on: https://git.eclipse.org/r/33649 Reviewed-by: Doug Schaefer <dschaefer@qnx.com> Tested-by: Doug Schaefer <dschaefer@qnx.com>
2014-09-22Bug 437392 - first cut at handling descriptor takeovers.Doug Schaefer2-31/+57
If a launchObject changes such that a new higher priority descriptor type wants to take it over, we need to let it. This is handles on the launchObjectChanged call. I also added a note to the Project object provider as projects change a lot and we only care about a subset of those events. Not sure how to formalize that, though. Need to dig deeper into the deltas and see what we can ignore. Change-Id: I964d8785a474c43c917bcd7d8a84abf2b7904aa4
2014-09-19Put the user invokable launch bar commands into a category.Doug Schaefer1-1/+8
2014-09-18Get LaunchBar builds off of the UI thread.Doug Schaefer1-40/+47
2014-09-12Extend launch bar tests and fix up one of the Listener methods.Doug Schaefer4-6/+51
Change-Id: I920f7c08f30d51cff2a5188f81b85839e7d972e3 Reviewed-on: https://git.eclipse.org/r/33289 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-09-11Bug 437392: Major API changes to turn the Launch Bar Model a beautyDoug Schaefer58-2710/+2270
Pretty major changes but heavily reduce the size of the API. Check out the ILaunchBarManager which now only supports providers. All other methods are now for internal use by the UI plugin. Also change to the model. The extension point has much more documentation now. Please see it for an explanation. But essentially made launch configuration types part of the model to make a nice cleaner bridge to the platform. Also includes change to Launch Targets view to make it a common navigator so different target types can add objects to the tree. Also a number of changes to try and delay plug-in loading with the providers. Change-Id: Icdd300e99f831c84cd0a25a23410aa1cd2ccfd7c Reviewed-on: https://git.eclipse.org/r/33061 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-08-28Add missing arg for jacoco in in tests. Update jacoco.Marc-Andre Laperle1-1/+1
Jacoco arguments are missing when executing certain tests. This happens when argLine is being overriden. We had the same problem in Linux Tools. We solved it by prepending the argLine with ${tycho.testArgLine}. This should help improving the Code coverage metric in Sonar. Also update the jacoco version to fix a bug when building with Java 8. Change-Id: I7f73f40488efc01fc7d643940c1ac0d5950c900d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32507 Tested-by: Hudson CI Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
2014-08-20Launch Targets View clean up including adding properties dialog.Doug Schaefer4-6/+122
Change-Id: I0299e2cc4886ba04aaa5f8661f45207c5320a8c5 Reviewed-on: https://git.eclipse.org/r/31935 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-08-19Bug 437392 - Added the Launch Targets View.Doug Schaefer6-17/+200
This view lists all launch targets that could appear in the Target selector. It allows us to add context menus to them to perform operations, such as opening a terminal view to the target. It will also gives us a cleaner UI to add and remove targets Change-Id: I538a204ce6f25fd017573c50585ac45cdeeaf554 Reviewed-on: https://git.eclipse.org/r/31856 Tested-by: Hudson CI Reviewed-by: Jonathan Williams <jonwilliams@qnx.com> Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-08-13LaunchBar - some checks to prevent NPE's in uiAlena Laskavaia3-7/+15
Change-Id: Iddece4d412b8d88ffba833b55950ec693a2817cc Reviewed-on: https://git.eclipse.org/r/31554 Tested-by: Hudson CI Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
2014-08-12Launch Bar - label provider for config selectorAlena Laskavaia1-2/+6
If provider does not return image or text, use default provider Change-Id: I20bca6e5ef577f4e227d5e567820ba8d004cb85a Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com> Reviewed-on: https://git.eclipse.org/r/31447 Tested-by: Hudson CI
2014-08-12Bug 441445 - Implement 'Add Target' functionality for target typeJonathan Williams5-52/+167
contributions to LaunchBar Change-Id: I577c0e1438090aaaf27bba34660169cde82a8e8c Signed-off-by: Jonathan Williams <jonwilliams@qnx.com> Reviewed-on: https://git.eclipse.org/r/31319 Tested-by: Hudson CI Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
2014-08-12LaunchBar - project based descriptor bugAlena Laskavaia2-0/+9
project based descriptor must not accept launch configs without project set ownProject should not log exception when lc does not exist Change-Id: I9a600641324b0ae22a2fdb99e68ff530cd1d33df Reviewed-on: https://git.eclipse.org/r/31400 Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com> Tested-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
2014-08-11LaunhBar - some API changes and cleanupAlena Laskavaia12-153/+242
* Project provider to react on project changes (i.e. when nature changed) * Added concept of open descriptor - which will be visible in UI, this will allow not to remap to null, reuse objects for other reasons, and eventually I want to replace object map into 1:1 mapping without nulls * Removed throwing CoreException from getLaunchDescriptors (it does not need to throw it) * Project based type now checks if project is open * Fixed copyright * Added interface for ILaunchDescriptorProjectBased Change-Id: I3277f5910c7df1bb4aa3e809dda3b61921dcad6e Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com> Reviewed-on: https://git.eclipse.org/r/31321

Back to the top