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

17105 commits

Author SHA1 Message Date
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
Andrew Gvozdev
7f2357c3db JavaDoc warnings 2010-04-30 04:56:03 +00:00
Andrew Gvozdev
fec0fa3fad compilation warnings 2010-04-30 04:51:43 +00:00
Andrew Gvozdev
c129e2c2b1 JavaDoc warnings 2010-04-30 04:39:22 +00:00
Andrew Gvozdev
068c62ae83 compilation warnings 2010-04-30 04:24:13 +00:00
Andrew Gvozdev
6aaacce746 compilation warnings 2010-04-30 03:19:49 +00:00
L. Frank Turovich
d0db9ce69b [Bug 310371] Revised Properties and Search view pages. 2010-04-30 01:39:56 +00:00
Pawel Piech
718f11adef Bug 289526 - [debug view] Migrate the Restart feature to the new one, as supported by the platform 2010-04-29 22:45:45 +00:00
Pawel Piech
9acd76c5b0 Bug 311122 - [breakpoints] NPE in AbstractBreakpointVMNode. 2010-04-29 22:38:17 +00:00
John Cortell
2fd8cfac1d Bug 310914: Fix to avoid fallback of obtaining process list natively when debugging remotely 2010-04-29 19:17:18 +00:00
Andrew Gvozdev
cffc49b240 compilation warnings 2010-04-29 19:15:13 +00:00
Andrew Gvozdev
844ab2144c JavaDoc warnings 2010-04-29 19:02:21 +00:00
Andrew Gvozdev
6cffc42499 compilation warnings 2010-04-29 18:44:28 +00:00