Alain Magloire
651a0be1b0
Patch from Thomas F.
...
A warning was pass as an Error.
2003-12-15 21:55:29 +00:00
David Inglis
c452780998
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=48619
2003-12-15 18:28:16 +00:00
David Inglis
8c5882d036
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=48619
2003-12-15 18:22:43 +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
Alain Magloire
c4de7501dd
Check for null and move the shutdown of the binaryParser
...
after the elements been released.
2003-12-12 20:40:24 +00:00
Alain Magloire
3ef8af0ed8
SWT none Windows does not trigger the register callback
...
when the selection is done programatically. We
have to do it.
2003-12-11 22:15:08 +00:00
David Inglis
b67b0d9139
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=48596
2003-12-11 21:22:57 +00:00
Mikhail Khodjaiants
9b2e58256f
Do not try to interrupt if the target was suspended.
2003-12-09 16:30:29 +00:00
Hoda Amer
d42dfce8c4
New Class Wizard small API change
2003-12-09 14:48:09 +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
David Inglis
8e30551fb7
fixed bug # 48063
2003-12-04 14:48:29 +00:00
David Inglis
7764640ca4
fixed bug# 48063
2003-12-04 14:41:46 +00:00
David Inglis
f278a3e36e
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=48027
2003-12-03 20:32:22 +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
David Inglis
9087d16a23
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47598
2003-11-28 21:15:09 +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
David Inglis
5a5be4c8a0
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47455
2003-11-25 20:12:23 +00:00
Mikhail Khodjaiants
9e8e96370e
Proces a suspended event even if there is no threads.
2003-11-25 16:56:15 +00:00
David Inglis
a3be5d94ad
to address https://bugs.eclipse.org/bugs/show_bug.cgi?id=47241
2003-11-24 01:31:49 +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
Mikhail Khodjaiants
ff4a5a939a
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:40:30 +00:00
David Inglis
6e2b6334e7
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=46486
2003-11-21 15:00:07 +00:00
David Inglis
657b31a6d3
fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=47224
2003-11-21 14:21:49 +00:00
Alain Magloire
c8620e7151
updated.
2003-11-20 22:23:13 +00:00
Alain Magloire
feb4ca7af0
Remove unused parameters.
2003-11-20 22:23:03 +00:00
Alain Magloire
3039c5061a
Fix NPE 46313
2003-11-20 22:22:51 +00:00
Alain Magloire
0abe445974
Do not Disable the events. Part of FIX for 46313
2003-11-20 22:22:22 +00:00
Alain Magloire
0865df6aef
updated.
2003-11-20 19:42:12 +00:00
Alain Magloire
f9b97a95f4
Allow to get the lineNumber from a offset of symbol
2003-11-20 19:42:02 +00:00
Mikhail Khodjaiants
a07655f08e
Removed dependencies on internal packages from other cdt plugins.
2003-11-20 19:02:32 +00:00
cvs2svn
25abb2d142
This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.
...
Cherrypick from master 2003-11-20 17:09:24 UTC Mikhail Khodjaiants <mikhailkhod@googlemail.com> 'Removed dependencies on internal packages from other cdt plugins.':
debug/org.eclipse.cdt.debug.mi.ui/src/org/eclipse/cdt/debug/mi/internal/ui/PixelConverter.java
2003-11-20 17:09:25 +00:00
Alain Magloire
6aa85907b9
updated.
2003-11-20 16:17:41 +00:00
Alain Magloire
1267ab88f7
Only use JDK-1.3 methods.
2003-11-20 16:17:31 +00:00
Mikhail Khodjaiants
21f66ca19b
Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process.
2003-11-19 21:47:53 +00:00
Alain Magloire
ff03b9fc87
updated.
2003-11-19 21:03:58 +00:00
Alain Magloire
65bd9c8935
Set the argument of cdec.get() to true, to allow
...
an update.
2003-11-19 21:03:46 +00:00
Alain Magloire
6deb0ad99c
addr2line returns "??" when not finding the filename
2003-11-19 20:47:37 +00:00
Alain Magloire
9d3d0c03a0
updated.
2003-11-19 20:39:55 +00:00