1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

17317 commits

Author SHA1 Message Date
Andrew Gvozdev
b07f185354 JavaDoc added 2010-05-03 22:15:31 +00:00
Andrew Gvozdev
89f528fac7 toString() added 2010-05-03 20:51:15 +00:00
L. Frank Turovich
41d8e7d002 minor edit to link titles 2010-05-03 19:40:00 +00:00
John Cortell
99dd5a34ae Bug 311380: Interrupting target can leave Debug view in awkward state 2010-05-03 18:56:21 +00:00
Mikhail Khodjaiants
4b0c9bd6ce Bug 311210 - [commands][cdi] Missing support for "target-download". 2010-05-03 15:20:05 +00:00
Mikhail Khodjaiants
c283892ee1 Bug 311219 - [commands][cdi] MITargetSelect is too restrictive. 2010-05-03 15:05:41 +00:00
Vivian Kong
66ef5c2e80 Bug 307593 - [Accessibility] CDT documentation has accessibility issues 2010-05-03 14:45:49 +00:00
Vivian Kong
47d095cfd4 build against platform M7 2010-05-03 14:14:36 +00:00
Markus Schorn
2f09275558 Deprecation of IASTArraySubscriptExpression.getSubscriptExpression(). 2010-05-03 08:32:14 +00:00
Sergey Prigogin
404e31b20a Sort Lines command. 2010-05-03 05:48:29 +00:00
Sergey Prigogin
d6c48415c3 Sort Lines command. 2010-05-03 04:53:27 +00:00
Sergey Prigogin
0ae94097b3 Cosmetics. 2010-05-03 04:52:38 +00:00
Sergey Prigogin
e45a245ac1 Minor code simplification. 2010-05-03 04:51:41 +00:00
L. Frank Turovich
8d317aa50a Bug 310371 - Revised Debug view 2010-05-03 02:03:26 +00:00
Sergey Prigogin
88b632405d Cosmetics. 2010-05-02 22:06:49 +00:00
Sergey Prigogin
31a23d3fc0 Fixed compiler warning. 2010-05-02 21:45:29 +00:00
Sergey Prigogin
4a4d247e2f Fixed compiler warning. 2010-05-02 21:45:28 +00:00
Sergey Prigogin
e85fb0b135 Cosmetics. 2010-05-02 21:42:04 +00:00
Sergey Prigogin
e487384c29 Generics. 2010-05-02 21:34:09 +00:00
Alena Laskavaia
a93035a04c Added quick fix for parenthesis checker 2010-05-02 02:31:03 +00:00
Alena Laskavaia
7872cd18fd Moved extension point to right plugin 2010-05-02 02:15:07 +00:00
Alena Laskavaia
36e14f64c3 Refactor to move common code to a proper package and externalize strings 2010-05-02 01:47:28 +00:00
L. Frank Turovich
bc2f66e8d3 Bug 310371 - Revised Traditional Memory Rendering pref panel, and the Disassembly, Modules, and Signals views 2010-05-01 22:01:24 +00:00
L. Frank Turovich
e074c3f6d3 Bug 310371 - Revised Problems, Registers, and Memory views 2010-05-01 18:16:49 +00:00
James Blackburn
75debca17a Bug 248071 libraries rebuilt on Mac OS X 10.5, forward compatible with 10.6 2010-05-01 11:51:16 +00:00
Alena Laskavaia
ecd0453485 - added javadoc and visibility refactoring 2010-05-01 00:56:13 +00:00
Alena Laskavaia
a54f3f21a7 - added javadoc, externalized strings, fixed copyright 2010-05-01 00:41:56 +00:00
John Cortell
ff3f6bc722 Updated comment to reflect the current status given a fix earlier today. 2010-04-30 21:06:54 +00:00
John Cortell
d5c6bb4f11 Updated comment to reflect the current status given a fix earlier today. 2010-04-30 21:01:49 +00:00
John Cortell
1dd75f85e0 Remove check that became unnecessary when I moved the logic back into this class. 2010-04-30 20:55:54 +00:00
Alena Laskavaia
bec406f7dd - show external location if it is not empty in problems details view 2010-04-30 20:48:56 +00:00
Marc Khouzam
2fdba57f07 Bug 289526: Change the order of steps to restart the inferior to make sure we don't get output before we have created our consoles. This is to protect ourselves against 223154 2010-04-30 20:30:36 +00:00
Marc Khouzam
781fa19cb6 Bug 304096: Handle cases for GDB < 7.0 where interrupting the target does not generate a *stopped event. 2010-04-30 18:00:26 +00:00
Marc Khouzam
ea18f6f726 Bug 309309: CommandCache could prevent RMs from being completed if the ICommandControl.queueCommand() returned right away. 2010-04-30 17:07:00 +00:00
James Blackburn
1e87c2c634 Bug 289986 - Allowing saving resources while running an external Makefile build 2010-04-30 16:05:52 +00:00
John Cortell
e7a52e7c7c Bug 311118: Attach does not work with MinGW gdb 7.0 2010-04-30 15:54:48 +00:00
Marc Khouzam
6cc13ab881 Clarify method. 2010-04-30 15:31:12 +00:00
John Cortell
9d3d836047 Simplify BOOL check. 2010-04-30 14:22:35 +00:00
John Cortell
d76884f42a Bug 311182: Enhance Spawner JNI code to use DebugBreakProcess when running on >= XP 2010-04-30 14:22:34 +00:00
Anton Leherbauer
edf08beb2d [248627] Potential NPE in StackFramesVMNode 2010-04-30 12:39:44 +00:00
Anton Leherbauer
ba51737dc1 Bug 310992 - [vm][cache] Unnecessary cache flushing of thread children on suspended event 2010-04-30 12:33:11 +00:00
Markus Schorn
e734801e92 Bug 309096: NPE in pointer to member type. 2010-04-30 09:54:46 +00:00
Markus Schorn
d6fd606c63 Bug 311030: Using va_args with function pointer. 2010-04-30 08:12:21 +00:00
Andrew Gvozdev
517fc29c67 compilation warnings 2010-04-30 05:40:47 +00:00
Andrew Gvozdev
5546676b90 JavaDoc warnings 2010-04-30 05:29:09 +00:00
Andrew Gvozdev
4fe00329b1 compilation warnings 2010-04-30 05:27:43 +00:00
Andrew Gvozdev
82f47ea669 JavaDoc warnings 2010-04-30 05:20:44 +00:00
Andrew Gvozdev
4de5386e68 JavaDoc warnings 2010-04-30 05:11:59 +00:00
Andrew Gvozdev
14be637cfb compilation warnings 2010-04-30 05:10:29 +00:00
Andrew Gvozdev
b821eb6557 compilation warnings 2010-04-30 05:05:56 +00:00