1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

1633 commits

Author SHA1 Message Date
Mikhail Khodjaiants
fd9750f26f Merging changes from 1.2.1 branch. 2004-02-10 23:00:21 +00:00
Mikhail Khodjaiants
7fb590779b Fix for bug 51519: Enable 'Format' action if multiple variables are selected. 2004-02-10 20:15:00 +00:00
Alain Magloire
c6f2a35f9c Patch from Chris Songer to make multiple
selection works when setting formats.
2004-02-03 20:27:30 +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
Mikhail Khodjaiants
fb22e46d9a Fix for bug 50967: Linux/SWT blows when double click on the register view. 2004-01-30 19:44:32 +00:00
Mikhail Khodjaiants
9d0e717ea4 Fix for bug 50981: In the 'getValue' method of CVariable 'getType' should be only called once. 2004-01-30 17:44:32 +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
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