Mikhail Khodjaiants
d542c7f179
Fix for bug 52135: Debugger should indicate which thread triggered breakpoint.
2004-02-17 01:20:43 +00:00
Mikhail Khodjaiants
76234c1815
In the 'reset' method of 'CVariable' check if value is an instance of 'CValue' before type casting.
2004-02-11 20:45:44 +00:00
Mikhail Khodjaiants
027d6dd752
Fix for bug 51062: Source locator oddness.
2004-02-11 19:07:23 +00:00
Mikhail Khodjaiants
e88f821bbe
Fix for bug 40108: The memory view does not handle big/little endian.
2004-02-10 21:52:39 +00:00
Mikhail Khodjaiants
98589999f9
Cache the endianness flag.
2004-02-10 21:51:22 +00:00
Mikhail Khodjaiants
24d0deee30
Fix for bug 51519: Enable 'Format' action if multiple variables are selected.
2004-02-10 19:40:26 +00:00
Mikhail Khodjaiants
a5a43bb8b1
Fix for bug 50967: Linux/SWT blows when double click on the register view.
2004-01-30 19:23:07 +00:00
Mikhail Khodjaiants
9c46de496a
Fix for bug 50981: In the 'getValue' method of CVariable 'getType' should be only called once.
2004-01-30 17:29:46 +00:00
Mikhail Khodjaiants
2f1d6c7f94
Fire sets of debug events instead of firing it one by one.
2004-01-29 20:11:23 +00:00
Mikhail Khodjaiants
e86097a3a9
Added DebugEvent factory methods to 'CDebugElement'.
2004-01-29 19:55:12 +00:00
Mikhail Khodjaiants
b34e179a8e
Added new error status handler.
2004-01-29 19:37:46 +00:00
Alain Magloire
8280a7b9d1
Provide the threads in ascending order.
...
CDT debug UI plugin like it this way, we comply.
2004-01-29 17:38:57 +00:00
Alain Magloire
fad7ba011f
update the log
2004-01-28 21:05:25 +00:00
Alain Magloire
78e50dd585
Change the scope of the methods to be protected.
2004-01-28 21:04:54 +00:00
Alain Magloire
84688a090f
new method setOperation().
2004-01-28 21:03:12 +00:00
Alain Magloire
cbf543e5ae
throws the exception up instead of silently ignore it.
2004-01-28 20:51:43 +00:00
Alain Magloire
60e0d1957f
PR 50449 fix
2004-01-23 05:05:55 +00:00
Alain Magloire
9309135007
Fix 50450
2004-01-23 04:19:10 +00:00
Alain Magloire
2146a465de
PR 50449 fix
2004-01-23 04:14:38 +00:00
Mikhail Khodjaiants
53733e8522
Fix for bug 48682: IThread.getBreakpoints() stubbed out.
2004-01-15 21:07:36 +00:00
Mikhail Khodjaiants
db074337e7
Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor.
2004-01-06 19:39:07 +00:00
Mikhail Khodjaiants
c064b57468
Fix for bug 49294: Source file doesn't change when switching between stack frames.
2003-12-23 18:03:14 +00:00
Mikhail Khodjaiants
8a776c8979
Fix for bug 49282 terminate the gdb session if the termination of the inferior fails.
2003-12-22 19:37:22 +00:00
Mikhail Khodjaiants
9376ac2eba
Fix for Bug 49278 do not retry the "info threads" command if the first attempt fails.
2003-12-22 17:31:30 +00:00
Alain Magloire
b0f0d50125
GDB does not make any interpretation for the
...
set environment command ... we should pass
the string raw. PR 49148
2003-12-18 23:44:12 +00:00
cvs2svn
3def1b75b9
This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
...
Cherrypick from master 2003-12-18 23:23:03 UTC Alain Magloire <alain@qnx.com> 'The -gdb-set environment is not describe properly':
debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/MIGDBSetEnvironment.java
2003-12-18 23:23:04 +00:00
Mikhail Khodjaiants
60f9e1661b
Fix for bug 49061: Different values are used as default for the "Load shared library symbols automatically" option.
2003-12-17 20:15:23 +00:00
Alain Magloire
f11ca9e4d5
updated.
2003-12-16 22:24:40 +00:00
Alain Magloire
dca7bf0c47
for a StringBuffer.append(StringBuffer.toString()).
...
The append is only available on JDK-1.4.x
2003-12-16 22:24:31 +00:00
Mikhail Khodjaiants
011ed212ae
Show the gdb arguments when tracing.
2003-12-16 20:14:19 +00:00
Mikhail Khodjaiants
18c0d5ab97
Fix for PR 48870: Terminate gdb if attach to process fails.
2003-12-16 16:49:40 +00:00
Doug Schaefer
9e74a89f05
Upgraded plugin versions to 1.2.1 in preparation for the
...
1.2.1 M1 build. Also converted plugins to use PDE containers.
2003-12-15 16:07:23 +00:00
Mikhail Khodjaiants
9b2e58256f
Do not try to interrupt if the target was suspended.
2003-12-09 16:30:29 +00:00
Mikhail Khodjaiants
61cd51d9b6
Target.terminate() did not pass the exception up.
...
Added new method MIInferior.terminate().
2003-12-08 22:29:56 +00:00
Mikhail Khodjaiants
724d096415
Reset the 'terminating' flag if 'terminate' fails.
2003-12-08 22:26:27 +00:00
Mikhail Khodjaiants
ed29a14df2
Changed the message displayed when the source file is not found.
2003-12-05 20:33:34 +00:00
Mikhail Khodjaiants
0cc062f8ab
'performApply' of 'SourceLookupBlock' should check if the project in configuration is the same as project saved in the block.
2003-12-05 18:30:44 +00:00
Mikhail Khodjaiants
a042dbd4dd
Changed the message displayed when the source file is not found.
2003-12-04 19:40:42 +00:00
Alain Magloire
0d27575565
updated
2003-12-02 20:20:38 +00:00
Alain Magloire
e8a67966ac
Retry the stack-info-depth when failing the fisrt time.
2003-12-02 20:20:29 +00:00
Mikhail Khodjaiants
eb0372549c
Changed the default port number value to 10000.
2003-12-02 16:22:54 +00:00
Mikhail Khodjaiants
86fa327f83
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-02 00:08:10 +00:00
Mikhail Khodjaiants
b50eb6955d
Extracted the main part of the 'breakpointAdded' method into a separate method to avoid double checking.
2003-11-26 22:54:29 +00:00
Mikhail Khodjaiants
8b1194ebfb
Fix for PR 47595: Referenced projects are not checked in the list of generic source locations.
2003-11-26 22:28:48 +00:00
Mikhail Khodjaiants
9e8e96370e
Proces a suspended event even if there is no threads.
2003-11-25 16:56:15 +00:00
Alain Magloire
7f6e9e73c2
updated.
2003-11-23 00:04:54 +00:00
Alain Magloire
d280153d95
make sure in the event of an exception that
...
the session is terminated and all the threads
specific to debug are shutdown.
2003-11-23 00:04:45 +00:00
Alain Magloire
d8c43f1915
updated.
2003-11-21 20:49:50 +00:00
Alain Magloire
2e5d80409b
Wrong MIPlugin.createCSession() was use. noted by
...
Ashish.
2003-11-21 20:49:35 +00:00
Mikhail Khodjaiants
5635fc7bd2
Use "symbol not available" for empty function names when generating a stack frame label.
2003-11-21 20:43:02 +00:00