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
Alain Magloire
9511669ee0
2005-08-31 Alain Magloire
...
Fix Pr 107571: Do not create the Console pipe is we
have no consumer.
* mi/org/eclipse/cdt/debug/mi/core/MISession.java
2005-08-31 17:35:33 +00:00
Alain Magloire
55872940c2
2005-08-28 Alain Magloire
...
Speed improvement after exchanging with the HP folks.
HP has apps having hundred of local variable running on machine
with hundred of registers. The latency of the command "-var-create"
is too taxing. So we take the approach of not waiting for post command
MISession.postCommand(MIVarCreate, -1) and synchronize when we need the
mi varObj.
The next step will be to cache the types, since sending ptype/whatis
is also time consuming.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Argument.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/GlobalVariable.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LocalVariable.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/ThreadStorage.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
* mi/org/eclipse/cdt/debug/mi/core/RxThread.java
2005-08-28 03:21:50 +00:00
Mikhail Khodjaiants
4604a2056f
Bug 108130: wrong type shown on breakpoint view for R watchpoint created from gdb console.
2005-08-26 15:50:10 +00:00
Mikhail Khodjaiants
c8e4f80647
Bug 66446: Use the debugger path as a debugger process label.
2005-08-25 21:44:59 +00:00
Mikhail Khodjaiants
a644748bb8
synchronize the updating.
2005-07-29 17:58:16 +00:00
Alain Magloire
b2aff9b7c5
more fix for 100442
2005-07-29 05:46:25 +00:00
Mikhail Khodjaiants
a5fdd63e34
Bug 104421: Register view can not show correct value when switch between different thread or stack frame.
2005-07-29 02:12:02 +00:00
Alain Magloire
c0b5b6e08c
2005-07-26 Alain Magloire
...
Fix for 92446
* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Value.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
2005-07-26 19:57:10 +00:00
Doug Schaefer
13211bd14e
More fun with EPL. I think we have all Java files compliant now.
2005-07-22 14:55:56 +00:00
Alain Magloire
ba2f36fbae
fix to copyright
2005-07-22 02:38:01 +00:00
Alain Magloire
4bcf2bce38
2005-07-21 Alain Magloire
...
Fix for PR 103193
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LocationBreakpoint.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2005-07-21 20:29:28 +00:00
Alain Magloire
8ca570cd07
2005-07-18 Alain Magloire
...
GDB has now four different version of MI, so it has become
important to give the user the choice of the version.
* mi/org/eclipse/cdt/debug/mi/core/MISession.java
* mi/org/eclipse/cdt/debug/mi/core/RxThread.java
* mi/org/eclipse/cdt/debug/mi/core/command/CommandFactory.java
* mi/org/eclipse/cdt/debug/mi/core/command/MICommand.java
+ mi/org/eclipse/cdt/debug/mi/core/command/MIVersion.java
* src/org/eclipse/cdt/debug/mi/core/GDBCDIDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBServerCDIDebugger.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
* src/org/eclipse/cdt/debug/mi/core/MIProcessAdapter.java
2005-07-19 00:30:04 +00:00
Alain Magloire
ef2c62d0bf
2005-07-10 Alain Magloire
...
Fix for PR 100992: Setting breakpoints for methods
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2005-07-11 20:45:45 +00:00
Alain Magloire
c1fa89c040
2005-07-07 Alain Magloire
...
Try to suspend the target before disconnecting.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
2005-07-07 19:59:59 +00:00
Alain Magloire
865d770780
2005-06-29 Alain Magloire
...
Fix PR 100602
* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2005-06-29 16:42:20 +00:00
Alain Magloire
82427c42a6
2005-06-28 Alain Magloire
...
Fix PR 94612: addr =<PENDING>
* mi/org/eclipse/cdt/debug/mi/core/MIFormat.java
2005-06-28 19:49:08 +00:00