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

580 commits

Author SHA1 Message Date
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
Mikhail Khodjaiants
05422c38fe Removed unused imports. 2005-06-29 05:28:57 +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
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
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
22f8c9984c Bug 99217: NPE thrown when fetching deffered children. 2005-06-17 21:28: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
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
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
4d803ceaeb New images for mapping source containers. 2005-06-07 21:25:26 +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
15b620d7f0 Bug 84816: The modification of the signal properties should be done in the background. 2005-05-31 21:35:54 +00:00
Mikhail Khodjaiants
152ee3e5ec Bug 84816: The modification of the signal properties should be done in the background. 2005-05-31 21:14:04 +00:00
Mikhail Khodjaiants
357e45fdd8 Bug 88558: run-to-line not thread oriented. The "Run to Line" action should be enabled on stack frames and threads, not on targets. 2005-05-24 21:41:59 +00:00
Mikhail Khodjaiants
d30c7f67e3 Moved to the Platform Source Lookup framework (bug 80175). 2005-05-20 21:28:48 +00:00
Mikhail Khodjaiants
303ef552fb Bug 94139: User-defined register groups. UI to add/remove user-defined groups. 2005-05-20 21:25:59 +00:00
Mikhail Khodjaiants
ac2dcaf6f4 Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. Removed unused images. 2005-05-10 20:14:47 +00:00
Mikhail Khodjaiants
72807c0c5f Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. Removed CDebugEditor and old source lookup related classes and interfaces. 2005-05-09 21:41:17 +00:00
Mikhail Khodjaiants
301b9f9cc3 Added path validation to CDirectorySourceContainerDialog. 2005-04-27 17:58:16 +00:00
Mikhail Khodjaiants
ed389a8c3d Added the new source container type (CDirectorySourceContainer) to provide the UI support for the subfolders search. 2005-04-25 23:03:50 +00:00
Mikhail Khodjaiants
1f30b0febb Initalize the particiapants of the source lookup director when converting from an old memento. 2005-04-22 21:32:40 +00:00
Mikhail Khodjaiants
9ddf68d139 Changed the labels of the "Source Lookup Path" preference page to "Common Source Lookup Path". 2005-04-21 21:03:43 +00:00
Mikhail Khodjaiants
9da4023caa Bug 92292: [artwork] "Instruction Stepping Mode" image is same as "Use Step Filters". 2005-04-21 20:54:36 +00:00
Mikhail Khodjaiants
ef5e888d08 Replaced deprecated methods. 2005-04-21 19:43:07 +00:00
Mikhail Khodjaiants
af37524c7a Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. 2005-04-21 19:41:01 +00:00
Mikhail Khodjaiants
78c55ad047 Bug 91155: Wrong icon for "Restart". 2005-04-12 16:10:05 +00:00
Mikhail Khodjaiants
f690f6e4f1 Move to the new structure of the "icons" directory. 2005-04-08 23:55:18 +00:00
Mikhail Khodjaiants
d2511e5265 Applied patch from Dave Daoust (new images). 2005-04-08 00:07:41 +00:00
Mikhail Khodjaiants
4bc76bbea7 Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. 2005-03-22 00:11:28 +00:00
Mikhail Khodjaiants
274eae0dd9 Removed deprecated "WorkbenchHelp" references. 2005-03-08 21:29:22 +00:00
Mikhail Khodjaiants
34ca6299e3 Removed deprecated "WorkbenchHelp" references. 2005-03-08 17:43:58 +00:00
Mikhail Khodjaiants
b6bacb6478 "Resume At Line" is disabled if the Disassembly view is opened during an active debug session. 2005-02-25 21:00:54 +00:00
Mikhail Khodjaiants
6dc9b768e8 Applied patch from Tracy Miranda (bug 86533: Breakpoint is set on the wrong line in Disassembly view). 2005-02-24 21:17:11 +00:00
Mikhail Khodjaiants
a4475cf6e3 Bug 84799: Implement Memory View and renderings with new rendering APIs. 2005-02-22 21:25:38 +00:00