1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

2205 commits

Author SHA1 Message Date
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
Alain Magloire
3264997df6 2004-11-26 Alain Magloire
Final fix for PR 79583
	* cdi/org/eclipose/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipose/cdt/debug/mi/core/cdi/SharedLibraryManager.java
2004-11-26 21:44:26 +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
Alain Magloire
70b40f859c 2004-11-26 Alain Magloire
Final fix for PR 79452
	* cdi/org/eclipose/cdt/debug/mi/core/cdi/BreapointManager.java
2004-11-26 21:11:53 +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
90097c4feb Do not use "void" if parameter's list is empty when constructing a function or method name for function breakpoints. Name mapping should be done on the implementation level. 2004-11-26 19:23:45 +00:00
Alain Magloire
62dc3744cb *** empty log message *** 2004-11-26 18:00:20 +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
ef622f4964 Replaced the "breakpointRemoved" method of ICBreakpointListener by the "breakpointsRemoved" method that accepts multiple breakpoints. 2004-11-25 18:24:04 +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
c4a7c7ac9d 2004-11-24 Alain Magloire
Make the terminate() more responsive when gdb is shuting down.
	See long discussion part of the 77435 fixes and 40087.

	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java
	* mi/org/eclipse/cdt/debug/core/MIInferior.java
2004-11-24 22:01:05 +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
Alain Magloire
ed931ba8f9 Typo int definition of "uint32_t" it was define to "uint31_t" !! 2004-11-24 16:49:51 +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
e1f0f37434 Workaround for bug 69728: IndexOutOfBoundsException in TextPresentation.
This bug is fixed in Eclipse 3.1.
2004-11-23 23:34:37 +00:00
Alain Magloire
f516c46c67 2004-11-23 Alain Magloire
Tentative fix for 77435
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java
2004-11-23 18:28:18 +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
Alain Magloire
b488499fcc 2004-11-19 Alain Magloire
Protect agains possible NPE.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/VariableDescriptor.java
2004-11-20 04:25:17 +00:00
Mikhail Khodjaiants
c59a365bc3 Use the qualified name when creating a register.
Destroy the corresponding gdb variable on register's disposal.
Added the "dispose" method to the "Register" class.
2004-11-19 22:32:37 +00:00
Alain Magloire
06a31c42a6 2004-11-19 Alain Magloire
RegisterManager.findRegister() was not implemented correctly
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java
2004-11-19 21:10:51 +00:00
Alain Magloire
052b582c19 2004-11-19 Alain Magloire
No need for stackframe when creating the Type class,
	but rather use the target in the constructor.
2004-11-19 03:38:57 +00:00
Mikhail Khodjaiants
7ff44b1055 Fix for bug 69184: Activate the Expression view when expression is added. 2004-11-18 22:41:32 +00:00