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 Plött
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 Plött
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
Doug Schaefer
f1fa62b185
Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries.
2005-11-10 21:41:23 +00:00
Mikhail Khodjaiants
588b729fb6
Bug 113364: Wrong values displaying an array of structures.
...
Previous fix didn't work for classes with access specifiers.
2005-11-02 21:28:20 +00:00
Mikhail Khodjaiants
b3913875ff
Bug 113364: Wrong values displaying an array of structures.
2005-10-21 15:54:19 +00:00
Mikhail Khodjaiants
6f2faec4eb
Bug 106632: Invalid detail value for arrays with dimension greater than 100.
2005-10-18 21:45:18 +00:00
Mikhail Khodjaiants
97c3f29d23
Bug 111568: Fix for corrupt stack messages not working. Applied patch from Timesys.
2005-10-18 19:18:53 +00:00
Mikhail Khodjaiants
db189e5935
Bug 108636: mi level selection option should be moved to the gdb page.
2005-09-06 19:11:57 +00:00
Mikhail Khodjaiants
fe2b61a78e
Bug 108424: Debugger stops on removed breakpoints.
2005-09-01 20:33:54 +00:00
Alain Magloire
b2960a2e43
2005-08-31 Alain Magloire
...
Improve performance by caching the type result on the frame
and on the RegisterManager. The patch is originally from Chris Wiebe
with modifications.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/StackFrame.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/VariableDescriptor.java
2005-09-01 03:11:34 +00:00