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

3027 commits

Author SHA1 Message Date
Warren Paul
0aa67427b4 synchronize the building of the exe's list. 2008-04-24 20:46:22 +00:00
Alena Laskavaia
35cf42dabc - fixed tests and created abstract class that has common parts for all debug tests 2008-04-24 18:09:04 +00:00
Vivian Kong
8cf4e8f337 fix ordering of required plugins/features 2008-04-24 16:55:30 +00:00
Warren Paul
0c5bdcfb6c fixed progress display (%), allow cancel during import, remember column ordering, don't try to refresh while importing executables. 2008-04-24 03:26:53 +00:00
Doug Schaefer
f6e3cea752 Make Platform a top level feature. 2008-04-23 18:52:13 +00:00
Doug Schaefer
22d13071b2 Fix up version numbers and name of Mylyn feature to match other bridges. 2008-04-23 03:57:27 +00:00
Alena Laskavaia
49283fae51 bug 224560 - memory view refresh does not work because of ABE in Disassembly view 2008-04-22 20:42:17 +00:00
Doug Schaefer
44a772bb18 Fix up dependencies. 2008-04-22 20:04:15 +00:00
Doug Schaefer
58d9161dc2 Fix up dependencies. 2008-04-22 19:23:17 +00:00
Doug Schaefer
441779330d Fix up dependencies. 2008-04-22 19:08:42 +00:00
Doug Schaefer
63ba6a0f26 Fix up dependencies. 2008-04-22 16:59:25 +00:00
Mikhail Khodjaiants
19c364f589 Contributing new disassembly. 2008-04-22 16:49:52 +00:00
Doug Schaefer
996ff223bf Introduce new features to separate out the CDT platform from the GNU toolchain support. 2008-04-22 16:49:38 +00:00
Mikhail Khodjaiants
199a42471d Warning cleanup. 2008-04-22 16:48:04 +00:00
John Cortell
1a7f7403db Use a thin wrapper to represent the CDI event listener for a CVariable to avoid removing the wrong listener when multple CVariables exist for the same internal variable. 2008-04-22 16:10:56 +00:00
John Cortell
7b3681fc19 Applied patch in 227869. Produce an error if user tries to create memory monitor using a literal address that exceeds the range of the address factory used by the debug session. Prior to this change, the monitor would be created based on the truncated value. 2008-04-22 15:25:36 +00:00
Mikhail Khodjaiants
f6b2dea934 Contributing new disassembly. 2008-04-22 12:32:46 +00:00
Ken Ryall
ee5837ec29 Test to see if the file exists before creating the ETU. 2008-04-21 20:47:09 +00:00
Mikhail Khodjaiants
b45f93e8ce Contributing new disassembly. 2008-04-18 16:18:15 +00:00
Mikhail Khodjaiants
501ebcad7f Contributing new disassembly. 2008-04-17 17:23:35 +00:00
Ken Ryall
0a10b91cca Try getting the address factory first from the CDI Target, then fall back on the executable. 2008-04-17 15:48:02 +00:00
Anton Leherbauer
9aed58bb4e Fix deprecation warnings and get rid of obsolete HTMLTextPresenter 2008-04-17 12:09:24 +00:00
Mikhail Khodjaiants
dac361c1c2 Contributing new disassembly. 2008-04-16 21:59:40 +00:00
Mikhail Khodjaiants
5b528871c9 Contributing new disassembly. 2008-04-16 17:10:57 +00:00
Ken Ryall
200b2b5024 Make sure containers have their director initialized properly before use. 2008-04-15 17:01:14 +00:00
Mikhail Khodjaiants
0540c57e38 Contributing new disassembly. 2008-04-14 16:39:26 +00:00
John Cortell
25a5e3e01f Fixed cut&paste goof 2008-04-11 16:40:49 +00:00
Mikhail Khodjaiants
fe4b90d99a Contributing new disassembly. 2008-04-10 17:09:12 +00:00
Ken Ryall
027bd802aa Better support for breakpoints in external files. 2008-04-10 15:26:57 +00:00
Mikhail Khodjaiants
4e172a4c99 Contributing new disassembly. 2008-04-09 16:58:49 +00:00
Mikhail Khodjaiants
887a1ea83e Added support for breakpoint actions to the disassembly editor. 2008-04-09 13:51:38 +00:00
Mikhail Khodjaiants
e9ac88667a Added support for breakpoint actions to the disassembly editor. 2008-04-09 13:25:46 +00:00
Mikhail Khodjaiants
24cc1a7822 Contributing new disassembly. 2008-04-08 16:58:38 +00:00
John Cortell
c56222f3e5 Minor optimization 2008-04-08 11:43:11 +00:00
Mikhail Khodjaiants
0c89fe6733 Contributing new disassembly. 2008-04-08 10:02:03 +00:00
Mikhail Khodjaiants
a076f288d1 Allow the menu contributions to the Disassembly view's ruler. 2008-04-08 09:50:55 +00:00
Ken Ryall
97a10ee586 If the existing executables project is closed, use a new one. 2008-04-07 20:15:21 +00:00
Mikhail Khodjaiants
35dfb7a9a9 Contributing new disassembly. 2008-04-07 17:31:51 +00:00
Mikhail Khodjaiants
52555085ca Contributing new disassembly. 2008-04-07 08:52:18 +00:00
Mikhail Khodjaiants
af3f69afb9 Contributing new disassembly. 2008-04-04 16:39:42 +00:00
Mikhail Khodjaiants
2c2447767b Contributing new disassembly. 2008-04-03 17:06:41 +00:00
Mikhail Khodjaiants
c9028aceb8 Removed modules view related constants. 2008-04-03 17:02:03 +00:00
Anton Leherbauer
fdff1402b2 Fix for 86676: CDT ghosts resume/step when stack-info-depth fails
Patch by Øyvind Harboe <oyvind.harboe@zylin.com>
2008-04-03 08:52:33 +00:00
John Cortell
402016a6f0 Cleanup. Use generics (to fix warnings) and other misc improvements. No functional change. 2008-04-02 23:48:03 +00:00
John Cortell
253c339287 Allow user to enter range in hex format 2008-04-02 23:35:24 +00:00
John Cortell
3f4bcfc489 Added constant for float. 2008-04-02 21:38:01 +00:00
Mikhail Khodjaiants
b87d5b3b2e Added interfaces for content, label and annotation providers. 2008-04-02 16:42:46 +00:00
Mikhail Khodjaiants
231b11b8ab Added request interfaces for the virtual (disassembly) viewer. 2008-04-02 16:20:24 +00:00
Anton Leherbauer
cfae4dbc59 Fix for 225099: Breakpoint toggling for files outside projects is broken in CDT CVS HEAD
Patch by Øyvind Harboe <oyvind.harboe@zylin.com>
2008-04-02 07:25:33 +00:00
Mikhail Khodjaiants
78f39429c5 Bug 210558: Migrate CDT to use new platform Modules view. 2008-04-01 15:08:15 +00:00