Marc-Andre Laperle
a4538dbc3a
Increment versions so that they are >= Indigo SR2
2012-02-05 15:35:26 -05:00
Marc Khouzam
2bafef2e42
Code cleanup, mostly about missing @Override
2012-01-17 09:42:18 -05:00
Vladimir Prus
09874c7c09
Bug 362274: Use "Step" reason after 'step return' operation
2011-11-02 10:36:49 -04:00
Sergey Prigogin
09967ad791
Version number changes missed in the previous commit.
2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c
Updated parent feature version in pom.xml files.
2011-10-19 19:32:07 -07:00
Sergey Prigogin
7a3c9ba3a1
Switched to Java 1.6.
2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60
Changed the execution environment to JavaSE-1.6
2011-10-17 16:44:49 -07:00
Doug Schaefer
d7092b12c9
Mavenizing CDT releng.
...
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Anton Leherbauer
60080b30c7
Fix deprecation warnings
2011-02-14 14:18:46 +00:00
Andrew Gvozdev
0d1338e502
bug 319748: Missing/unnecessary $NON-NLS$ tags
...
patch from Petri Tuononen
2010-07-15 14:35:58 +00:00
Andrew Gvozdev
b3c3920a84
bug 319814: The type Assert is deprecated
...
patch from Petri Tuononen
2010-07-14 19:30:15 +00:00
Andrew Gvozdev
73ea2efa7d
bug 319769: Unnecessary type casts
...
patch from Petri Tuononen
2010-07-14 14:02:35 +00:00
Doug Schaefer
e37c94c358
Missing about.html files in various source plugins.
2010-06-14 20:34:48 +00:00
Vivian Kong
544317d804
Bug 315439 Fix up copyright
2010-06-03 14:22:11 +00:00
Ken Ryall
29f2c9bf4f
Bug 313893, reorg capabilities into cdt product plug-in.
2010-05-26 16:16:52 +00:00
John Cortell
a5ad43c3f8
Bug 313806: Export all debug packages
2010-05-20 21:30:07 +00:00
Mikhail Khodjaiants
e733369d6f
Bug 313806 - Export all debug packages.
2010-05-20 20:38:54 +00:00
John Cortell
b3ddbdf187
Bug 312848: Remove CDI-GDB pref to enable distinct code and data spaces
2010-05-13 23:16:44 +00:00
Vivian Kong
001dc097d9
Bug 311591 - externalize strings for debug activities
2010-05-04 18:42:19 +00:00
Alena Laskavaia
b06a0cbd3a
Bug 310672 Remove clones of PixelConverter and replaced with usage of org.eclipse.jface.layout.PixelConverter
2010-04-27 17:10:39 +00:00
Marc Khouzam
16341ab008
Replace distorted icon with the same icon used by the build console.
2010-04-12 19:53:40 +00:00
John Cortell
119d848c62
[305752] Moved gdb event breakpoint constants into new common gdb plugin as well as the registering of the event types (via an extension)
2010-04-08 20:02:35 +00:00
Ken Ryall
857c5eae68
Bug 303440 - [preferences] Unify and clarify debug preference pages
2010-04-07 15:19:53 +00:00
John Cortell
9146796fd6
[305752] Constants for standard event breakpoint types should be outside the CDI-GDB plugin
2010-03-12 23:36:43 +00:00
John Cortell
1941123178
[304380] Line breakpoints are set with a simple file namein Cygwin session; fails to support same named files
2010-03-11 00:22:04 +00:00
Ken Ryall
3c6f76e9e1
Bug 295808, fix NPE.
2010-02-11 20:22:55 +00:00
Ken Ryall
4934483c60
Increment version number to 7.0
2010-01-07 14:38:00 +00:00
Vivian Kong
5e92597120
bug 254307 - branding
2009-05-26 14:48:10 +00:00
Mikhail Khodjaiants
413cbe0f6f
Bug 271599: Non-externalized strings are ignored in the debug plugins' configurations.
2009-04-08 15:02:12 +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
Alena Laskavaia
2d49c506fa
- make contains protected
2008-11-24 20:53:27 +00:00
Alena Laskavaia
5ca327814c
- make addDirectory protected so somebody can override it if needed, added getter for fDirList
2008-11-24 20:50:16 +00:00
Alena Laskavaia
d537166abb
- change version to 5.1 on head
2008-07-09 16:43:51 +00:00
Alena Laskavaia
82f0c74d03
[216711] - added other visible gdb catch events, most of them is not support right now though
2008-07-09 16:37:40 +00:00
Alena Laskavaia
af61802112
- added couple more of working catchpoints: fork, vfork and exec
2008-05-01 14:25:50 +00:00
John Cortell
a602cd1826
Refactoring to use "BreakpointEvent" instead of "Catchpoint" to be consistent with how we refer to the feature at the UI level.
2008-04-25 21:23:39 +00:00
Alena Laskavaia
c652147479
bug 226689 - catchpoint support
2008-04-25 16:06:06 +00:00
Alena Laskavaia
12af9151f7
- update error/warning policy to include more errors/warnings
2008-04-25 15:43:03 +00:00
Alena Laskavaia
1120d257d1
- removed unused imports
2008-04-25 15:37:16 +00:00
Alain Magloire
802af6b09c
*org.eclipse.cdt.debug.mi.core/{AbstractGDBCDIDebugger,IMILaunchConfigurationConstants}.java
...
*org.eclipse.cdt.debug.mi.core/MISession.java
* org.eclipse.cdt.debug.mi.core.cdi/BreakpointManager.ajva
*org.eclipse.cdt.debug.mi.internal/iu/{StandardGDBDebuggerPage.java,MIUIMEssages.properties}
220045 Debuger is stopping on non-existing breakpoints for files with same name
Patch from Elena
2008-03-28 15:42:17 +00:00
John Cortell
7a7592a044
Use verb in preference name
2008-03-26 11:44:38 +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
Anton Leherbauer
b127b4265f
Patch by Alena Laskavaia for 186172: NullPointerException in debugger console
2008-01-15 09:12:57 +00:00
John Cortell
ad701b9da6
211923. Make the memory space support in gdb/mi optional, via a global pref.
2007-12-12 22:34:53 +00:00
Anton Leherbauer
8629e6b5d1
Upversion plug-ins to 5.0.0
2007-11-06 08:02:32 +00:00
Mikhail Khodjaiants
79c143bd48
Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been loaded. Replaced by a constant string for the plugin id.
2007-07-25 11:45:42 +00:00
Doug Schaefer
07cd48f399
Fix up copyrights.
2007-06-14 18:37:09 +00:00