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

508 commits

Author SHA1 Message Date
Marc Khouzam
9db429483b Bug 314536; Typo 2010-05-29 10:29:41 +00:00
Marc Khouzam
7d968da82e Bug 314536: Hide "Use shared library symbols for debugged applications" as it makes normal launches fail. We will revisit this option when we fully support multi-exec on Linux 2010-05-29 10:10:38 +00:00
John Cortell
0874a4a973 Don't wait forever 2010-05-28 20:49:52 +00:00
John Cortell
18f37c3ccf Bug 314174: Eliminate the 1s wait at start of each DSF-GDB test. (Avoid possible NPE when a test fails) 2010-05-28 19:12:27 +00:00
Marc Khouzam
69444100a5 Bug 314628: Always restore the target state even if a failure has happened. 2010-05-28 18:48:01 +00:00
John Cortell
ca9f612e04 Incorrect usage of the special wait function in two places. 2010-05-27 22:56:38 +00:00
John Cortell
0ad079da76 Memory tests were failing with gdb 7.0. Marc's hunch was right. Use of UNIQUE_PROCESS_ID was the problem. 2010-05-27 22:31:26 +00:00
John Cortell
17f248d072 Bug 314174: Eliminate the 1s wait at start of each DSF-GDB test. 2010-05-27 22:11:53 +00:00
John Cortell
4972e64775 Adjust to the new dual POSIX/MSVC buildable MultiThread.cc. Also fix problems in the registers test 2010-05-27 21:20:45 +00:00
John Cortell
87aa0351e6 Bug 314174: Eliminate the 1s wait at start of each DSF-GDB test. 2010-05-27 21:08:28 +00:00
John Cortell
abef64cb07 Make dsf-gdb test programs buildable with MinGW. MinGW gdb has problems debugging a cygwin-built executable, so we need to build the test apps with MinGW when testing that debugger. Confirmed these modified files now build with both Cygwin and MinGW. 2010-05-26 19:38:11 +00:00
Ken Ryall
29f2c9bf4f Bug 313893, reorg capabilities into cdt product plug-in. 2010-05-26 16:16:52 +00:00
Marc Khouzam
0e6aaedf11 Bug 310274: Need a longer timeout for remote targets. Ultimately this timeout should be a preference. 2010-05-26 14:59:25 +00:00
John Cortell
af21820551 Various expression tests where failing on Windows because of subtle differences in the compiler and the line tables it generates, and perhaps scoping behaviors. The code would end up on the trailing brace of a function, and all variables are out of scope there. 2010-05-25 23:01:40 +00:00
John Cortell
da1f29806f Don't use the junit timeout feature. It's too rigid and is a pain when troubleshooting issues. 2010-05-25 22:47:12 +00:00
John Cortell
85162ebd30 Don't use the junit timeout feature. It's too rigid and is a pain when troubleshooting issues. 2010-05-25 22:45:29 +00:00
Ken Ryall
d279184e5e Bug 303968, apply Marc's patch to move the remainder of the UI from gdb to dsf plug-ins. 2010-05-25 18:48:54 +00:00
Marc Khouzam
825017ddae Bug 314303: Protect against NPE. 2010-05-25 17:16:48 +00:00
Marc Khouzam
65be0d654f Bug 166960: Set environment before loading executable to allow for dynamically loaded library to be found 2010-05-21 13:46:31 +00:00
John Cortell
5256a869aa Bug 313823: Intermittent NPE during shutdown, in ThreadVMNode 2010-05-20 22:21:20 +00:00
John Cortell
a5ad43c3f8 Bug 313806: Export all debug packages 2010-05-20 21:30:07 +00:00
Mikhail Khodjaiants
e733369d6f Bug 313806 - Export all debug packages. 2010-05-20 20:38:54 +00:00
Marc Khouzam
c901f78d28 Bug 305385: Disabled use of 'info program' because the output is inconsistent. 2010-05-20 19:32:28 +00:00
Marc Khouzam
75a65c4f96 Bug 284286: Missing action to exit trace visualization mode. 2010-05-20 15:26:17 +00:00
Marc Khouzam
d40ae2e41d Bug 284286: Missing icon for StopVisualization 2010-05-20 15:13:42 +00:00
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