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

3214 commits

Author SHA1 Message Date
Marc Khouzam
25085b92c5 Bug 312706: Update the enablement of the buttons after they are created. 2010-05-12 20:21:40 +00:00
John Cortell
e42056257a [310304] GDB (DSF) Hardware Debugging Launcher ignores application program path 2010-05-06 20:17:04 +00:00
Vivian Kong
001dc097d9 Bug 311591 - externalize strings for debug activities 2010-05-04 18:42:19 +00:00
Pawel Piech
0c30d752e0 Bug 289526 - [debug view] Migrate the Restart feature to the new one, as supported by the platform 2010-05-04 17:34:55 +00:00
John Cortell
d5c6bb4f11 Updated comment to reflect the current status given a fix earlier today. 2010-04-30 21:01:49 +00:00
John Cortell
1dd75f85e0 Remove check that became unnecessary when I moved the logic back into this class. 2010-04-30 20:55:54 +00:00
Pawel Piech
718f11adef Bug 289526 - [debug view] Migrate the Restart feature to the new one, as supported by the platform 2010-04-29 22:45:45 +00:00
Ken Ryall
a5e8476af3 Move parsing for source file into a job with progress monitor. 2010-04-29 16:34:19 +00:00
John Cortell
e6e6d679b2 Javadoc update 2010-04-29 15:37:04 +00:00
Anton Leherbauer
b231775082 Bug 310093 - Toggle instruction stepping mode issues 2010-04-29 12:12:25 +00:00
John Cortell
36de03adca Adjustment to last commit. No need to make isAttached and isRemote mutually exclusive. CDI-GDB doesn't currently support attaching via gdbserver, but it's certainly possible (DSF-GDB supports it). 2010-04-28 18:52:10 +00:00
John Cortell
a67d730090 Bug 304096: Interrupting a Windows target does not always work, revisited. CDI adjustments. 2010-04-28 16:26:25 +00:00
Vivian Kong
5d22a3c67a Bug 306627 - Fix license inconsistencies 2010-04-28 14:45:10 +00:00
Anton Leherbauer
2f123dcce2 Bug 310443 - DSF Disassembly part cannot locate external source files
Bug 310171 - DSF disassembly view doesn't display mixed instructions from multiple files
2010-04-28 13:40:17 +00:00
Alena Laskavaia
b06a0cbd3a Bug 310672 Remove clones of PixelConverter and replaced with usage of org.eclipse.jface.layout.PixelConverter 2010-04-27 17:10:39 +00:00
John Cortell
9e8cd5b29b Bug 304096: restore interrupt behavior for remote debugging case. 2010-04-26 22:58:22 +00:00
John Cortell
4aee96ae0b Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a real CTRL-C; don't use 'kill -SIGINT' 2010-04-26 20:18:09 +00:00
Ken Ryall
3e7072e2ac Only refresh the mapping of the source files, not the entire list. 2010-04-26 16:59:04 +00:00
Ken Ryall
7d7f5e51f0 Pass along the progress monitor. 2010-04-26 16:58:39 +00:00
Ken Ryall
e2d5fb7ffa Better scaling for this progress monitor. 2010-04-26 16:58:20 +00:00
Ken Ryall
562a946c02 Add a flag to only refresh the mapping of the source files without doing a full fetch of the source file list. 2010-04-26 16:57:56 +00:00
Anton Leherbauer
1e118a7e58 [309001] Too many debug hovers in Preferences 2010-04-23 06:24:18 +00:00
Marc Khouzam
caa6d148db [248627] Support "Show Full Path" action for DSF 2010-04-22 23:44:30 +00:00
John Cortell
b21706e686 befriend other CDT plugin to let it avoid warnings 2010-04-22 22:41:57 +00:00
Ken Ryall
24b7daf941 Only create a new source mapping entry for the directory where the missing file is found. The old method could pull in more missing files but would also lead to bad results when mapping back to the compilation path. 2010-04-20 18:31:04 +00:00
Ken Ryall
5098922069 Clean up warnings. 2010-04-20 18:29:16 +00:00
Ken Ryall
c7d41662a4 Prevent opening a new editor each time. 2010-04-19 21:28:24 +00:00
Ken Ryall
f71f3c7fc6 Bug 274872 - Repeated '<unknown>' editor 2010-04-19 21:05:28 +00:00
Marc Khouzam
9bcfc4f062 [248627] Fix for ShowFullPaths enablement and preference bug. 2010-04-19 19:32:35 +00:00
Vivian Kong
10f32a5843 update copyright 2010-04-19 15:45:46 +00:00
Mikhail Khodjaiants
a67b587f77 Bug 309212: No registers with HEAD. Workaround for gdb 7.0. 2010-04-17 21:42:13 +00:00
Mikhail Khodjaiants
2a48888d7b Bug 309550: Newly added register group doesn't appear in the view 2010-04-17 17:30:07 +00:00
John Cortell
697b118ca5 Revert last commit. Reason: https://bugs.eclipse.org/bugs/show_bug.cgi?id=176636#c22 2010-04-14 23:11:01 +00:00
John Cortell
6cb03e08de Remove unintentional and unused plugin dependency 2010-04-14 17:45:05 +00:00
Mikhail Khodjaiants
a9a0949364 Warning cleanup. 2010-04-14 17:24:03 +00:00
Vivian Kong
f5aa6deafd Bug 306627 - Fix license inconsistencies 2010-04-14 14:56:05 +00:00
Ed Swartz
f20d66d319 Commit fix for bug 248610, add "View Memory" support to DSF (Stephen Chong) 2010-04-14 13:02:19 +00:00
John Cortell
f9a4febf5f [309023] Remove obsolete and redundant CDI debuggers 2010-04-13 16:42:11 +00:00
John Cortell
f223513d5f [308933] Event breakpoints icons lack decorators 2010-04-12 21:09:46 +00:00
Marc Khouzam
16341ab008 Replace distorted icon with the same icon used by the build console. 2010-04-12 19:53:40 +00:00
John Cortell
e776528588 [306427] Remove obsolete catchpoint types from CDT 2010-04-12 19:01:24 +00:00
John Cortell
9be4928cfb Added boilerplate 2010-04-12 18:57:05 +00:00
John Cortell
a597e27edd [176636] CDT debugger shows the wrong source file if filenames are the same 2010-04-12 15:33:40 +00:00
Ed Swartz
98e85062aa Fix corrupted properties entries and update wording for the casting category. 2010-04-12 13:36:01 +00:00
John Cortell
018388f14d Move new common gdb plugins to dedicated feature 2010-04-09 21:56:43 +00:00
John Cortell
2622f554b5 Move new common gdb plugins to dedicated feature 2010-04-09 21:45:36 +00:00
John Cortell
e7b723ffdb New dedicated feature for common gdb plugins 2010-04-09 21:32:03 +00:00
Marc Khouzam
7c14e3bb49 [284286] Move down the Breakpoint type entry of the CEditor popup menu. It is nicer to have the toggle bp menu first. 2010-04-09 13:06:21 +00:00
Alena Laskavaia
92b10b9ca5 [304010] - exploring values of base class fields 2010-04-08 21:07:13 +00:00
John Cortell
119d848c62 [305752] Moved gdb event breakpoint constants into new common gdb plugin as well as the registering of the event types (via an extension) 2010-04-08 20:02:35 +00:00