Mikhail Khodjaiants
0b13d54499
Apply the breakpoint's condition changes to the associated gdb breakpoint only if there are differences.
2004-11-12 19:25:28 +00:00
Mikhail Khodjaiants
5e2af5b84f
Compare breakpoint source handles as pathes.
2004-11-12 19:18:47 +00:00
Mikhail Khodjaiants
3d578e42da
Implemented the "equals' method of the "Condition" class.
2004-11-12 19:15:28 +00:00
Alain Magloire
4f1af97e09
Should have been part of a previous commit fix.
2004-11-12 18:46:10 +00:00
Alain Magloire
78118d0486
2004-11-12 Alain Magloire
...
Fix for PR 78488
* mi/org/eclipse/cdt/debug/mi/core/command/MICommand.java
2004-11-12 18:35:40 +00:00
Alain Magloire
4bc6d0803b
fireevents to the children
2004-11-12 02:12:30 +00:00
Alain Magloire
f9fc2468d8
2004-11-11 Alain Magloire
...
Fix for PR 75000, from PalmSource
* cdi/org/eclipse/cdt/debug/core/cdi/model/Variable.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/VariableDescriptor.java
* mi/org/eclipse/cdt/debug/mi/core/command/MIVarInfoType.java
2004-11-12 02:11:55 +00:00
Alain Magloire
1885ceaedf
2004-11-11 Alain Magloire
...
Fix for PR 75000, from PalmSource
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java
2004-11-12 02:09:42 +00:00
Alain Magloire
bdcff14fb9
Do not delete the variables on update.
2004-11-12 01:02:34 +00:00
Mikhail Khodjaiants
5db467bcdf
Fix for bug 73801: Function breakpoints set from C View aren't shown in editor.
2004-11-11 21:46:28 +00:00
Mikhail Khodjaiants
66b367c79f
Fix for bug 75627: Incorrect limit to port numbers.
2004-11-11 21:28:40 +00:00
Alain Magloire
d5cfd2a0af
Typo.
2004-11-11 03:06:22 +00:00
Alain Magloire
dbd62a6ed4
2004-11-10 Alain Magloire
...
Fix for PR 51113 and PR 66268
It allow more flexibility in the GDB console, for example
when gdb require interactive questions.
* mi/org/eclipse/cdt/debug/mi/core/CLIProcessor.java
* mi/org/eclipse/cdt/debug/mi/core/MISession.java
* mi/org/eclipse/cdt/debug/mi/core/RxThread.java
* mi/org/eclipse/cdt/debug/mi/core/SessionProcess.java
* mi/org/eclipse/cdt/debug/mi/core/TxThread.java
* mi/org/eclipse/cdt/debug/core/command/MIGDBShowPrompt.java
* mi/org/eclipse/cdt/debug/core/command/RawCommand.java
* mi/org/eclipse/cdt/debug/core/output/MIOutput.java
* mi/org/eclipse/cdt/debug/core/output/MIParser.java
2004-11-11 03:02:58 +00:00
Mikhail Khodjaiants
c1c8430638
Fix for bug 77437: Disassembly blocks with no associated source code has PC pointer on wrong line.
2004-11-10 22:52:50 +00:00
Mikhail Khodjaiants
0ccb63228a
Cleanup.
2004-11-10 22:52:02 +00:00
Mikhail Khodjaiants
9119f8ed49
Fix for bug 76340: CDT hogs Windows input loop when double clicking on a breakpoint.
2004-11-10 21:22:52 +00:00
Mikhail Khodjaiants
ebe5bb2770
Fix for bug 77275: Disassembly causes Java exception for fn's with 0 bytes fn prologues.
2004-11-09 23:25:44 +00:00
Mikhail Khodjaiants
216cc40051
Partial fix for bug 41725: I can't set a breakpoint in a function where I used attach source.
2004-11-09 22:28:09 +00:00
Mikhail Khodjaiants
d14425742c
Fix for bug 77251: Need protected access to DisassemblyView's createVerticalRuler() method.
2004-11-09 22:15:55 +00:00
Alain Magloire
e6d2af3d71
2004-11-09 Alain Magloire
...
Throw not implemented exception for exception breakpoint
2004-11-09 20:40:14 +00:00
Alain Magloire
948da21d8e
2004-11-09 Alain Magloire
...
Put possiblity to set Exception breakpoint
* cdi/org/eclipse/cdt/debug/core/cdi/ICDIBreakpointManagement.java
2004-11-09 20:39:40 +00:00
Alain Magloire
8291a5e66d
2004-11-09 Alain Magloire
...
Reverting the changes below, for PR 74496. After exchanging with
the Palm folks, it was not fixing the problem.
This PR can not be fix for CDT-2.1 moving
it to 3.0 where we should have enough framework for a better fix.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
2004-11-09 18:52:41 +00:00
Alain Magloire
db8bcbda60
2004-11-08 Alain Magloire
...
Fix for 74496 ; we should destroy the global
variables if they are in the address range of a
shared library being unloaded.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
2004-11-09 01:47:41 +00:00
Alain Magloire
439665d7d0
2004-11-08 Alain Magloire
...
Bug in CVariableFactory for globals, the filename of the
binary was use instead of the filename of the symbol.
* src/org/eclipse/cdt/debug/internal/core/model/CVariableFactory.java
2004-11-09 01:44:59 +00:00
Mikhail Khodjaiants
f4f6cc774e
Added the "Automatically refresh registers" and "Automatically refresh shared libraries" preferences and properties.
2004-11-08 23:41:30 +00:00
Mikhail Khodjaiants
92f36abdce
Added support for refresh preferences and properties.
2004-11-08 23:36:57 +00:00
Alain Magloire
cf5df1e48f
2004-11-08 Alain Magloire
...
Implement new Interface ICDIFunctionFinished.
It returns the return value of the function.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/FunctionFinished.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/event/SuspendedEvent.java
* mi/org/eclipse/cdt/debug/mi/core/event/MIFuncitonFinishedEvent.java
2004-11-08 18:14:53 +00:00
Alain Magloire
e35ddb8ef1
2004-11-08 Alain Magloire
...
New class ICDIFunctionFinished.
It return the return value of the function.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/ICDIFunctionFinished.java
2004-11-08 18:13:27 +00:00
Alain Magloire
d44dbb5d43
2004-11-07 Alain Magloire
...
Support for MIInterpreterExec
2004-11-08 04:17:02 +00:00
Mikhail Khodjaiants
4706348f12
Cleanup.
2004-11-05 21:35:21 +00:00
Mikhail Khodjaiants
396ecd8664
Removed "Refresh" and "Auto-Refresh" actions from the shared libraries view.
2004-11-04 22:48:05 +00:00
Mikhail Khodjaiants
a740df2852
Removed "Refresh" and "Auto-Refresh" actions support for shared libraries.
2004-11-04 22:47:49 +00:00
Mikhail Khodjaiants
c9259b653d
Reformatting.
2004-11-04 22:11:28 +00:00
Mikhail Khodjaiants
3eb80a102a
Removed "Refresh" and "Auto-Refresh" actions from the registers view.
2004-11-04 22:04:17 +00:00
Mikhail Khodjaiants
dec5f836cc
Removed "Refresh" and "Auto-Refresh" actions support for registers.
2004-11-04 22:04:01 +00:00
Mikhail Khodjaiants
b38be15335
No need of "ICSignalManager".
2004-11-04 16:40:42 +00:00
Mikhail Khodjaiants
19d8434a8e
Warning cleanup.
2004-11-04 16:29:38 +00:00
Mikhail Khodjaiants
1896936755
CSignalManager no longer extends CUpdateManager.
2004-11-04 15:56:16 +00:00
Alain Magloire
2475ef9679
2004-11-03 Alain Magloire
...
Partial fix for 77435
* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/VariableDescriptor.java
2004-11-04 02:52:19 +00:00
Alain Magloire
86af48c1f9
Fix NPE
2004-11-03 23:29:50 +00:00
Mikhail Khodjaiants
0edfd9947c
New implementation of expressions.
...
Large arrays partitioning based on the framework model.
2004-11-03 22:34:49 +00:00
David Inglis
e1bb75eb34
no code change - cleanup compiler log warnings
2004-11-03 20:48:38 +00:00
Alain Magloire
0b1094160f
allow to override the configuration
2004-11-02 19:57:39 +00:00
Alain Magloire
f93436e891
2004-11-02 Alain Magloire
...
Refactor ICDIConfiguratio --> ICDISessionConfiguration and ICDITargetConfiguration
* cdi/org/eclipse/cdt/debug/core/cdi/Session.java
* cdi/org/eclipse/cdt/debug/core/cdi/SessionConfiguration.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/Target.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/TargetConfiguration.java
2004-11-02 19:29:59 +00:00
Alain Magloire
5ce890bd56
2004-11-02 Alain Magloire
...
Refactor ICDIConfiguratio --> ICDISessionConfiguration and ICDITargetConfiguration
* cdi/org/eclipse/cdt/debug/core/cdi/ICDISession.java
* cdi/org/eclipse/cdt/debug/core/cdi/ICDISessionConfiguration.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITargetConfiguration.java
* src/org/eclipse/cdt/debug/core/CDIDebugModel.java
* src/org/eclipse/cdt/debug/interternal/core/model/CDIDebugTarget.java
* src/org/eclipse/cdt/debug/interternal/core/model/CThread.java
2004-11-02 19:29:58 +00:00
Alain Magloire
c1db45f6f6
2004-11-02 Alain Magloire
...
Tentative fix for PR 77435
* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
2004-11-02 14:58:24 +00:00
David Inglis
83261630e4
fixed bogus exception with older cdi debuggers.
2004-11-02 03:34:28 +00:00
Alain Magloire
57c79fa828
Add the corresponding xxDescriptor to the variable interface.
2004-11-01 16:54:34 +00:00
David Inglis
7a24fe76ca
missing NLS markup
2004-11-01 15:16:40 +00:00
Alain Magloire
dbf7f21cd2
indentention.
2004-11-01 01:38:35 +00:00