1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 13:05:22 +02:00
Commit graph

807 commits

Author SHA1 Message Date
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
2146a465de PR 50449 fix 2004-01-23 04:14:38 +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
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
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
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
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
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
Mikhail Khodjaiants
2a86c34d37 Fix for PR 46592: Debug View shows Functions as func(type param,...)(). 2003-11-18 23:36:37 +00:00
Mikhail Khodjaiants
f32ce48b2c Fix for PR 46845: Deferred breakpoints support. 2003-11-18 23:23:03 +00:00
Mikhail Khodjaiants
52ecc62130 Fix for PR 46850: Unable to report problems from the methods of 'ICDIRuntimeOptions'. 2003-11-18 17:07:18 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
Alain Magloire
148f6add3c updated. 2003-09-30 20:34:07 +00:00
Alain Magloire
d296af351f Added new method equals(). 2003-09-30 20:33:53 +00:00
Mikhail Khodjaiants
dbfda6695e Added the initialization of the shared libraries' attributes to CygwinGDBDebugger. 2003-09-30 01:59:10 +00:00
Alain Magloire
9da38c042c updated. 2003-09-26 16:58:36 +00:00
Alain Magloire
82e8f08353 Make sure gdb is ready to receive commnad
before creating the MISession.
2003-09-26 16:58:24 +00:00
Alain Magloire
8bc64c6f3c indentation. 2003-09-26 16:57:53 +00:00
Alain Magloire
b06d6f62f6 updated. 2003-09-25 16:05:22 +00:00
Alain Magloire
fab806abb9 Fix for PR 43496 2003-09-25 16:04:49 +00:00
Mikhail Khodjaiants
22e130fbe7 Moving the shared library search paths block to mi UI. 2003-09-11 17:44:42 +00:00
Alain Magloire
af12903eaa updated. 2003-09-11 16:40:30 +00:00
Alain Magloire
0f58242ba8 FIx parsing. 2003-09-11 16:40:19 +00:00
Mikhail Khodjaiants
30b346c1a1 Regrouping the launch configuration constants. 2003-09-08 21:49:31 +00:00
Mikhail Khodjaiants
ce59a25fa6 Regrouping the launch configuration constants. 2003-09-08 21:40:11 +00:00
Mikhail Khodjaiants
3da46e561e Added the 'stop-on-solib-events' option.
Changed the initialization of the hared library search path.
Changed the messages of the thrown exceptions.
2003-09-08 21:27:56 +00:00