Marc Khouzam
|
82a91d1c7f
|
Bug 337602: Setting program arguments should be done per process
|
2011-02-18 19:49:18 +00:00 |
|
Marc Khouzam
|
d034f60b19
|
Bug 335324 - [multi-process][breakpoints] Make the container (process) the breakpointTarget context
|
2011-02-05 04:27:36 +00:00 |
|
Marc Khouzam
|
c0a7a5724f
|
Bug 120162: [launch] Allow to specify the default version of gdb
|
2010-11-21 19:20:59 +00:00 |
|
Marc Khouzam
|
ce50ee07e2
|
Bug 321692: Remove dependencies to plugins from features
|
2010-09-20 09:05:59 +00:00 |
|
John Cortell
|
fff45080d0
|
Fix potential null pointer use
|
2010-09-02 16:35:56 +00:00 |
|
John Cortell
|
70f1bbd6c4
|
Turned on detection of potential null pointer usage. Also, some plug-ins I protected against future warnings a while back lacked protection on all three levels (compiler, PDE, API)
|
2010-09-02 15:53:05 +00:00 |
|
Marc Khouzam
|
0718dffac3
|
Bug 321259: Need to set environment dir before sourcing init file, so that we look for the init file in the right place
|
2010-07-29 19:40:35 +00:00 |
|
Marc Khouzam
|
888641771e
|
Bug 315490: Update JTag launch to set the default launch delegate more efficiently.
|
2010-06-22 15:18:20 +00:00 |
|
John Cortell
|
abc6a93d59
|
Updated classpath to specify 1.5 JRE. The lack of it was causing errors for Mikhail (now that I've turning those warnings into errors). Not sure why I'm not seeing them. Investigating...
|
2010-06-18 18:58:19 +00:00 |
|
John Cortell
|
44b0e41210
|
More changes to keep project warning-free
|
2010-06-18 17:09:09 +00:00 |
|
Sergey Prigogin
|
455546e0b0
|
Bug 315895 - Names and descriptions of CDT features are confusing.
|
2010-06-06 04:57:22 +00:00 |
|
Doug Schaefer
|
7b8cac960e
|
Prettier 32x32 icon.
|
2010-06-04 14:24:50 +00:00 |
|
Doug Schaefer
|
66828656bc
|
forgot to put the png into the build.properties. No wonder it didn't show up :P
|
2010-06-03 21:11:36 +00:00 |
|
Doug Schaefer
|
e8a45c249a
|
New CDT Icon.
|
2010-06-03 14:59:53 +00:00 |
|
Vivian Kong
|
544317d804
|
Bug 315439 Fix up copyright
|
2010-06-03 14:22:11 +00:00 |
|
Vivian Kong
|
ce9eb6b7d6
|
update copyright in about and update provider info
|
2010-05-31 20:40:20 +00:00 |
|
Vivian Kong
|
1dc1732f57
|
Bug 306627 - Fix license inconsistencies
|
2010-05-31 15:54:52 +00:00 |
|
Vivian Kong
|
36b3638d97
|
Bug 314212 - CDT Feature copyright dates are outdated
|
2010-05-31 15:15:04 +00:00 |
|
Mikhail Khodjaiants
|
e733369d6f
|
Bug 313806 - Export all debug packages.
|
2010-05-20 20:38:54 +00:00 |
|
John Cortell
|
fec049734c
|
Bug 312481: Use defaults less likely to cause an unintended connection to another board.
|
2010-05-12 12:18:59 +00:00 |
|
Alena Laskavaia
|
95d7620fd1
|
Fixed bug with using wrong launch constant in dsf jtag devices that support new connection interface
|
2010-05-10 14:06:21 +00:00 |
|
John Cortell
|
443bcd6c99
|
Overhaul load. Turns out all we need is a simple implementation. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=310304#c34
|
2010-05-07 16:10:41 +00:00 |
|
John Cortell
|
c2bf10a787
|
Make memory browser plugins warning-intolerant
|
2010-05-06 22:08:09 +00:00 |
|
John Cortell
|
494889cad8
|
Make jtag plugins warning-intolerant
|
2010-05-06 21:35:25 +00:00 |
|
John Cortell
|
8316f290a6
|
Don't expose internal upstream types as API. Moved GDBJtagDSFCMainTab to internal package
|
2010-05-06 21:30:54 +00:00 |
|
John Cortell
|
e42056257a
|
[310304] GDB (DSF) Hardware Debugging Launcher ignores application program path
|
2010-05-06 20:17:04 +00:00 |
|
John Cortell
|
8b16325786
|
Fixed warnings
|
2010-05-06 19:25:07 +00:00 |
|
John Cortell
|
74e858e927
|
Various tweaks/cleanup
|
2010-05-06 19:16:17 +00:00 |
|
John Cortell
|
e09763e581
|
Fixed warnings
|
2010-05-06 18:55:56 +00:00 |
|
John Cortell
|
8f418be80d
|
Fixed warning
|
2010-05-06 18:53:39 +00:00 |
|
John Cortell
|
2df2588754
|
Additional javadoc
|
2010-05-06 18:53:25 +00:00 |
|
John Cortell
|
5e45479ea7
|
Fixed warnings
|
2010-05-06 18:40:11 +00:00 |
|
John Cortell
|
43d9a2acb8
|
Use generics. Avoid unnecessary local
|
2010-05-06 18:13:00 +00:00 |
|
John Cortell
|
cfe83c4ed9
|
Use generics
|
2010-05-06 18:11:32 +00:00 |
|
John Cortell
|
60d122b161
|
Improve documentation
|
2010-05-06 18:06:37 +00:00 |
|
John Cortell
|
e699f8cfba
|
CDT has not moved up to Java 1.6. Can't use String.isEmpty()
|
2010-05-06 17:51:58 +00:00 |
|
Alena Laskavaia
|
9b9fedb9fd
|
Bug 305943 Support for transport specific devices, based on patch from Bruce Griffith
|
2010-05-06 16:57:16 +00:00 |
|
Alena Laskavaia
|
221d891570
|
java warnings
|
2010-05-06 16:01:29 +00:00 |
|
Vivian Kong
|
cacd81cb7e
|
increase feature version as plugins versions had increased
|
2010-04-28 13:13:12 +00:00 |
|
Alena Laskavaia
|
3a81a21e1f
|
- fixed since tags and enabled API tooling
|
2010-04-27 20:17:30 +00:00 |
|
John Cortell
|
8b2dc16181
|
[280631] Added new checkbox to dsf-jtag launch config tab
|
2010-04-23 14:18:43 +00:00 |
|
John Cortell
|
e26d82f4d5
|
Minor optimization
|
2010-04-22 22:47:57 +00:00 |
|
John Cortell
|
e4a6c71946
|
Fixed warnings and some minor code improvements
|
2010-04-22 22:46:49 +00:00 |
|
John Cortell
|
1df371b516
|
[310129] GDB (DSF) Hardware Debugging Launcher ignores startup initialization commands
|
2010-04-22 22:38:27 +00:00 |
|
Alena Laskavaia
|
e8775e724f
|
- fixed API errors
|
2010-04-22 17:52:00 +00:00 |
|
Vivian Kong
|
f5aa6deafd
|
Bug 306627 - Fix license inconsistencies
|
2010-04-14 14:56:05 +00:00 |
|
Marc Khouzam
|
3bc232083d
|
[248593] Fixed launch for JTag to support DSF-GDB
|
2010-03-16 15:34:08 +00:00 |
|
Marc Khouzam
|
985195bc3c
|
[248593] Added missing requestMonitor completions
|
2010-03-12 15:02:15 +00:00 |
|
Alena Laskavaia
|
4deee6b218
|
[248593] - dsf-gdb integration for jTag launch (applied patch)
|
2010-03-11 15:39:03 +00:00 |
|
Vivian Kong
|
8ff63ab2c3
|
Bug 303481 - change update site for helios
|
2010-02-26 15:54:53 +00:00 |
|