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

2385 commits

Author SHA1 Message Date
Mikhail Khodjaiants
43f8eb837a Check if "*" is used to describe supported platforms. 2006-02-08 16:44:41 +00:00
Mikhail Khodjaiants
36d7840256 Added comments. 2006-02-07 22:07:18 +00:00
Mikhail Khodjaiants
b26b4af40f Modified description. 2006-02-07 21:21:41 +00:00
Mikhail Khodjaiants
5a7a5616b9 Typo in description. 2006-02-07 21:20:54 +00:00
Mikhail Khodjaiants
667a2e1442 Bug 114793: Add an extension point to contribute command factories. Added the standard command factory for Linux. 2006-02-07 20:51:02 +00:00
Mikhail Khodjaiants
1eff9754a0 Wrong comment. 2006-02-07 20:48:46 +00:00
Mikhail Khodjaiants
d189f3bcd5 Added comment. 2006-02-07 20:48:25 +00:00
Mikhail Khodjaiants
30315f76c7 Bug 126789: Use new "fullname" attribute of stack frame description. 2006-02-07 20:10:20 +00:00
Mikhail Khodjaiants
6660f07ea6 Suppress "set auto-solib" - returns error on Windows. 2006-02-06 22:41:56 +00:00
Mikhail Khodjaiants
01eaafd33a Use getters to access members of "MICommand". 2006-02-06 22:37:21 +00:00
Mikhail Khodjaiants
c2dfa48e4d Bug 114793: Add an extension point to contribute command factories. 2006-02-06 21:46:39 +00:00
Mikhail Khodjaiants
c5831cdf12 Bug 114793: Add an extension point to contribute command factories. 2006-02-06 21:08:44 +00:00
Mikhail Khodjaiants
71d38ceea2 Bug 114793: Add an extension point to contribute command factories. 2006-02-06 20:48:26 +00:00
Mikhail Khodjaiants
ad1a1771a9 Updated comments. 2006-02-06 17:10:32 +00:00
Mikhail Khodjaiants
dca057c82a Cleanup. 2006-02-03 21:28:29 +00:00
Mikhail Khodjaiants
115d5f27ff The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage". 2006-02-03 20:07:27 +00:00
Mikhail Khodjaiants
b6d6d8f874 The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage". 2006-02-03 19:57:35 +00:00
Mikhail Khodjaiants
4ea7c1845d Replaced "debugger page" by "debuggerPage". 2006-01-31 20:47:27 +00:00
Mikhail Khodjaiants
06c2cfafd5 Bug 124966: GDBTypeParser.parse(String) parses incorrectly. Applied patch from Matthias Spycher (matthias@coware.com). 2006-01-31 16:52:11 +00:00
Mikhail Khodjaiants
29c2e5c8da Bug 125603: Debugger don't stop on breakpoints if src is linked. 2006-01-30 19:48:37 +00:00
Mikhail Khodjaiants
f96f4300b0 Bug 118894: Allow stopping at other locations other than main(). Applied patch from Ken Ryall (Nokia). 2006-01-30 02:23:02 +00:00
Mikhail Khodjaiants
037c32a015 Bug 125561: ClassCastException in Modules view. 2006-01-27 20:49:45 +00:00
Mikhail Khodjaiants
713fef5b08 Bug 107202: slow debug launch with external sources. Use "-p" option when passing a large number of directories to "cygpath". 2006-01-27 19:21:16 +00:00
Mikhail Khodjaiants
16f558adbe Reversing changes made to fix bug 107571. The fix for bug 119683 covers this problem too. 2006-01-25 19:18:46 +00:00
Mikhail Khodjaiants
910021b305 Make compatible with Java 1.4. 2006-01-23 21:37:52 +00:00
Mikhail Khodjaiants
143d697e5e Bug 119683: long messages during launch cause gdb to timeout, launch to fail. 2006-01-23 20:25:43 +00:00
Mikhail Khodjaiants
dd546cab07 Bug 119683: long messages during launch cause gdb to timeout, launch to fail. New "createSession" method accepts File instead of IBinaryObject. 2006-01-23 20:21:52 +00:00
Mikhail Khodjaiants
5e3cdd0b2e Bug 60682: No schema for CDebuggerPage extension point. 2006-01-23 02:29:29 +00:00
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +00:00
Mikhail Khodjaiants
e600743f89 Bug 123702: Prevent Signals view from being automatically added to debugger perspective. 2006-01-16 21:10:23 +00:00
Mikhail Khodjaiants
ecb9f13ea8 Bug 123745: Disassembly view can get into endless loop. 2006-01-15 19:38:42 +00:00
Mikhail Khodjaiants
ee78872cb9 Bug 118900: Display libraries loaded in post-mortem debug. Applied with modifications the patch from Joanne Woo (jwoo.mvista.com). 2006-01-04 20:14:19 +00:00
Mikhail Khodjaiants
fc68c36469 Bug 118900: Display libraries loaded in post-mortem debug. Applied with modifications the patch from Joanne Woo (jwoo.mvista.com). 2006-01-04 19:14:33 +00:00
Doug Schaefer
c5c47c0842 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
Mikhail Khodjaiants
c697bbaec7 Cleanup. 2005-12-31 00:51:47 +00:00
Mikhail Khodjaiants
d9bcef0863 Temporary fix for bug 122344: Memory monitors are not shown in the Memory view. 2005-12-29 22:14:47 +00:00
Mikhail Khodjaiants
6826257fc8 Bug 122336: Use the asynchronous tree viewer in the Modules view. 2005-12-29 22:00:34 +00:00
Mikhail Khodjaiants
f4fc48f7ce Bug 122336: Use the asynchronous tree viewer in the Modules view. 2005-12-29 21:53:51 +00:00
Mikhail Khodjaiants
f91558ee2f HTMLTextPresenter implements DefaultInformationControl.IInformationPresenterExtension instead of deprecated DefaultInformationControl.IInformationPresenter. 2005-12-28 00:39:43 +00:00
Mikhail Khodjaiants
4a0efb0c82 Cleanup. 2005-12-28 00:23:33 +00:00
Mikhail Khodjaiants
8e7198b894 Replaced deprecated org.eclipse.jface.util.ListenerList by org.eclipse.core.runtime.ListenerList. 2005-12-28 00:19:49 +00:00
Mikhail Khodjaiants
2286171d1c Cleanup. 2005-12-28 00:17:39 +00:00
Mikhail Khodjaiants
01b01243e5 Cleanup. 2005-12-28 00:10:27 +00:00
Mikhail Khodjaiants
34c3e374c4 Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart. 2005-12-27 23:59:14 +00:00
Mikhail Khodjaiants
4c2b367e01 Bug 120390: Avoiding .gdbinit 2005-12-20 20:26:38 +00:00
Mikhail Khodjaiants
556fda170b Bug 118809: Failure to evaluate stack frame. Previous fix didn't work for stack depths > 100. 2005-12-16 20:45:48 +00:00
Mikhail Khodjaiants
fff6cffa2d Bug 118809: Failure to evaluate stack frame. 2005-12-08 23:05:20 +00:00
Doug Schaefer
2b2f1eaba6 Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00:00
Mikhail Khodjaiants
02eb2cab43 Partial fix for bug 118114: Cannot view typedef'ed array in debugger. 2005-11-29 21:35:57 +00:00
Mikhail Khodjaiants
a6a01fae51 Bug 100298: [Memory View] Changing variable's value from variables view or memory view doesn't sync to each other. 2005-11-29 19:46:10 +00:00