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

1646 commits

Author SHA1 Message Date
Mikhail Khodjaiants
618b4f8e95 Fire the "suspend" event when the target is suspended because of an error. 2004-02-23 18:56:28 +00:00
Alain Magloire
aa349fc2b3 Partial fix for PR 52155. 2004-02-20 17:35:44 +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
Mikhail Khodjaiants
af45b6d210 Merged changes from 1.2.1 branch. 2004-02-17 19:38:43 +00:00
Mikhail Khodjaiants
5c81a61e91 Merged changes from 1.2.1 branch. 2004-02-17 19:05:42 +00:00
Doug Schaefer
04649e1b68 *** empty log message *** 2004-02-13 22:06:26 +00:00
Doug Schaefer
1300bda0b8 Quick fix to get the debugger working in M7. I had to
define a new extension to org.eclipse.debug.ui.contexts
and provide the appropriate binding to our debug
model.
2004-02-13 19:07:04 +00:00
Alain Magloire
d3531f1429 use String.endsWith("(gdb)") to find the prompt 2004-02-11 20:48:14 +00:00
Mikhail Khodjaiants
934d7c87a0 Fix for bug 51062: Source locator oddness. 2004-02-11 19:33:05 +00:00
Mikhail Khodjaiants
843606db1d Fix for bug 40108: The memory view does not handle big/little endian. 2004-02-10 23:18:09 +00:00
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