1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
Commit graph

35735 commits

Author SHA1 Message Date
Mikhail Khodjaiants
8679072fc4 More implementation of breakpoints. 2002-09-02 19:32:52 +00:00
Mikhail Khodjaiants
cb00b0ef97 More implementation of breakpoints. 2002-08-30 23:30:28 +00:00
David Inglis
bc2d280abd changed Runtime.exec to use ProcessFactory in cdt.core change
ICDISession.getConfiguration() to return a proper config based on run/attach/corefile
2002-08-30 14:20:19 +00:00
Alain Magloire
b6e864c88b Bug fix for the else branch 2002-08-30 05:00:52 +00:00
Alain Magloire
dae454d929 implements gdb "info threads" parsing 2002-08-30 05:00:12 +00:00
Alain Magloire
13020cbc3c implements gdb "info threads" 2002-08-30 04:59:59 +00:00
Alain Magloire
25567bf360 new method MIInfoThreads. 2002-08-30 04:59:37 +00:00
Alain Magloire
488f8d814c Implements ExpressionManager 2002-08-30 04:59:16 +00:00
Alain Magloire
e048dcfe95 remove debug prints 2002-08-30 04:58:55 +00:00
Alain Magloire
6306e33ea1 remove dead code we are now return target as the source. 2002-08-30 04:58:19 +00:00
Alain Magloire
6004ffc528 remove createLocation() 2002-08-30 04:57:30 +00:00
Alain Magloire
8b31d2b48c remove CreateCondition() 2002-08-30 04:57:11 +00:00
Alain Magloire
9efcd6e712 Comment out debug print. 2002-08-30 04:56:52 +00:00
Alain Magloire
8c9166d694 Implement getCurrentStackFrame() 2002-08-30 04:56:28 +00:00
Alain Magloire
b5478f02b4 Use MIInfoThreads instead MIThreadListIds. 2002-08-30 04:56:06 +00:00
Alain Magloire
3e7f291e64 Use VariableManager for ExpressionManager 2002-08-30 04:55:35 +00:00
Alain Magloire
0c0e376545 Implement createLocation() and createCondition(). 2002-08-30 04:54:59 +00:00
Alain Magloire
d3b1b81ecd Use the breakpointManager for createLocation() 2002-08-30 04:54:00 +00:00
Alain Magloire
ffd67cbab2 createLocation() is in breakpointManager. 2002-08-30 04:53:27 +00:00
Alain Magloire
01b423f57a createCondition is in BreakpointManager. 2002-08-30 04:53:03 +00:00
Alain Magloire
a852442246 add createLocation() and createCondition() where they are the most usefull. 2002-08-30 04:52:38 +00:00
David Inglis
88c2aee2e7 added support for corefile processing 2002-08-29 19:30:45 +00:00
David Inglis
5836a1ff35 added modes attrib 2002-08-29 19:28:50 +00:00
Mikhail Khodjaiants
2ae88fb2c9 Changed target id for 'Add Breakpoint' action to '#CEditorRulerContext'. 2002-08-29 19:05:31 +00:00
Mikhail Khodjaiants
6644f6a970 Fixed thread termination bug. 2002-08-29 18:07:25 +00:00
Mikhail Khodjaiants
02caa120d3 Cleanup. 2002-08-29 18:06:30 +00:00
Mikhail Khodjaiants
adac5a0ece Display signal name and meaning if program is suspended by a signal. 2002-08-29 18:04:57 +00:00
Alain Magloire
edd6e29eff Send the target as the source. 2002-08-29 03:41:29 +00:00
Alain Magloire
b2f550ad38 the variable to check is debugMode not mode. 2002-08-29 03:39:17 +00:00
Mikhail Khodjaiants
dd5492be14 Partial solution for multithreaded resume and suspend. 2002-08-29 00:24:30 +00:00
Sebastien Marineau
9461885204 Add context menu ID's for the editor and ruler
(Outliner to follow)
2002-08-28 22:42:29 +00:00
David Inglis
5f42e5c287 added attach/core/run modes in lauch pages 2002-08-28 20:36:59 +00:00
David Inglis
f5bea71c1d change IFile to IPath for corefile 2002-08-28 20:36:06 +00:00
David Inglis
92dda1a9a6 added mode attribute to debugger config run,attach,core 2002-08-28 20:35:41 +00:00
David Inglis
c8f9368b0b new mi ui plugin 2002-08-28 19:09:25 +00:00
Mikhail Khodjaiants
40af4ef33b Session is terminated on exit. 2002-08-28 17:27:19 +00:00
Alain Magloire
bd73e9ca42 changed order of clearing debugger combox and
assoicated data to prevent exception under motif.
2002-08-28 14:26:04 +00:00
Alain Magloire
039b06c5df Implement ICDIRegisterObject. 2002-08-28 01:43:12 +00:00
Alain Magloire
ed14a106db implement new scheme for BreakpointHit, WatchpointTrigger and WatchpointScope 2002-08-27 23:41:17 +00:00
Mikhail Khodjaiants
5321f78ce1 Implementation of the breakpoint preference page. 2002-08-27 23:04:30 +00:00
Mikhail Khodjaiants
b6d9b58b4c Added new interfaces to cover the suspend event reasons for breakpoints and watchpoints. 2002-08-27 21:04:42 +00:00
Mikhail Khodjaiants
ec5abf24e3 Rename 'DebugConfiguration' to avoid duplicate names. 2002-08-27 21:02:48 +00:00
Mikhail Khodjaiants
f5d2a5337d Moved all breakpoint classes to the model. 2002-08-27 21:02:12 +00:00
Mikhail Khodjaiants
5f1ed1e7ec Added the 'getCurrentThread' method. 2002-08-27 21:00:31 +00:00
Mikhail Khodjaiants
6bdfb48841 Renamed 'ICDIDebugConfiguration' to avoid duplicate names. 2002-08-27 20:59:31 +00:00
Mikhail Khodjaiants
cbc9f91b89 Moved the model objects to the new package. 2002-08-27 20:57:58 +00:00
Alain Magloire
cd01def532 Make sure the MIInferior is created before the rxthread. 2002-08-27 03:49:08 +00:00
Alain Magloire
7250fe4d1a Make all the stopped event inherited from MIStopped 2002-08-27 03:47:59 +00:00
David Inglis
4a84a692d6 fixed bug with parsing bad Elf file 2002-08-27 02:58:04 +00:00
Mikhail Khodjaiants
8d6b618921 Add 'Enable/Disable Breakpoint' action. 2002-08-26 23:13:18 +00:00