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

1121 commits

Author SHA1 Message Date
Mikhail Khodjaiants
310afa2c6b Bug 136206: Suppress Resumed events when processing solib events. 2006-04-12 19:06:40 +00:00
Mikhail Khodjaiants
f5d55039c7 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Support for deferred breakpoints. 2006-04-12 17:27:28 +00:00
Mikhail Khodjaiants
160774ed3d Warning cleanup. 2006-04-11 21:43:49 +00:00
Mikhail Khodjaiants
dae81c31ec Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. 2006-04-10 20:47:23 +00:00
Mikhail Khodjaiants
a0af806148 "set solib-search-path" and "show solib-search-path" are not supported on Windows. 2006-04-10 18:35:56 +00:00
Mikhail Khodjaiants
89ae273720 Bug 134617: The "stop on shared library event" option doesn't work. 2006-04-03 21:10:08 +00:00
Mikhail Khodjaiants
67a47ed1f9 Corrected position of the "try-catch-finally" clause in createSession. 2006-03-31 20:05:01 +00:00
Mikhail Khodjaiants
ae43d3b681 Throw OperationCanceledException instead of IOException when getGDBprocess is canceled. 2006-03-31 19:57:18 +00:00
Mikhail Khodjaiants
932f829054 Cleaned up the "Session" class constructors. 2006-03-27 21:02:57 +00:00
Mikhail Khodjaiants
5d825a202d Added the "getSessionConfiguration" method to allow clients to provide their own session configurations. 2006-03-27 21:01:06 +00:00
Mikhail Khodjaiants
7a09933b77 Pass ILaunch instead of ILaunchConfiguration.
Added "getGDBPath" method.
2006-03-23 21:34:03 +00:00
Mikhail Khodjaiants
7cb4ec78b5 Added default attribute value for ATTR_DEBUG_NAME. 2006-03-23 20:16:42 +00:00
Mikhail Khodjaiants
373957fc6f Missing error message. 2006-03-21 19:33:59 +00:00
Mikhail Khodjaiants
d1ad9cfff1 Made "getCommandFile" and "getWorkingDirectory" methods protected. 2006-03-20 23:29:10 +00:00
Mikhail Khodjaiants
2a30a9aa28 ILaunch is added to the arguments list of "doStartSession". 2006-03-17 00:11:08 +00:00
Mikhail Khodjaiants
17afe7c4ac Added default implementation for "getExtraArguments". No need to force clients to implement this method. 2006-03-13 22:48:36 +00:00
Mikhail Khodjaiants
52341a3587 Updated the contributors list. 2006-03-06 19:47:30 +00:00
Norbert Pltt
37fb31f3ca Target stream output added to parseable list. Bug 119370. 2006-03-06 07:40:25 +00:00
Mikhail Khodjaiants
40de7ba4a9 Cleanup. 2006-02-27 22:55:11 +00:00
Norbert Pltt
2f2ef46adc .options included in binary build. 2006-02-10 15:54:48 +00:00
Mikhail Khodjaiants
b65a91b8b5 Bug 114793: Add an extension point to contribute command factories. Registered windows and linux specific command factories for gdbserver. 2006-02-09 20:33:02 +00:00
Mikhail Khodjaiants
4f2be141c6 The inferior is in the suspended state when connecting to gsbserver. 2006-02-09 20:30:04 +00:00
Mikhail Khodjaiants
bce2540688 Bug 114793: Add an extension point to contribute command factories. Added standard command factory for gdb server. 2006-02-08 16:51:02 +00:00
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
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
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
dca057c82a Cleanup. 2006-02-03 21:28:29 +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
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
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +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
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
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
Doug Schaefer
f68ca2c02b Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00