1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

2279 commits

Author SHA1 Message Date
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
Doug Schaefer
2fd25239b8 EPL'ing the CDT. 2005-06-27 03:46:51 +00:00
Alain Magloire
939eb01a27 2005-06-25 Alain Magloire
Fix PR 94735: return an empty object.
	* src/org/eclipse/cdt/debug/internal/ui/CBreapointWorkbencAdapterFactory.java
2005-06-25 17:29:06 +00:00
Alain Magloire
978df06f37 2005-06-25 Alain Magloire
We should consider a "^done" like a suspended only for CLICommands, for example:
	(gdb) run
	^done
	(gdb)
	* mi/org/eclipse/cdt/debug/mi/core/RxThread.java
2005-06-25 16:45:37 +00:00
Mikhail Khodjaiants
3d4b84023f Bug 100756: Breakpoints listed twice in Breakpoints view. 2005-06-23 18:11:11 +00:00
David Inglis
cf09e84a32 CPL to EPL transistion - license header update for IBM 2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631 EPL'ing the CDT. 2005-06-23 14:44:35 +00:00
Mikhail Khodjaiants
0ca3d54210 Bug 96563: "Go to file" is ghosted on breakpoints (outside projects?). 2005-06-22 20:01:15 +00:00
Mikhail Khodjaiants
dc43232b88 Minor refactoring. 2005-06-21 21:10:40 +00:00
Mikhail Khodjaiants
4732db0ae8 Bug 91374: CDT launch should set ATTR_PROCESS_TYPE. 2005-06-21 18:41:38 +00:00
Mikhail Khodjaiants
7475da7bda Bug 93855: Changing values in detailed pane doesn't work the first time after the view is loaded. 2005-06-20 19:43:42 +00:00
Mikhail Khodjaiants
2f3a82c13c Bug 93856: Variable View: Should disable change value options if selected item is not changeable. 2005-06-20 19:39:53 +00:00
Mikhail Khodjaiants
22f8c9984c Bug 99217: NPE thrown when fetching deffered children. 2005-06-17 21:28:31 +00:00
Mikhail Khodjaiants
b53dbe706e Bug 100261: Memory veiw: Renderings content disappears when click on Vairable/Module... view. 2005-06-17 19:30:56 +00:00
Mikhail Khodjaiants
2a08c7bbc4 Bug 100471: Signed/Unsigned Integer renderings show '?' for valid memory blocks. 2005-06-16 20:43:31 +00:00
Mikhail Khodjaiants
652898366b Bug 100447: NPE generated when Run To Line in Disassembly view. 2005-06-16 19:23:34 +00:00
Mikhail Khodjaiants
4f60c4a7aa Bug 100445: The endianess of a debug target is reversed. 2005-06-16 17:51:21 +00:00
Mikhail Khodjaiants
3915950c5d Partial fix for bug 79371: Setting breakpoints in the left hand side ruler of the disassembly view is sluggish. 2005-06-16 16:07:59 +00:00
Mikhail Khodjaiants
750f5bb545 Bug 98814: NullPointerException and failed to launch debug session for a project. 2005-06-14 21:45:18 +00:00
Mikhail Khodjaiants
953acd1eef Temporary fix for bug 77279: The memory view address should not be cleared on project restart. 2005-06-13 20:19:58 +00:00
Mikhail Khodjaiants
8aea36d90e Fixed message identifiers. 2005-06-13 18:47:17 +00:00
Mikhail Khodjaiants
bd573a8236 Temporary fix for bug 79872: Make instruction stepping default in disassembly view. 2005-06-13 03:24:09 +00:00
Mikhail Khodjaiants
38e72c571b Bug 84929: The "Expression to watch" field of the "Add Watchpoint" dialog is editable. 2005-06-10 19:08:56 +00:00
Mikhail Khodjaiants
2162c8b56f Bug 83465: Add "Run to line" and "Resume at line" actions to the context menu of Disassembly view. 2005-06-10 18:21:40 +00:00
Mikhail Khodjaiants
20f943f626 Bug 81353: automatically opening of the disassembly window. 2005-06-10 17:52:54 +00:00
Mikhail Khodjaiants
cc72de6f60 Warning cleanup. 2005-06-10 15:01:20 +00:00
Mikhail Khodjaiants
fa8a5c4410 Update 2005-06-10 14:30:44 +00:00
Mikhail Khodjaiants
e76316f9bc Warning cleanup. 2005-06-09 21:31:06 +00:00
Mikhail Khodjaiants
7891decbff Warning cleanup. 2005-06-09 21:26:10 +00:00
Mikhail Khodjaiants
fd7e050fc1 Bug 94139: User-defined register groups. Externalized strings for the "Restore Default Register Groups" action. 2005-06-09 20:45:07 +00:00