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
Doug Schaefer
9dc3aa63e5
Upgrade to Eclipse 3.0. Includes:
...
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
Alain Magloire
d05969c443
updated.
2003-11-22 23:50:15 +00:00
Alain Magloire
6bfd40852c
Make sure the session is terminated if
...
an exception is thrown.
2003-11-22 23:50:03 +00:00
Alain Magloire
8dd35316c0
updated.
2003-11-21 20:46:04 +00:00
Alain Magloire
3d0c4ea4f6
The wrong MIPlugin.createCSession() was use, noted
...
by Ashish.
2003-11-21 20:45:55 +00:00
Mikhail Khodjaiants
4129594a78
Fix for PR 46592: Debug View shows Functions as func(type param,...)().
...
Return an empty string instead of "??" if the function name is not available.
2003-11-21 20:02:01 +00:00
Mikhail Khodjaiants
20ac1c6f2b
Fix for PR 46592: Debug View shows Functions as func(type param,...)().
...
Return an empty string instead of "??" if the function name is not available.
2003-11-21 20:00:51 +00:00
Alain Magloire
40d10ad5a5
updated
2003-11-20 21:47:08 +00:00
Alain Magloire
cefb4467c0
FIX NPE 46313
2003-11-20 21:46:58 +00:00
Alain Magloire
1e5198e7ca
Remove unused argument
2003-11-20 21:46:34 +00:00
Mikhail Khodjaiants
9cfd14bfc1
Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process.
2003-11-19 21:22:26 +00:00
Mikhail Khodjaiants
dc03462d49
Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process.
2003-11-19 20:46:38 +00:00
Mikhail Khodjaiants
104831688d
Fix for PR 46592: Debug View shows Functions as func(type param,...)().
...
In some situations gdb returns the function names that include parameter types.
To make the presentation consistent truncate the parameters.
2003-11-13 21:18:32 +00:00
Alain Magloire
87f0c0d4a4
updated
2003-11-06 20:56:36 +00:00
Alain Magloire
a81bc230d8
set the serial baud
2003-11-06 20:56:25 +00:00
Alain Magloire
f0f94b3965
Fix for deferred breakpoint.
2003-11-06 20:56:06 +00:00
Alain Magloire
cb96ed307b
updated.
2003-10-29 17:35:48 +00:00
Alain Magloire
0eae65c6f6
Use a preference for the timeout launch setting.
2003-10-29 17:35:38 +00:00
Alain Magloire
37149bf71f
updated.
2003-10-18 01:22:37 +00:00
Alain Magloire
115e1208c3
Framework to deferred breakpoint
2003-10-18 01:22:27 +00:00
Alain Magloire
6358ba0254
updated
2003-10-10 13:47:59 +00:00
Mikhail Khodjaiants
3804b80669
All methods of 'IRuntimeOptions' should throw CDI exceptions in case of failure.
2003-10-07 18:30:31 +00:00
Doug Schaefer
fe07db2d72
Upversioning everything to 1.2.0.
2003-10-01 20:23:21 +00:00