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
34c3e374c4
Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.
2005-12-27 23:59:14 +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
a7d1231811
Bug 118272: Invalid stack trace when stepping out of function.
2005-11-28 21:07:36 +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
fd1c565981
Bug 115385: Pointer to a structure is not updated correctly.
2005-11-07 21:11:12 +00:00
Mikhail Khodjaiants
47aa5eed64
Fix for bugs 112008 and 111828.
...
Applied modified patch from Matthias Spycher (matthias@coware.com ).
2005-10-24 17:31:54 +00:00
Mikhail Khodjaiants
9acac67434
Bug 109785: "mi_cmd_var_create: unable to create variable object" when stepping out of stack frame.
2005-09-16 19:35:08 +00:00
Mikhail Khodjaiants
9047a11e82
Bug 109206: Last register group is not added if it has only one register.
2005-09-09 21:34:32 +00:00
Mikhail Khodjaiants
34411d80e6
Cleanup: replaced "new Boolean" by the static Boolean objects (Java 1.4).
2005-09-06 20:19:08 +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
Mikhail Khodjaiants
541144055f
Bug 106241: Argument stopInMain has no impact in method org.eclipse.cdt.debug.core.CDIDebugModel#newDebugTarget.
2005-08-25 20:12:44 +00:00
Mikhail Khodjaiants
485f7b6bf0
Bug 108028: Duplicate watchpointes.
2005-08-25 18:26:34 +00:00
Mikhail Khodjaiants
fece65cbf3
Bug 107787: Casting variable to array causes NPE.
2005-08-23 21:27:17 +00:00
Alain Magloire
cabc71e9e2
2005-08-04 Alain Magloire
...
ClastCastException being throw in CThread.getAdapter(IRunToLine.class);
Patch solution to ignore the exception.
* src/org/eclipse/cdt/debug/internal/core/model/CThread.java
2005-08-05 00:19:16 +00:00
Mikhail Khodjaiants
c16a83969c
The registers with errors shouldn't be disposed when the target is suspended. Added synchronization to the "getRegisters" method.
2005-07-29 19:24:19 +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
Mikhail Khodjaiants
fb81386aa2
Bug 103567: breakpoints view of of sync w/CDT CVS HEAD.
2005-07-28 17:49:05 +00:00
Mikhail Khodjaiants
a7d6556d98
Bug 105224: Two identical directory source container types.
2005-07-26 21:05:45 +00:00
Mikhail Khodjaiants
7ce35b3215
Bug 102929: Race conditions when setting breakpoints at launch. The initial breakpoint settings, stop in main and resume are batched in one job. This garantees the right order of commands sent to the backend.
2005-07-26 18:17:05 +00:00
Alain Magloire
9f27c7baec
2005-07-22 Alain Magloire
...
Fix to Copyright.
* src/org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
2005-07-22 02:37:17 +00:00
Alain Magloire
053f04b5da
2005-07-18 Alain Magloire
...
new launch constant for the MI protocol
* src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java
2005-07-19 00:29:38 +00:00
Mikhail Khodjaiants
8b13067b55
Bug 103917: NPE in Variables View.
2005-07-14 21:45:57 +00:00
Mikhail Khodjaiants
519a3f133b
Bug 103784: NPE in source lookup.
2005-07-14 15:32:35 +00:00
Mikhail Khodjaiants
afb99ca2e0
Bug 94770: Breakpoint marker messages need formatting.
2005-07-11 20:18:06 +00:00
Mikhail Khodjaiants
249408c1cb
Bug 102077: The DebugLabelViewDecorato asking info out of context. Added a new flag to CVariable indicate the disposed state and prevent target requests.
2005-07-11 18:34:15 +00:00
Mikhail Khodjaiants
d3ee3bfc24
Bug 102563: Break points not working. Temporary switching back to use file names instead of full paths.
2005-07-11 15:18:03 +00:00
Mikhail Khodjaiants
c65693aadb
Bug 103173: Register: user created register groups disappear after debug session restart.
2005-07-11 04:06:52 +00:00
Mikhail Khodjaiants
44f7f93af9
Filter breakpoints before setting using the source lookup mechanism.
2005-07-08 21:16:36 +00:00
Mikhail Khodjaiants
690d999a7c
Bug 79371: Setting breakpoints in the left hand side ruler of the disassembly view is sluggish. Asynchronous breakpoint handling.
2005-07-08 18:06:02 +00:00
Mikhail Khodjaiants
e4a9c0ca4c
Removed the "IBreakpointTarget" interface.
2005-07-04 19:09:06 +00:00
Mikhail Khodjaiants
80afc076a5
Removed the "IBreakpointTarget" interface.
2005-07-04 19:06:05 +00:00
Mikhail Khodjaiants
288e94d28e
Bug 41725: I can't set a breakpoint in a function where I used attach source.
...
Bug 45514: Breakpoints made is assembly view do not show in C view.
2005-06-29 21:15:28 +00:00
Mikhail Khodjaiants
465bd40eb2
Bug 101188: Breakpoints don't work with MingW gdb. Use "toPortableString" instead of "toOsString" when setting the source search paths.
2005-06-28 15:24:38 +00:00
Alain Magloire
888d8a3b2c
2005-06-27 Alain Magloire
...
Change in ICDIReferenceValue.
* cdi/org/eclipse/cdt/debug/core/cdi/model/type/ICDIReferenceValue.java
* src/org/eclipse/cdt/debug/internal/core/model/CValue.java
2005-06-28 03:03:08 +00:00
Alain Magloire
a729a32e61
2005-05-27 Alain Magloire
...
Use the fCDIVariable instead of fCDIVariableObject when possible.
* src/org/eclipse/cdt/debug/internal/core/model/CVariable.java
2005-06-27 15:22:16 +00:00
Doug Schaefer
2fd25239b8
EPL'ing the CDT.
2005-06-27 03:46:51 +00:00
Mikhail Khodjaiants
3d4b84023f
Bug 100756: Breakpoints listed twice in Breakpoints view.
2005-06-23 18:11:11 +00:00
David Inglis
cf09e84a32
CPL to EPL transistion - license header update for IBM
2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a
CPL to EPL transistion - license header update for QNX
2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631
EPL'ing the CDT.
2005-06-23 14:44:35 +00:00
Mikhail Khodjaiants
dc43232b88
Minor refactoring.
2005-06-21 21:10:40 +00:00
Mikhail Khodjaiants
4732db0ae8
Bug 91374: CDT launch should set ATTR_PROCESS_TYPE.
2005-06-21 18:41:38 +00:00