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
05b2b962c1
Set the sharedlibraryManager autoupdate to be off
...
by default.
2004-01-23 04:10:39 +00:00
Alain Magloire
74d7916ebc
Cache the stackframes to reduce the chatting between
...
GDB.
2004-01-23 04:05:09 +00:00
Mikhail Khodjaiants
020ee8aeea
Fix for bug 48682: IThread.getBreakpoints() stubbed out.
2004-01-15 22:09:35 +00:00
Mikhail Khodjaiants
e63680bf70
Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor.
2004-01-06 20:45:35 +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
27f6d25ecb
Fix for bug 49294: Source file doesn't change when switching between stack frames.
2003-12-23 19:01:37 +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
Mikhail Khodjaiants
673877b222
Reset the 'terminating' flag if 'terminate' fails.
2003-12-09 16:20:36 +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
Mikhail Khodjaiants
8a0a4cb710
Fix for PR 47230: Need a shared library search path editing capability for GDBServerDebugger.
...
Implemented 'GDBServerDebuggerPage' as an extension of 'GDBDebuggerPage'.
Added two new control blocks - "TCP Connection" and "Serial Connection".
2003-12-05 20:46:29 +00:00
Mikhail Khodjaiants
565184adfa
'performApply' of 'SourceLookupBlock' should check if the project in configuration is the same as project saved in the block.
...
Changed the message displayed when the source file is not found.
2003-12-05 20:36:41 +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
e2724066ac
Fix for PR 47595: Referenced projects are not checked in the list of generic source locations.
2003-11-26 23:10:16 +00:00
Mikhail Khodjaiants
6131f091aa
Extracted the main part of the 'breakpointAdded' method into a separate method to avoid double checking.
2003-11-26 23:02:55 +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
Mikhail Khodjaiants
ca76e63e63
Cleanup.
2003-11-26 16:40:13 +00:00
Mikhail Khodjaiants
f7359eac05
Cleanup.
2003-11-26 16:25:17 +00:00
Mikhail Khodjaiants
07c8819af2
Cleanup.
2003-11-26 16:18:28 +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
d48c7e733d
Use "symbol not available" for empty function names when generating a stack frame label.
2003-11-21 20:05:00 +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
3ab52b92d7
Removed dependencies on internal packages from other cdt plugins.
2003-11-20 17:09:24 +00:00