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

1329 commits

Author SHA1 Message Date
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
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
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
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
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
519a3f133b Bug 103784: NPE in source lookup. 2005-07-14 15:32:35 +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
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
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
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
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
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
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
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
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
0d49540c18 Don't save the list of registers for default groups. 2005-06-09 20:42:05 +00:00
Mikhail Khodjaiants
d66940d5a3 Bug 94139: User-defined register groups. Support fo the "Restore Default Register Groups" action. 2005-06-09 20:21:16 +00:00
Mikhail Khodjaiants
34250c8463 Bug 94139: User-defined register groups. Support fo the "Edit Register Group" action. 2005-06-07 20:58:59 +00:00
Mikhail Khodjaiants
8fca28089c The endianness flag is not chached. 2005-06-07 15:45:23 +00:00
Mikhail Khodjaiants
20da0b9f50 Bug 98594: Unable to set address breakpoints. 2005-06-06 21:34:10 +00:00
Mikhail Khodjaiants
014dc6df44 Bug 88558: run-to-line not thread oriented. The IRunTo* and IJumpTo* interfaces moved to ICStackFrame. 2005-05-24 21:38:42 +00:00
Mikhail Khodjaiants
2a6347f701 Redundant code. 2005-05-24 15:51:56 +00:00
Mikhail Khodjaiants
1edec8debe Bug 94139: User-defined register groups. Added API and group serialization. 2005-05-20 21:23:11 +00:00
David Inglis
fedc95ad12 fail on null exe when adapting to an older debugger since they never supported it 2005-05-18 18:26:20 +00:00
Doug Schaefer
bdecfcfc41 Cleaned up some obvious NLS warnings. Also turned off the warnings for the tests plugins. 2005-05-16 14:44:03 +00:00
Mikhail Khodjaiants
fcf978593f Bug 94905: Error examining structure contents in debugger. The structure's elements should inherit the enablement flag from parents. 2005-05-12 15:27:52 +00:00