Mikhail Khodjaiants
aa22210b4e
Display the error message in the variable's label if the value of variable can not be retrieved.
2004-07-30 21:27:45 +00:00
Mikhail Khodjaiants
a32d8676d5
Cleanup.
2004-07-26 15:35:15 +00:00
Mikhail Khodjaiants
3b630ffde6
Marked the expression creation methods as deprecated in CDebugModel.
2004-07-23 21:25:52 +00:00
Mikhail Khodjaiants
efd9131891
More informative error messages.
2004-07-23 21:14:53 +00:00
Alain Magloire
1263232bc4
remove testcase
2004-07-22 19:59:44 +00:00
Alain Magloire
e27a68e9a2
remove comment
2004-07-22 19:58:02 +00:00
Alain Magloire
e3d6782e51
2004-07-22 Alain Magloire
...
Fix for PR 70688
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-07-22 19:49:09 +00:00
Mikhail Khodjaiants
eef4388433
CThread cleanup.
2004-07-21 20:54:16 +00:00
Mikhail Khodjaiants
5ddf5b1eb3
Copied the target factory methods from CDebugModel to CDIDebugModel.
...
Marked the old methods as deprecated.
2004-07-21 20:04:37 +00:00
Mikhail Khodjaiants
d2c66d5edc
CDebugTarget and CThread cleanup.
2004-07-21 20:01:09 +00:00
Mikhail Khodjaiants
f24c20f55c
Removed state validation from CDebugElement.
2004-07-21 17:50:34 +00:00
Mikhail Khodjaiants
dbb919826d
Removed state validation from CDebugElement.
2004-07-21 15:08:59 +00:00
Mikhail Khodjaiants
0146196946
Added new state - "STEPPED".
2004-07-20 21:44:16 +00:00
Mikhail Khodjaiants
2f7b91dea5
Cleanup.
2004-07-20 21:42:11 +00:00
Mikhail Khodjaiants
5662034d08
Cleanup.
2004-07-20 21:34:50 +00:00
Mikhail Khodjaiants
9c3c70be24
Cleanup.
2004-07-20 21:27:37 +00:00
Mikhail Khodjaiants
99b80a6206
Cleanup.
2004-07-16 22:08:05 +00:00
Mikhail Khodjaiants
2295bd9473
Asynchronous resume, suspend and step operations. Cleanup.
2004-07-16 22:07:41 +00:00
Mikhail Khodjaiants
04f9e243c8
Fix for bug 70147. TVT3.0: Preferences CDT Editor has non-externalized string.
2004-07-15 23:04:07 +00:00
Alain Magloire
634e93d450
org.eclipse.cdt.debug.core.cdi.model.type should
...
be in the cdi source folder.
2004-07-15 17:47:36 +00:00
Mikhail Khodjaiants
0336349ebe
Fix for bug 69939. I18N: Memory view contains unexternalized strings.
...
Externalized Memory View Refresh menu item.
2004-07-15 16:03:09 +00:00
Doug Schaefer
739203fe55
Upversioning head to 2.1.0.
2004-07-15 15:54:47 +00:00
Doug Schaefer
757f7d44bc
Removed the cdi.jar file from the build.properties file
...
since it isn't ready to build yet.
2004-07-15 15:02:04 +00:00
David Inglis
52f7290c19
show error when failure to create debugger page
2004-07-15 02:38:03 +00:00
David Inglis
540b9dc9f1
fixed auto solib option
2004-07-15 01:34:14 +00:00
Mikhail Khodjaiants
d1dfc1364e
Wrong fix. Falling back.
2004-07-14 20:32:20 +00:00
Alain Magloire
3f70afdcc3
2004-07-14 Alain Magloire
...
Wrong call the to the Button widget it should have been
setSelection() not setEnabled()
* src/org/eclipse/cdt/debug/mi/internal/ui/GDBSolibBlock.java
2004-07-14 18:50:12 +00:00
Alain Magloire
b78e2165a2
2004-07-12 Alain Magloire
...
Remove some compiler warnings.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
* mi/org/eclipse/cdt/debug/mi/core/command/CygwinMIEnvirnmentDirectory.java
* src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2004-07-12 13:56:05 +00:00
Alain Magloire
33193b4d7c
2004-07-09 Alain Magloire
...
Patch from gwatson to deal with Mac
version of gdb, there gdb as a different
syntax but still valid.
* mi/org/eclipse/cdt/debug/mi/core/output/MIArg.java
2004-07-09 19:59:04 +00:00
Mikhail Khodjaiants
265609f825
Cleanup. Added support of "CDebugElementState".
2004-07-09 19:30:23 +00:00
Mikhail Khodjaiants
1030a3afa9
Renamed "ICDebugElementErrorStatus" to "ICDebugElementStatus".
2004-07-09 18:04:01 +00:00
Mikhail Khodjaiants
1a63f5490c
Renamed "ICDebugElementErrorStatus" to "ICDebugElementStatus".
...
Added comments to ICDebugElementStatus.java.
2004-07-09 18:03:38 +00:00
Alain Magloire
d01737efb7
2004-07-09 Alain Magloire
...
Patch from Stefan Bylund for PR 69711
Added support for thread name.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java
* mi/org/eclipse/cdt/debug/mi/core/output/MIInfoThreadsInfo.java
2004-07-09 17:54:39 +00:00
Mikhail Khodjaiants
c59eba3f0e
Fix for bug 69221: "Show full paths" doesn't work for shared libraries.
2004-07-09 17:41:55 +00:00
Mikhail Khodjaiants
cfb0a1da4c
Fix for bug 68934: Debug into dll doesn't work.
...
The "solib-search-path" and "stop-on-solib-events" options are not supported by gdb on CygWin.
Removed the "Shared Libraries" tab from the "Debugger" page of the laaunch configuration dialog
2004-07-02 20:16:14 +00:00
Mikhail Khodjaiants
fd4d94d409
Fix for bug 68934: Debug into dll doesn't work.
...
The "solib-search-path" and "stop-on-solib-events" options are not supported by gdb on CygWin.
2004-07-02 20:15:42 +00:00
Alain Magloire
be18a50d17
* cdi/org/eclipse/cdt/debug/mi/core/cdi/ProcessManager.java
...
* cdi/org/eclipse/cdt/debug/mi/core/cdi/ThreadManager.java
2004-07-02 19:35:15 +00:00
Alain Magloire
f87836aa5e
2004-07-02 Alain Magloire
...
Move the CDI interface to its own source browser and library
* cdi/*
2004-07-02 19:30:18 +00:00
Alain Magloire
8589466f8a
Do not use the cache stackframe.
...
* src/org/eclipse/cdt/debug/internal/core/model/CThread.java
2004-06-30 02:24:37 +00:00
Alain Magloire
1b5eec7318
When selecting threads gdb can reset the current
...
stack frame on us. We should be aware of it and reset.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/mode/Target.java
2004-06-30 02:21:28 +00:00
Mikhail Khodjaiants
abfe932836
Temporary fix for bug 68915: Invalid values in the Variables view.
2004-06-30 01:31:50 +00:00
David Inglis
6b222b30ad
update test to Eclipse 3.0
2004-06-28 20:26:26 +00:00
Mikhail Khodjaiants
1662c1895f
Partial fix for bug 45535: Performance problems when debugging.
...
Cache the double and float presentations of the floating point types.
2004-06-28 18:30:50 +00:00
David Inglis
d294b00f9d
update copyright
2004-06-25 14:49:43 +00:00
Alain Magloire
315a4fc293
Fix for 68226
2004-06-25 01:02:33 +00:00
Mikhail Khodjaiants
9b23979d4f
Temporary fix for bug 56520: Debug Perspective doesn't get called when a breakpoint is hit.
2004-06-24 20:25:41 +00:00
David Inglis
4edd1d9f5c
copyright update patch from David Daoust
2004-06-24 19:55:36 +00:00
Mikhail Khodjaiants
f4ba258cd6
Fix for bug 68316: Exception shutting down Eclipse with an active debug session.
2004-06-23 15:58:15 +00:00
Mikhail Khodjaiants
e8b5f3a029
Added translation instructions for choice formats.
2004-06-22 19:28:02 +00:00
Mikhail Khodjaiants
acc1523fa1
Replaced global resource bundles by messages.
2004-06-22 18:45:18 +00:00