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 |
|
Alain Magloire
|
e692b9940d
|
update the logs.
|
2004-01-28 21:05:06 +00:00 |
|
Alain Magloire
|
b1dd76df72
|
Change the scope of the methods to be protected.
|
2004-01-28 21:04:09 +00:00 |
|
Alain Magloire
|
12ac7e97c7
|
new method setOperation().
|
2004-01-28 20:52:16 +00:00 |
|
Alain Magloire
|
8d6cbf9b4b
|
Throws the exception up instead of silently ignore it.
|
2004-01-28 20:50:39 +00:00 |
|
Alain Magloire
|
a90de5234d
|
Cache the stackframes to reduce the chatting between
GDB.
|
2004-01-23 05:04:20 +00:00 |
|
Alain Magloire
|
74d7916ebc
|
Cache the stackframes to reduce the chatting between
GDB.
|
2004-01-23 04:05:09 +00:00 |
|
Doug Schaefer
|
8cceffb272
|
Fix the classpaths to use dynamic containers again.
My apologies :-)
|
2004-01-05 21:16:28 +00:00 |
|
Doug Schaefer
|
e1b04cf0c0
|
Added org.eclipse.core.runtime.compatability as a
dependency to satisfy Eclipse 3.0M6 requirements.
|
2004-01-05 20:26:57 +00:00 |
|
Mikhail Khodjaiants
|
ac91633edf
|
Fix for bug 49282 terminate the gdb session if the termination of the inferior fails.
|
2003-12-22 20:27:31 +00:00 |
|
Mikhail Khodjaiants
|
5432ae0bcd
|
Fix for bug 49278 do not retry the "info threads" command if the first attempt fails.
|
2003-12-22 19:54:11 +00:00 |
|
Alain Magloire
|
4123b94c18
|
.
|
2003-12-18 23:38:06 +00:00 |
|
Alain Magloire
|
d9141a8a93
|
The -gdb-set environment is not describe properly
in the doc ... finally discover at it works by looking
at the command line, first attempt to rectify
|
2003-12-18 23:23:03 +00:00 |
|
Mikhail Khodjaiants
|
2450aa42da
|
Fix for bug 49061: Different values are used as default for the "Load shared library symbols automatically" option.
|
2003-12-17 22:16:41 +00:00 |
|
Mikhail Khodjaiants
|
5fdc6c2dc5
|
Show the gdb arguments when tracing.
|
2003-12-16 20:34:55 +00:00 |
|
Mikhail Khodjaiants
|
c35087d93c
|
Fix for PR 48870: Terminate gdb if attach to process fails.
|
2003-12-16 17:44:43 +00:00 |
|
Alain Magloire
|
5faa541664
|
updated.
|
2003-12-09 16:11:46 +00:00 |
|
Alain Magloire
|
d2f10d5cf1
|
Do not throw an exception if the target is interrupted
|
2003-12-09 16:11:35 +00:00 |
|
Alain Magloire
|
bd6255589b
|
updated.
|
2003-12-08 16:39:37 +00:00 |
|
Alain Magloire
|
8bdce2041e
|
Use MIInferior.terminate
|
2003-12-08 16:39:26 +00:00 |
|
Alain Magloire
|
1c9df5cdbd
|
new method terminate() to allow to pass the exception.
|
2003-12-08 16:39:13 +00:00 |
|
Alain Magloire
|
429e4b8a9b
|
updated.
|
2003-12-02 17:32:25 +00:00 |
|
Alain Magloire
|
6feee575a5
|
retry stakc-info-depth a second time.
|
2003-12-02 17:32:16 +00:00 |
|
Mikhail Khodjaiants
|
19585a8f35
|
Cleanup.
|
2003-11-26 18:58:04 +00:00 |
|
Mikhail Khodjaiants
|
f8dc875327
|
Cleanup.
|
2003-11-26 16:56:55 +00:00 |
|
Doug Schaefer
|
9c677d807f
|
Upversioned the plugins, etc to 2.0.0.
Made sure the jar files got included in the zips.
|
2003-11-25 18:24:55 +00:00 |
|
Alain Magloire
|
4d189826d3
|
updated.
|
2003-11-25 18:15:49 +00:00 |
|
Alain Magloire
|
e491b3048f
|
Process the suspended event even if there is no threads
or stacks
|
2003-11-25 18:15:39 +00:00 |
|