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

2309 commits

Author SHA1 Message Date
Mikhail Khodjaiants
fece65cbf3 Bug 107787: Casting variable to array causes NPE. 2005-08-23 21:27:17 +00:00
Alain Magloire
cabc71e9e2 2005-08-04 Alain Magloire
ClastCastException being throw in CThread.getAdapter(IRunToLine.class);
	Patch solution to ignore the exception.

	* src/org/eclipse/cdt/debug/internal/core/model/CThread.java
2005-08-05 00:19:16 +00:00
Mikhail Khodjaiants
c16a83969c The registers with errors shouldn't be disposed when the target is suspended. Added synchronization to the "getRegisters" method. 2005-07-29 19:24:19 +00:00
Mikhail Khodjaiants
a644748bb8 synchronize the updating. 2005-07-29 17:58:16 +00:00
Alain Magloire
b2aff9b7c5 more fix for 100442 2005-07-29 05:46:25 +00:00
Mikhail Khodjaiants
a5fdd63e34 Bug 104421: Register view can not show correct value when switch between different thread or stack frame. 2005-07-29 02:12:02 +00:00
Mikhail Khodjaiants
fb81386aa2 Bug 103567: breakpoints view of of sync w/CDT CVS HEAD. 2005-07-28 17:49:05 +00:00
Mikhail Khodjaiants
a7d6556d98 Bug 105224: Two identical directory source container types. 2005-07-26 21:05:45 +00:00
Alain Magloire
c0b5b6e08c 2005-07-26 Alain Magloire
Fix for 92446
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Value.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
2005-07-26 19:57:10 +00:00
Mikhail Khodjaiants
7ce35b3215 Bug 102929: Race conditions when setting breakpoints at launch. The initial breakpoint settings, stop in main and resume are batched in one job. This garantees the right order of commands sent to the backend. 2005-07-26 18:17:05 +00:00
Alain Magloire
2cfafe2975 2005-07-25 Alain Magloire
Part fix for PR 100992: The signature was incorrect for structure/unions.

	* src/org/eclipse/cdt/debug/internal/ui/actions/ToggleBreakpointAdapter.java
2005-07-25 16:30:01 +00:00
Doug Schaefer
13211bd14e More fun with EPL. I think we have all Java files compliant now. 2005-07-22 14:55:56 +00:00
Alain Magloire
eae0585e17 2005-07-22 Alain Magloire
Fix to Copyright.
2005-07-22 02:52:12 +00:00
Alain Magloire
05c6f0707f 2005-07-22 Alain Magloire
Fix the copyright.
2005-07-22 02:48:34 +00:00
Alain Magloire
1ba90ead7e 2005-07-22 Alain Magloire
Fix the copyright.
2005-07-22 02:42:58 +00:00
Alain Magloire
ba2f36fbae fix to copyright 2005-07-22 02:38:01 +00:00
Alain Magloire
9f27c7baec 2005-07-22 Alain Magloire
Fix to Copyright.
	* src/org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
2005-07-22 02:37:17 +00:00
Alain Magloire
4bcf2bce38 2005-07-21 Alain Magloire
Fix for PR 103193
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LocationBreakpoint.java
	* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2005-07-21 20:29:28 +00:00
Alain Magloire
da7592b337 fixing change in the method 2005-07-19 00:30:24 +00:00
Alain Magloire
8ca570cd07 2005-07-18 Alain Magloire
GDB has now four different version of MI, so it has become
	important to give the user the choice of the version.
	* 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/command/CommandFactory.java
	* mi/org/eclipse/cdt/debug/mi/core/command/MICommand.java
	+ mi/org/eclipse/cdt/debug/mi/core/command/MIVersion.java
	* src/org/eclipse/cdt/debug/mi/core/GDBCDIDebugger.java
	* src/org/eclipse/cdt/debug/mi/core/GDBDebugger.java
	* src/org/eclipse/cdt/debug/mi/core/GDBServerCDIDebugger.java
	* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
	* src/org/eclipse/cdt/debug/mi/core/MIProcessAdapter.java
2005-07-19 00:30:04 +00:00
Alain Magloire
053f04b5da 2005-07-18 Alain Magloire
new launch constant for the MI protocol
	* src/org/eclipse/cdt/debug/core/ICDTLaunchConfigurationConstants.java
