Alain Magloire
b6a1800bd0
2004-08-05 Alain Magloire
...
Tentative Fix for PR 69991
* src/org/eclipse/cdt/debug/mi/core/RxThread.java
2004-08-05 23:51:35 +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
Doug Schaefer
739203fe55
Upversioning head to 2.1.0.
2004-07-15 15:54:47 +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
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
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
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
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
David Inglis
4edd1d9f5c
copyright update patch from David Daoust
2004-06-24 19:55:36 +00:00
Alain Magloire
3fd15075c3
Fix PR 68176
...
* mi/org/eclipse/cdt/debug/mi/core/command/CygwinMIEnvironmentCD.java
2004-06-22 15:33:51 +00:00
Alain Magloire
7d75673d86
Fix for PR 66338
...
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/Condition.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java
2004-06-10 02:51:50 +00:00
Alain Magloire
e9a68a7cbd
Keep the breakpoint disable when doing
...
deffered breakpoint installation.
* cdt/org/eclpse/cdt/debug/mi/core/cdi/EventManager.java
2004-06-09 15:43:47 +00:00
Alain Magloire
afd9e92342
Fix for PR 65077
...
* mi/org/eclipse/cdt/debug/mi/core/command/CygwinCommandFactory.java
* mi/org/eclipse/cdt/debug/mi/core/command/CygwinMIEnvironmentCD.jav
* src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java
2004-06-08 21:40:21 +00:00
Mikhail Khodjaiants
0dfb4354ac
Moved externalized strings to the right property file.
2004-06-02 20:25:29 +00:00
Alain Magloire
5614c7c557
Overload getFullName() for registerObject
2004-06-02 14:47:04 +00:00
Alain Magloire
ed6d4cbdbb
remove comments
2004-06-01 18:27:55 +00:00
Alain Magloire
97876ded77
GDB has special "types"
...
int8_t int16_t etc ... parse them also.
2004-05-31 23:51:45 +00:00
David Inglis
760c2a22b5
fixed update platform filtering
...
fixed compiler error prompting
2004-05-31 18:06:16 +00:00
Alain Magloire
0209657630
Fix for PR 58249
2004-05-31 15:31:11 +00:00
Alain Magloire
e993ab0e1c
Error in looking for the CIdentifier.
...
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-05-28 15:17:18 +00:00
Alain Magloire
67cd9ad95c
copy some of the field back to the variable
2004-05-28 14:12:35 +00:00
Alain Magloire
f9065c3dda
Fix to PR 60020.
...
GDB returns the children when a pointer
points to a structure.
Also ignore the keyword "const" when parsing.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/VariableObject.java
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-05-28 04:37:51 +00:00
Doug Schaefer
de0397f03e
Cleaned up the build.properties files to ensure the right things end up in the binary and source builds.
2004-05-24 17:18:38 +00:00
Alain Magloire
d46532a2d9
2004-05-18 Alain Magloire
...
Remove warnings and compatibility plugin
to be full Eclipse-3.0 compliant.
2004-05-18 17:34:49 +00:00
Alain Magloire
83ff50fe27
PR 57127. Pass the stream verbatim
...
even if it has spaces.
This what gdb expects.
2004-05-07 18:21:22 +00:00
Alain Magloire
21b56220d7
Fix for PR 60664
2004-05-07 14:21:21 +00:00
David Inglis
0e68bf890b
reverted some string externalizing which should never have been done.
2004-04-02 15:52:45 +00:00
Alain Magloire
1ff55f435a
GDBserver config should be "*" not "native"
2004-04-01 19:44:19 +00:00
Mikhail Khodjaiants
1cef0ffb04
Fix for bug 55766: The Shared Libraries view displays the wrong icon if the "Load Symbols" action fails.
2004-03-23 21:23:25 +00:00
Alain Magloire
b3f004b2a3
Changes to get some performances. The array of
...
events is passed instead of one at a time.
2004-03-17 18:09:00 +00:00
Alain Magloire
86875f7871
Patch from Tanya for locale
2004-03-17 16:40:55 +00:00
Alain Magloire
f3a9fae638
Major patch from Tanya to extenalize strings
2004-03-16 20:03:56 +00:00
Alain Magloire
2e49a88af9
Externalize strings from Tanya.
2004-03-12 19:34:53 +00:00
David Inglis
cde152c3d0
update
2004-03-12 16:02:32 +00:00
Alain Magloire
4e38f7ccd2
Reog. Categorise the files in to source folders.
2004-03-01 20:55:53 +00:00
Alain Magloire
2eb7c8d6d8
remove comments.
2004-02-19 16:04:11 +00:00
Alain Magloire
3e7cdc86af
indentation.
2004-02-19 15:52:37 +00:00
Alain Magloire
8605adfe72
Fix for PR #52317
2004-02-19 15:49:58 +00:00
Alain Magloire
45d013d253
save the PID when attaching.
2004-02-18 03:51:06 +00:00
Alain Magloire
d3531f1429
use String.endsWith("(gdb)") to find the prompt
2004-02-11 20:48:14 +00:00
Alain Magloire
e2482f2bc6
Do not pass an empty string.
2004-02-02 14:18:09 +00:00
Alain Magloire
df79974b26
Let the MIExecInterrupt through
2004-01-30 19:46:55 +00:00
Alain Magloire
2e8a72022a
Allow the client to overload the interrupt
2004-01-30 17:15:50 +00:00
Alain Magloire
752890b1aa
*** empty log message ***
2004-01-29 16:51:19 +00:00
Alain Magloire
662e440276
CDT Debug prefers things to be in ascending number
2004-01-29 16:49:28 +00:00