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

601 commits

Author SHA1 Message Date
Alena Laskavaia
91657617cb - fixed unused includes and force project setting for java errors/warnings 2009-04-22 13:56:07 +00:00
Ken Ryall
3b65fc9dad Bug 188116. 2009-04-16 05:54:16 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Ken Ryall
3ff09538e2 Add missing tag. 2009-04-09 00:19:01 +00:00
Ken Ryall
833f436400 Bug 202006. 2009-04-08 22:43:46 +00:00
Marc Khouzam
7cf6808597 [271159] Use CMainAttachTab for PostMortem debugging as we used to do. 2009-04-03 17:24:34 +00:00
Alena Laskavaia
82162abb01 - fixed missing since tag 2009-04-02 19:59:00 +00:00
Marc Khouzam
4e2bb4061d Remove unused import 2009-04-02 19:56:55 +00:00
Marc Khouzam
f6d0ec5342 [270813] Some fixes to handle add/remove of processes to a sublaunch and the removal of a sublaunch. 2009-04-02 19:46:18 +00:00
Alena Laskavaia
32896c6f39 [270671] - support for post launch actions 2009-04-01 20:39:46 +00:00
Alena Laskavaia
a99fb95237 [270813] - using launch listener to update process list in group launch 2009-04-01 18:50:08 +00:00
Alena Laskavaia
2c7e70fd47 [270671] - refactor to move ui parts to ui package and some small protection for inf loop 2009-04-01 15:18:42 +00:00
Alena Laskavaia
b813ee9976 [270671] - implemented support for group launch in cdt 2009-04-01 14:34:06 +00:00
Mikhail Khodjaiants
196f907dc8 Bug 265498: LaunchUIPlugin handleDebugEvents(...) launches multiple Project refreshes on launch terminate. 2009-04-01 12:47:27 +00:00
Vivian Kong
fa3911cd90 bug 254200 - use ICU4J 2009-03-13 13:47:48 +00:00
Mikhail Khodjaiants
09d747ca8c Bug 265498: LaunchUIPlugin handleDebugEvents(...) launches multiple Project refreshes on launch terminate. 2009-03-13 12:23:01 +00:00
Mikhail Khodjaiants
d6c767387c Bug 268520: Missing id for CoreFileDebuggerTab. 2009-03-13 12:18:14 +00:00
Alena Laskavaia
56d9382ab8 - removed extra import 2009-03-12 20:33:26 +00:00
Pawel Piech
b006bc98c3 Bug 262826 - Create common C/C++ launch configurations 2009-02-27 22:38:54 +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
Ken Ryall
64d23241dd Bug 229740 2009-01-22 15:12:49 +00:00
Anton Leherbauer
7db7ce6ac9 Update bundle versions 2008-11-24 09:29:32 +00:00
Alena Laskavaia
e7b542359a PR: 223695 - previous parser failed on many test and did not pass correctly empty strings 2008-11-04 18:44:21 +00:00
Warren Paul
e552cc6d3a make existsErrors protected so it can be overridden if necessary. 2008-10-27 19:56:44 +00:00
John Cortell
e123e11d87 Restore support for a program specification that is a linked resource 2008-08-26 23:17:04 +00:00
John Cortell
68cbb7177b Fixed warning; unused import 2008-08-21 16:54:09 +00:00
John Cortell
f98068dadf Adjustment to last commit. Use project referenced in the launch config rather than the one stored in the field 'project' (copy&paste goof). 2008-08-20 21:04:48 +00:00
John Cortell
c2c4bc613c Slight organizational improvement to last commit (consolidate two checks into one). 2008-08-20 20:57:26 +00:00
John Cortell
b9f5b7a7d4 Support specifying the program as a relative path pointing outside the project directory. This is currently blocked merely because of shortcomings in the validation logic. There is no hard requirement otherwise for the executable to be in the project directory. In fact, the code I'm tweaking already supports the program being specified as an absolute path. Not allowing a relative path to the same location (or any other valid location) doesn't make sense. 2008-08-20 20:50:17 +00:00
John Cortell
c178e29335 Fix for 244605. User loses use of LC editor if user stores a progam path in launch configuration that points outside the project directory ("../something", e.g.). Also, fixed Generics warnings. 2008-08-19 20:13:59 +00:00
John Cortell
43c51f933f Fix for 244605. User looses use of LC editor if user stores a progam path in launch configuration that points outside the project directory ("../something", e.g.). Also, fixed Generics warnings. 2008-08-19 19:40:23 +00:00
Vivian Kong
bb5d5613ed fix for bug 234951 2008-06-10 19:17:45 +00:00
Alena Laskavaia
8cc0de06be [231149] - prevent NPE 2008-05-21 15:22:08 +00:00
Alena Laskavaia
e2950c2b0f [233239] - fixed local attach for relative path 2008-05-21 14:43:24 +00:00
John Cortell
645efee68a Avoid NPE if the client debugger tab factory fails to create the control. 2008-04-15 18:54:21 +00:00
Anton Leherbauer
f2bcb6cb77 Fix for 212632: Failure to debug-attach on Windows using GDB
and 224187: NPE launching debug configuration without app name
2008-04-03 08:46:05 +00:00
John Cortell
043d848106 Corrected grammar in error dialog that surfaces when the executable isn't on disk. 2008-04-01 03:01:05 +00:00
John Cortell
e2a73ed222 Applied modified version of patch in 224976. 2008-03-31 19:50:48 +00:00
Ken Ryall
503dee38ed Refresh the project in a job so this doesn't block on terminate and can be canceled. 2008-03-25 21:02:15 +00:00
John Cortell
8c518b15d3 Avoid a NPE when we receive a TERMINATE event for an IProcess that was not created with a launch configuration (at a minimum, JDT creates such a thing in StandardVMType.java, a process called "Library Detection"). 2008-03-11 20:40:32 +00:00
Anton Leherbauer
0f3191b1bb 218366: Fix grammar error in LaunchMessages.properties
Patch from Carlos O'Donnel (CodeSourcery)
2008-03-07 13:08:52 +00:00
Sergey Prigogin
72d87e8b69 Do not validate platform and CPU compatibility of debug configurations to avoid accidentally disabling a valid one. It's much better to let an incompatible configuration through than to disable a valid one. 2008-03-03 01:09:32 +00:00
Anton Leherbauer
8f9be92af5 Fix manifest warnings 2008-02-15 10:29:25 +00:00
John Cortell
5289cfd50b Set project compliance to 1.5 2008-01-28 16:08:49 +00:00
Ken Ryall
b9ff3bf0f9 Bug 214152, improve error message. 2008-01-17 04:08:58 +00:00
Ken Ryall
3c2dd52cf7 Bug 206928. 2008-01-16 12:06:39 +00:00
Ken Ryall
5a24329e7c Merge from cdt_40. 2007-12-31 21:28:04 +00:00
Anton Leherbauer
8629e6b5d1 Upversion plug-ins to 5.0.0 2007-11-06 08:02:32 +00:00
Anton Leherbauer
0770249d75 Fix for 205108: Null pointer exception on Launch of app in Windows 2007-10-11 14:05:49 +00:00