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

533 commits

Author SHA1 Message Date
John Cortell
2033710dea Some variable renaming. Be consistent in referring to memory spaces (don't use the term 'page'). No functional or interface change 2010-05-20 15:07:20 +00:00
John Cortell
4578a2a5ca Bug 309032: Need APIs to support memory pages (add ability for backend to indicate a memory space qualification is necessary) 2010-05-20 15:02:31 +00:00
John Cortell
994628eca9 Bug 304096: Interrupting a Windows target does not always work (fixed last two non-working scenarios: attach with gdb 6.8) 2010-05-20 14:34:58 +00:00
John Cortell
19dadcff48 Bug 305385: The pid of the inferior is not set pre-GDB 7.0 2010-05-20 14:25:35 +00:00
Doug Schaefer
034cba9fe6 Bug 309505 - Launches should use the same environment as build. Grabs the build env from the CDT core and passes it along when calling out to gdb. 2010-05-18 16:14:46 +00:00
Marc Khouzam
34caecd0e1 Bug 313372: Re-create the CLIEventProcessor when we restart the program, so as to reset the internal threadId count. 2010-05-18 15:25:45 +00:00
John Cortell
0316c02daa Bug 248587: Support "Event' Breakpoints (backed out unused API changes) 2010-05-17 21:02:54 +00:00
Marc Khouzam
f2fab88813 Bug 281970: Needed a way to check if setDefaults() was called that was unique for each configuration. 2010-05-17 20:23:32 +00:00
John Cortell
e1dfb2e746 Bug 309032: Need APIs to support memory pages (or memory spaces) 2010-05-14 19:08:38 +00:00
Pawel Piech
06e479681f Bug 312813 - [Launch] MIInferiorProcess.exitValue() never returns 2010-05-14 16:50:40 +00:00
Marc Khouzam
24f6fec914 Bug 304384: Undo the last fix which broke the case where we first created a Run configuration. Instead, check if the global pref is set before forcing a preferred launch delegate. 2010-05-14 10:25:25 +00:00
Marc Khouzam
eb382a9bee Bug 304384: Move logic to set default launch delegate to the tab of the DSF-GDB delegate. This is to allow the global preference for launch delegate not to be overridden unless DSF-GDB is also the global preference. 2010-05-14 02:18:31 +00:00
Marc Khouzam
fe3c6d028f Bug 281970: No longer show the Debugger, Refresh and Source tabs for a Run Configuration. Also, make sure a Run configuration can be used for Debug and vice versa. 2010-05-14 01:50:46 +00:00
Marc Khouzam
25085b92c5 Bug 312706: Update the enablement of the buttons after they are created. 2010-05-12 20:21:40 +00:00
Marc Khouzam
02f73b5ead Bug 312342: Make sure the dialog window size is big enough to show all its content. 2010-05-12 15:24:54 +00:00
Marc Khouzam
30849ec0ce Better use of container context 2010-05-12 13:23:44 +00:00
Marc Khouzam
0e4cf54f86 Added EXPERIMENTAL keyworkd, which I just found out about. 2010-05-12 12:56:03 +00:00
Marc Khouzam
25fb53e9dc Bug 312467: Improperly externalized string 2010-05-12 01:38:55 +00:00
Marc Khouzam
a9b247a3f2 Bug 306555: Need extra parens for Cast To Type 2010-05-11 20:21:36 +00:00
Marc Khouzam
8a3597ae0a Bug 306555: Some cleanup for Cast To Type and Display As Array 2010-05-11 20:08:34 +00:00
Marc Khouzam
61d7272149 Bug 306555: Support for Cast To Type and Display As Array for DSF-GDB 2010-05-11 19:55:35 +00:00
Marc Khouzam
62f7695977 Bug 306555: It is valid for the platform to request more children that what we have 2010-05-11 17:54:50 +00:00
Vivian Kong
e06bd24516 remove extra parenthesis 2010-05-11 13:58:12 +00:00
Marc Khouzam
0be25d015f Bug 264895: Allow the visible console to match the currently selected debug context for a DSF-GDB session. 2010-05-10 18:48:38 +00:00
Marc Khouzam
d913b26d1f Missing @Override tags 2010-05-10 18:43:47 +00:00
Marc Khouzam
2ce1b78448 Filter was no longer needed and was giving a warning. 2010-05-10 18:42:53 +00:00
Mikhail Khodjaiants
d2c5402e27 Bug 312055 - [registers][cdi] DSF mishandles empty register names in -data-list-register-names response. 2010-05-10 15:39:20 +00:00
Vivian Kong
528612c2b2 Bug 312092 - TVT36:TCT174: FRA - Duplicate mnemonic for Browse (same string used twice in same panel) 2010-05-07 18:09:31 +00:00
Marc Khouzam
6ad86fa192 Bug 281970: Cleanup based on John's review 2010-05-07 18:02:49 +00:00
John Cortell
bd09547166 befriend jtag plugin to let it avoid warnings 2010-05-06 21:28:12 +00:00
Marc Khouzam
4e0258df9a Bug 281970: No longer use CDIs "debugger" extension point, as it was useless for DSF-GDB and only causing confusion. 2010-05-06 20:07:47 +00:00
John Cortell
af69e71a83 Corrected command description. This was accidentally given the description for -file-exec-file 2010-05-04 21:49:17 +00:00
Vivian Kong
001dc097d9 Bug 311591 - externalize strings for debug activities 2010-05-04 18:42:19 +00:00
Marc Khouzam
14c231b3ca Bug 311416: Small simplification in logic check. 2010-05-04 13:20:27 +00:00
Pawel Piech
ea4c22620a Bug 311416 - [vm][cache] Stack frames missing in debug view. 2010-05-04 04:54:41 +00:00
John Cortell
99dd5a34ae Bug 311380: Interrupting target can leave Debug view in awkward state 2010-05-03 18:56:21 +00:00
Mikhail Khodjaiants
4b0c9bd6ce Bug 311210 - [commands][cdi] Missing support for "target-download". 2010-05-03 15:20:05 +00:00
Mikhail Khodjaiants
c283892ee1 Bug 311219 - [commands][cdi] MITargetSelect is too restrictive. 2010-05-03 15:05:41 +00:00
Marc Khouzam
2fdba57f07 Bug 289526: Change the order of steps to restart the inferior to make sure we don't get output before we have created our consoles. This is to protect ourselves against 223154 2010-04-30 20:30:36 +00:00
Marc Khouzam
781fa19cb6 Bug 304096: Handle cases for GDB < 7.0 where interrupting the target does not generate a *stopped event. 2010-04-30 18:00:26 +00:00
John Cortell
e7a52e7c7c Bug 311118: Attach does not work with MinGW gdb 7.0 2010-04-30 15:54:48 +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
John Cortell
2fd8cfac1d Bug 310914: Fix to avoid fallback of obtaining process list natively when debugging remotely 2010-04-29 19:17:18 +00:00
Marc Khouzam
da8db8a30d Bug 311059: workaround for another bug (305385) which is not fixed yet. 2010-04-29 18:36:37 +00:00
Marc Khouzam
9b222a1f27 Better error printout 2010-04-29 18:35:34 +00:00
Marc Khouzam
d768a3ad38 Bug 310914: Optimize retrieval of process names. 2010-04-29 17:16:05 +00:00
John Cortell
3c6b9abcc7 Bug 311059: Process list shown during attach launch with gdb 6.8 has bogus entries 2010-04-29 16:41:47 +00:00
John Cortell
2ec0660653 Bug 310914: An attach launch with MinGW gdb 7.0 gives no processes to choose from 2010-04-29 15:43:40 +00:00
Marc Khouzam
39668b20a5 Small enhancement to get the containerDmc in the unit tests 2010-04-29 14:21:47 +00:00
Marc Khouzam
c8835a2f95 Bug 284286: Trace Record visualization for DSF-GDB 2010-04-28 23:50:54 +00:00