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
Alain Magloire
956abd7934
2005-02-01 Alain Magloire
...
Part of Fix for PR 84165
We check in the expression is a number and
add a "*" for address watchpoint
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2005-02-01 21:09:33 +00:00
Mikhail Khodjaiants
e5798cdbb5
Partial fix for bug 83465: Add "Run to line" and "Resume at line" actions to the context menu of Disassembly view.
2005-01-21 23:03:46 +00:00
Mikhail Khodjaiants
8c18009c05
Fix for bug 83437: Loading symbols should be run in the background.
2005-01-21 19:38:37 +00:00
Mikhail Khodjaiants
57e12dda16
Fix for bug 83412: Run to line and resume at line should run in the background.
2005-01-21 18:37:58 +00:00
Mikhail Khodjaiants
91b5d1731d
Fix for bug 83355: The disable/enable breakpoints durning debugging acts weird.
2005-01-20 23:26:00 +00:00
Mikhail Khodjaiants
d36d5364f7
Bug 83330: Inconsistent in the label for Add expression.
2005-01-20 21:32:51 +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
796d57cf24
Update.
2005-01-18 23:29:13 +00:00
Mikhail Khodjaiants
3d4951f408
Fix for bug 82800: Make "Resume At Line" action retargettable.
2005-01-18 23:24:45 +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
Alain Magloire
f814de106b
2005-01-13 Alain Magloire
...
PR 82764 Fix the the type parsing.
* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2005-01-13 20:23:35 +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
703ec24b6c
Check for outof range offsets.
2005-01-12 16:38:36 +00:00
Alain Magloire
11b1607681
wrong value was returned
2005-01-12 00:20:18 +00:00
Mikhail Khodjaiants
ff4f5d878a
Replaced deprecated methods and constants.
2005-01-11 20:56:37 +00:00
Mikhail Khodjaiants
6892af49a8
Replaced deprecated methods and constants. Cleanup.
2005-01-11 20:52:30 +00:00
Alain Magloire
aea694040c
2005-01-10 Mikhail Khodjaiants
...
PR 82601 changes to the memory block interface
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/ICDIMemoryBlock.java
* mi/org/eclipse/cdt/debug/mi/core/output/MIMemory.java
2005-01-11 20:46:19 +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
Alain Magloire
0d121179f8
2005-01-10 Alain Magloire
...
Fix for PR 82506
* mi/org/eclipse/cdt/debug/mi/core/MISession.java
* mi/org/eclipse/cdt/debug/mi/core/output/MIParser.java
2005-01-10 20:33:50 +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
bab6bd72b7
Removed the disassembly editor extension.
2005-01-04 21:09:23 +00:00
Mikhail Khodjaiants
672820b546
Cleanup.
2004-12-24 00:08:04 +00:00
Mikhail Khodjaiants
bf04836b6f
The "ascii" renedering is removed from the default renderings.
2004-12-24 00:05:32 +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
eea4efa045
Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.
...
Added rendering bindings and default renderings for CDT memory blocks.
2004-12-22 00:04:47 +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
Alain Magloire
0d24c79313
2004-12-20 Alain Magloire
...
Fix for PR 81019 for MacOsX
* mi/org/eclipse/cdt/debug/mi/core/output/MIVarListChildrenInfo.java
2004-12-20 17:42:14 +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
15c37f6a0a
Fix for bug 80055: ArrayIndexOutOfBoundsException in DisassemblyView.
2004-12-02 21:20:57 +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
Alain Magloire
f7c112c70d
2004-11-26 Alain Magloire
...
Make the deferred breakpoint on by default.
* cdi/org/eclipose/cdt/debug/mi/core/cdi/SharedLibraryManager.java
2004-11-26 22:17:33 +00:00