2005-07-19 00:29:38 +00:00
Mikhail Khodjaiants
8b13067b55 Bug 103917: NPE in Variables View. 2005-07-14 21:45:57 +00:00
Mikhail Khodjaiants
23842807c9 Bug 103910: The modules view's icon is missing. 2005-07-14 20:54:13 +00:00
Mikhail Khodjaiants
519a3f133b Bug 103784: NPE in source lookup. 2005-07-14 15:32:35 +00:00
Mikhail Khodjaiants
f440bfe5de Bug 103162: Module View: Missing context menu on detailed pane. 2005-07-12 22:01:20 +00:00
Alain Magloire
ef2c62d0bf 2005-07-10 Alain Magloire
Fix for PR 100992: Setting breakpoints for methods
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2005-07-11 20:45:45 +00:00
Mikhail Khodjaiants
afb99ca2e0 Bug 94770: Breakpoint marker messages need formatting. 2005-07-11 20:18:06 +00:00
Mikhail Khodjaiants
249408c1cb Bug 102077: The DebugLabelViewDecorato asking info out of context. Added a new flag to CVariable indicate the disposed state and prevent target requests. 2005-07-11 18:34:15 +00:00
Mikhail Khodjaiants
d3ee3bfc24 Bug 102563: Break points not working. Temporary switching back to use file names instead of full paths. 2005-07-11 15:18:03 +00:00
Mikhail Khodjaiants
c65693aadb Bug 103173: Register: user created register groups disappear after debug session restart. 2005-07-11 04:06:52 +00:00
Mikhail Khodjaiants
44f7f93af9 Filter breakpoints before setting using the source lookup mechanism. 2005-07-08 21:16:36 +00:00
Mikhail Khodjaiants
690d999a7c Bug 79371: Setting breakpoints in the left hand side ruler of the disassembly view is sluggish. Asynchronous breakpoint handling. 2005-07-08 18:06:02 +00:00
Alain Magloire
c1fa89c040 2005-07-07 Alain Magloire
Try to suspend the target before disconnecting.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
2005-07-07 19:59:59 +00:00
Mikhail Khodjaiants
b8a6e21b4b Removed the "IBreakpointTarget" interface. 2005-07-04 19:44:06 +00:00
Mikhail Khodjaiants
e4a9c0ca4c Removed the "IBreakpointTarget" interface. 2005-07-04 19:09:06 +00:00
Mikhail Khodjaiants
80afc076a5 Removed the "IBreakpointTarget" interface. 2005-07-04 19:06:05 +00:00
Mikhail Khodjaiants
47dfe9b49c Bug 102386: double-clicking on a disassembly line in the disassembly view does not add a breakpoint. 2005-06-30 21:18:33 +00:00
Mikhail Khodjaiants
288e94d28e Bug 41725: I can't set a breakpoint in a function where I used attach source.
Bug 45514: Breakpoints made is assembly view do not show in C view.
2005-06-29 21:15:28 +00:00
Alain Magloire
865d770780 2005-06-29 Alain Magloire
Fix PR 100602
	* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2005-06-29 16:42:20 +00:00
Mikhail Khodjaiants
05422c38fe Removed unused imports. 2005-06-29 05:28:57 +00:00
Alain Magloire
82427c42a6 2005-06-28 Alain Magloire
Fix PR 94612: addr =<PENDING>
	* mi/org/eclipse/cdt/debug/mi/core/MIFormat.java
2005-06-28 19:49:08 +00:00
Alain Magloire
52a370c3ae 2005-06-27 Alain Magloire
New command from newer version of gdb "set breakpoint pending"
	better handling of the breakpoint while the target is running.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
	* mi/org/eclipse/cdt/debug/mi/core/command/CommandFactory.java
	+ mi/org/eclipse/cdt/debug/mi/core/ccommand/MIGDBSetBreakpoinPending.java
2005-06-28 16:57:33 +00:00
Mikhail Khodjaiants
465bd40eb2 Bug 101188: Breakpoints don't work with MingW gdb. Use "toPortableString" instead of "toOsString" when setting the source search paths. 2005-06-28 15:24:38 +00:00
Alain Magloire
888d8a3b2c 2005-06-27 Alain Magloire
Change in ICDIReferenceValue.
	* cdi/org/eclipse/cdt/debug/core/cdi/model/type/ICDIReferenceValue.java
	* src/org/eclipse/cdt/debug/internal/core/model/CValue.java
2005-06-28 03:03:08 +00:00
Alain Magloire
dd61bd77b0 2005-06-27 Alain Magloire
Bug when parsing "int *&" corrected.
	Change in ICDIReferenceValue.
	Use the type in the response of the var-create instead of reissuing -var-info-type

	* cdi/org/eclipse/cdt/debug/mi/core/cdi/CdiResource.properties
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/SignalManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ SourceManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Value.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
	* cdi;/org/eclipse/cdt/debug/mi/core/cdi/model/CharValue.java
	* cdi;/org/eclipse/cdt/debug/mi/core/cdi/model/IntergralValue.java
	* cdi;/org/eclipse/cdt/debug/mi/core/cdi/model/PointerValue.java
	* cdi;/org/eclipse/cdt/debug/mi/core/cdi/model/ReferenceValue.java
	* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
	* mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
2005-06-28 03:02:59 +00:00
Alain Magloire
166c0d9e22 MI2 adjustements. 2005-06-27 20:43:02 +00:00
Alain Magloire
670002408b 2005-06-27 Alain Magloire
Base on a patch from Chris Wiebe.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
2005-06-27 20:39:15 +00:00
Alain Magloire
0e98d98601 2005-06-27 Alain Magloire
Fix PR 100069
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Location.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Locator.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/StackFrame.java
2005-06-27 19:34:33 +00:00
Alain Magloire
189ad381e0 2005-06-27 Alain Magloire
Refactor the class extending CLICommand to CLIXXXX for more clarity.
	Pass the MIVersion in all of the class extending MICommand, this is
	necessary some command option will not be accepted depending on the version.
	Too much file to enumerate.
	* ...
2005-06-27 15:24:55 +00:00
Alain Magloire
a729a32e61 2005-05-27 Alain Magloire
Use the fCDIVariable instead of fCDIVariableObject when possible.
	* src/org/eclipse/cdt/debug/internal/core/model/CVariable.java
2005-06-27 15:22:16 +00:00