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

679 commits

Author SHA1 Message Date
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
Ken Ryall
bb1b08484a Fix 177841. Work around for platform bug new in 3.3. 2007-09-21 20:33:07 +00:00
Doug Schaefer
a00f0ded40 Bug 196002 - Set up the mapping from the gdb/mi debugger to the gnu toolchain. Also map the cygwin debugger to the cygwin toolchain. Fix up the launch shortcut so that the longest matching pattern wins the day since both cygwin and mingw would get trumped by the main gnu one. With this single click debug works on Linux. 2007-08-28 20:38:03 +00:00
Mikhail Khodjaiants
9329353166 Bug 183105: Wrong status handler for launch error code 101: Working directory does not exist. 2007-08-14 11:03:36 +00:00
Doug Schaefer
2afd57655c Update changed plugins to 4.0.1. 2007-07-24 21:23:31 +00:00
Ken Ryall
7b03a50463 Cleanup. 2007-07-05 16:12:24 +00:00
Ken Ryall
0d758fd981 Bug 178731, launch configs know which build configuration to use. Also use the build config name in the default launch config name. 2007-07-04 19:59:15 +00:00
Doug Schaefer
e9963971e8 Fix up copyrights. 2007-06-14 18:51:35 +00:00
Anton Leherbauer
743ad102bb Fix for 192256: Run/Debug As... Missing from Project Explorer 2007-06-13 12:11:25 +00:00
Doug Schaefer
77bb9964a6 Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
Vivian Kong
48656a5e1f fix for bug 189237 - manually add label to edit/input box for accessibility 2007-05-28 20:00:33 +00:00
Vivian Kong
4f828713bc fix for bug 60005 - manually add labels to edit boxes for accessibility 2007-05-25 18:55:13 +00:00
Vivian Kong
5e93cfda78 Patch for bug 187093 by Jason Montojo - Verbose console mode check box hidden 2007-05-17 00:01:53 +00:00
Vivian Kong
1fdc9f49a0 Patch for bug 187150 by Jason Montojo - Use Default checkbox text truncated 2007-05-16 20:25:51 +00:00
Ken Ryall
eb9921b9e1 Bug 183105, fix incorrect error code. Patch from Abeer Bagul. 2007-05-04 21:48:58 +00:00
Doug Schaefer
437d474f59 Got rid of our use of property testers since we can simply adapt to ICElement and check instanceof for IBinary or ICProject. 2007-05-04 14:44:15 +00:00
Doug Schaefer
a0b8eefc60 Change shortcut context launch enablement to be true for executables and C projects. 2007-05-04 13:19:18 +00:00
Doug Schaefer
13fc99911b Use the bin's project as a mapped resource too. 2007-04-30 15:17:10 +00:00
Doug Schaefer
021e897699 Bug 179755 - Introduced mechanism to allow debuggers to specify a regex pattern specifying supported build configurations. This is used to set the defaults in the CDebuggerTab as well as the CApplicationLauchShortcut. A new debugger MinGW is introduced to take advantage of this and set the appropriate paths to the MinGW debugger. 2007-04-30 00:28:45 +00:00
Ken Ryall
7f0a47c1e2 Add the configuration type for the launch shortcut. 2007-04-29 18:35:55 +00:00
Ken Ryall
55a8f89f92 Modified to launch on a project context. 2007-04-29 15:27:01 +00:00
Doug Schaefer
234a259089 Extend the don't check program to also not check the project. This is to support hardware debugging and project-less debugging. 2007-04-12 21:07:56 +00:00
Doug Schaefer
d4ee3a6a14 Patch for Bryan - 177055 improving CPPClassSpecialization. 2007-03-23 20:05:29 +00:00