Mikhail Khodjaiants
0e6c24fc42
Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations.
2005-02-15 20:49:24 +00:00
Mikhail Khodjaiants
4a8913dad8
Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations.
2005-02-15 03:56:47 +00:00
Mikhail Khodjaiants
31ac25cbd5
Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations.
2005-02-15 03:07:21 +00:00
Mikhail Khodjaiants
e1e52bf692
Bug 82264: Enhance the Shared Libraries view. Added new "getCPU" method to ICModule.
2005-02-12 00:04:59 +00:00
Mikhail Khodjaiants
461f0b0ef0
Bug 82264: Enhance the Shared Libraries view. Core support for the Modules view.
2005-02-07 22:49:42 +00:00
Mikhail Khodjaiants
cb63ddc65b
Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. ICWatchpoint should extend ILineBreakpoint to allow watchpoints to be shown in editors.
2005-02-03 19:59:03 +00:00
Mikhail Khodjaiants
1ec27ca202
Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor.
2005-02-03 18:59:45 +00:00
Mikhail Khodjaiants
88e264420e
Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. Added new "createWatchpoint" method that accepts position information.
2005-02-02 23:19:14 +00:00
Mikhail Khodjaiants
f2d65ec383
Fix for bug 83051: Add global variables deletes existing ones when new added.
2005-01-19 19:04:24 +00:00
Mikhail Khodjaiants
b0fe8a0287
Fix for bug 82858: NPE when adding global variable to variable view.
2005-01-19 00:12:14 +00:00
Mikhail Khodjaiants
03cba52fca
Fix for bug 82800: Make "Resume At Line" action retargettable.
...
CDebugElement should provide an adapter to ICDebugTarget.
2005-01-18 22:21:16 +00:00
Mikhail Khodjaiants
ff58e4a1ef
Fix for bug 82800: Make "Resume At Line" action retargettable.
...
CStackFrame should provide an adapter to IJumpToLine and IJumpToAddress.
2005-01-18 19:55:58 +00:00
Mikhail Khodjaiants
cfdbde0d64
Added NEWS file.
2005-01-13 18:51:12 +00:00
Mikhail Khodjaiants
4acb21bc17
Bug 73168: Use memory view provided by Eclipse platform in CDT.
...
Removed the old memory view.
2005-01-12 21:23:07 +00:00
Mikhail Khodjaiants
3b9ce4e55a
Fix bug 82601: Enhance the ICDIMemoryBlock interface.
2005-01-12 20:35:01 +00:00
Alain Magloire
a502144d5d
2005-01-10 Mikhail Khodjaiants
...
PR 82601 changes to the memory block interface
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlock.java
2005-01-11 20:45:26 +00:00
Mikhail Khodjaiants
0a9d717f51
Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1.
2005-01-11 20:43:57 +00:00
Mikhail Khodjaiants
c796aad342
Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1.
2005-01-10 22:52:06 +00:00
Mikhail Khodjaiants
46c23f102c
Bug 73168: Use memory view provided by Eclipse platform in CDT.
2005-01-10 18:53:41 +00:00
Mikhail Khodjaiants
c9c2c1498e
Fix for bug 82184: arrayboundsexception on display of array variable.
2005-01-04 21:45:27 +00:00
Mikhail Khodjaiants
672820b546
Cleanup.
2004-12-24 00:08:04 +00:00
Mikhail Khodjaiants
c227d55fc4
Fix for bug 75948: Provide "breakpoint type name" for C breakpoints.
...
Applied patch from Jared Burns.
2004-12-22 21:44:53 +00:00
Mikhail Khodjaiants
a0f0cb5366
Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.
...
The CMemoryBlockextension is used as an adapter to "IMemoryBlockRetrieval".
2004-12-22 20:59:39 +00:00
Doug Schaefer
0583121e43
Updated the version numbers to 3.0.0.
2004-12-22 19:49:22 +00:00
Mikhail Khodjaiants
4a8b57d0ab
Switch to the new memory view interfaces (Eclipse 3.1).
2004-12-21 19:55:31 +00:00
Mikhail Khodjaiants
4389ea8a9b
Fix for bug 81698: NumberFormatException in CValue.
2004-12-20 23:30:57 +00:00
Mikhail Khodjaiants
840aece508
Fix for bug 81381: Deadlock when single stepping.
2004-12-16 21:26:10 +00:00
Mikhail Khodjaiants
c52e89c95f
Fix for bug 79678: NPE in Expression.
2004-12-09 03:56:03 +00:00
Mikhail Khodjaiants
02ba697651
New fix for bug 80034: Expressions view does not display correct no. of elements in array.
2004-12-07 05:14:18 +00:00
Mikhail Khodjaiants
03272b1adb
Fix for bug 62659: Unable to set default for register format via plugin_customization.ini.
2004-12-03 20:34:46 +00:00
Mikhail Khodjaiants
a2b23f55a3
Fix for bug 80106: Terminating during stepping state caused exception in CDT.
2004-12-03 19:14:42 +00:00
Mikhail Khodjaiants
5036521155
Partial fix for bug 77444: CDT does not handle address breakpoints across sessions.
2004-12-02 23:44:01 +00:00
Mikhail Khodjaiants
cf4ba671c8
Fix for bug 80034: Expressions view does not display correct no. of elements in array.
2004-12-02 21:49:56 +00:00
Mikhail Khodjaiants
d249a487a0
Fix for bug 79454: Unable to remove a breakpoint set from the gdb console.
2004-12-01 21:26:41 +00:00
Mikhail Khodjaiants
d161b57251
Fix for bug 74043: Overaggressive exception reporting?
2004-12-01 17:56:24 +00:00
Mikhail Khodjaiants
f207200fa2
Fix for bug 79608: NPE in CValue.
2004-11-26 22:54:14 +00:00
Mikhail Khodjaiants
5d40a76f55
Fix for bug 79377: "Mixed disassembly" should fall back to disassembly w/o source when mixed disassembly fails.
2004-11-26 21:26:22 +00:00
Mikhail Khodjaiants
d7970bc456
Fix for bug 79583: Deffered breakpoints and shared library events.
2004-11-26 20:04:02 +00:00
Mikhail Khodjaiants
7877aedb36
Fix for bug 79452: Unable to set a breakpoint on a class method.
2004-11-25 23:58:29 +00:00
Mikhail Khodjaiants
4a5818a220
The "decrementInstallCount" method of IBreakpoint should be called from the UI thread.
...
Replaced the "breakpointRemoved" method of ICBreakpointListener by the "breakpointsRemoved" method that accepts multiple breakpoints.
2004-11-25 18:23:38 +00:00
Alain Magloire
317776f413
2004-11-24 Alain Magloire
...
Use the ICDITarget.deleteAllBreakpoints() for speed.
* org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
2004-11-24 21:18:08 +00:00
Mikhail Khodjaiants
d5a0e947ff
Do not request to dispose local variables when the target is resumed.
2004-11-24 20:46:06 +00:00
Mikhail Khodjaiants
70c6412de3
The enablement of the step actions is calculated in the UI thread. This causes the UI locks for slow or unresponsive targets. Use the cached stack frames to calculate the enablement instead of requesting gdb.
2004-11-23 23:47:49 +00:00
Mikhail Khodjaiants
9969ce47df
Check if the pointer value is not null before pass it to the address factory.
2004-11-22 17:00:34 +00:00
Mikhail Khodjaiants
0448368a27
Worker threads can try to evaluate expressions on the stack frames that have already been disposed. A flag is added to identify that the stack frame is disposed.
2004-11-18 22:39:29 +00:00
Alain Magloire
1cc0b27515
2004-11-19 Alain Magloire
...
Clear the confusion about sublist of stackframes.
PR 78611
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIStackFrame.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java
* src/org/eclipse/cdt/debug/internal/model/CThread.java
2004-11-18 16:06:57 +00:00
David Inglis
176c726567
api update to use IBinaryObject instead of IBinaryExecutable in debugger
2004-11-17 19:57:54 +00:00
Alain Magloire
334882d258
2004-11-16 Alain Magloire
...
Optimize things by providing a new method
ICDIRegisterGroup.hasRegisters();
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIRegisterGroup.java
* src/org/eclipse/cdt/debug/internal/core/model/CRegisterGroup.java
2004-11-17 03:52:49 +00:00
David Inglis
e0546e73af
added terminal default constant
2004-11-16 21:32:41 +00:00
David Inglis
b8b99d5287
added use teminal attribute
2004-11-16 21:15:31 +00:00