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

499 commits

Author SHA1 Message Date
Marc Khouzam
04f6ef5c84 Bug 317325: Upversion dsf.gdb plug-in to 4.0 2010-07-30 15:51:43 +00:00
Marc Khouzam
48b6e9207f Bug 321259: Need to set environment dir before sourcing init file, so that we look for the init file in the right place 2010-07-29 18:55:54 +00:00
Marc Khouzam
abf3f62731 Bug 318214: Unify Basic remote launch with Advanced remote launch 2010-07-23 18:06:58 +00:00
Marc Khouzam
9e3c2bfd51 Bug 319307: Remote gdbserver attach does not show thread info right after the attach because of missing stopped event. 2010-07-15 16:19:48 +00:00
Andrew Gvozdev
73ea2efa7d bug 319769: Unnecessary type casts
patch from Petri Tuononen
2010-07-14 14:02:35 +00:00
Marc Khouzam
9edface856 Bug 319257: Allow for overriding of when to use -exec-run or -exec-continue 2010-07-12 01:48:28 +00:00
Marc Khouzam
f279673643 Bug 319336: Changing the case of a file is causing problems on Windows. This change make the name of the file different. 2010-07-09 19:58:22 +00:00
Marc Khouzam
400c8eb42c Bug 318642: Make GDBLaunchDelegate easier to override with respect to non-stop 2010-07-09 12:07:33 +00:00
Marc Khouzam
847b3711f5 Bug 319336: Wrongly names properties file 2010-07-09 01:29:23 +00:00
Marc Khouzam
00be5f63e3 Bug 319165: Unnecessary step in GDBControl_7_0.startOrRestart 2010-07-08 15:32:27 +00:00
Marc Khouzam
78669bf6c1 Bug 318230: Use GDB 7.1 support for displaying cores for threads and processes in a label within the debug view. 2010-07-06 20:27:07 +00:00
Marc Khouzam
787f73eb3f Bug 318322: Missing since tag 2010-07-06 18:28:59 +00:00
Marc Khouzam
d080030456 Bug 318322: Add "set solib-absolute-prefix" command 2010-07-06 13:51:19 +00:00
Marc Khouzam
2c6f81a72d Bug 318304: Allow for better overriding of the class. 2010-07-01 10:21:10 +00:00
Marc Khouzam
75abd66291 Bug 311965: Ignore bogus processes returned by -list-thread-groups of GDB 7.1 and 7.2 2010-06-30 13:03:21 +00:00
Vivian Kong
c44a70063a Bug 318337 Update CDT feature/plugin versions for Indigo release 2010-06-29 14:45:03 +00:00
Marc Khouzam
f4953626d5 Bug 318230: Add infrastructure to read the new core field from the
-list-thread-groups and -thread-info commands
2010-06-28 19:38:26 +00:00
Marc Khouzam
ba0437069d Bug 315677: The getNumChildren() method was not actually used and was causing some inefficiency, so we deprecate it in favor of hasChildren() and getSubExpressionCount(). Also fix the JUnit tests accordingly. 2010-06-25 15:44:57 +00:00
Mikhail Khodjaiants
5a7c2c617e Bug 315677 - [variables] Add "hasSubExpressions" method to IExpressions 2010-06-24 17:28:17 +00:00
Marc Khouzam
ed0e80d4d4 Bug 317325: Up-ing plugin versions for DSF-GDB 2010-06-22 19:16:25 +00:00
Sergey Prigogin
58771470a3 Removed hardcoded bundle names. 2010-06-21 00:45:18 +00:00
Sergey Prigogin
1ddf51d577 Removed hardcoded bundle names. 2010-06-21 00:35:25 +00:00
Marc Khouzam
b1aa24fe34 Bug 317223: Disable two tests for GDB 6.6 since they depend on -var-info-path-expression, which is only supported starting with GDB 6.7 2010-06-17 17:42:56 +00:00
Marc Khouzam
2c31af1afe Bug 314447: Missing rm.done() 2010-06-17 15:50:35 +00:00
John Cortell
6277487b53 Bug 315845: Intermittent race-condition failure in MIMemoryTest.asynchronousReadWrite() 2010-06-15 21:13:45 +00:00
Sergey Prigogin
df06a819ec Bug 315895 - Names and descriptions of CDT features are confusing. 2010-06-06 03:09:06 +00:00
Marc Khouzam
8c5a9f0d91 Bug 315784: Support to test with GDB 7.1 and 7.2 2010-06-04 15:46:37 +00:00
Marc Khouzam
6dd4a791d3 assertEquals should have its first parameter be the expected value. 2010-06-04 15:20:08 +00:00
Marc Khouzam
61bf17193d assertEquals should have its first parameter be the expected value. 2010-06-04 14:45:18 +00:00
Marc Khouzam
1e1508c33c Missing space 2010-06-04 14:42:27 +00:00
John Cortell
aaf7b3dfbb Previous commit caused test failures with gdb 6.8 due to a breakpoint hit not being generated when using SyncUtil to set the breakpoint. Avoid using SyncUti for setting a line breakpoint. Also some refactoring to reduce clutter and code duplication. 2010-06-03 18:43:26 +00:00
Vivian Kong
70237c3d81 Bug 315439 Fix up copyright 2010-06-03 00:12:05 +00:00
Vivian Kong
738da44d29 Bug 315439 Fix up copyright 2010-06-02 20:38:34 +00:00
Vivian Kong
0ac162a821 Bug 315439 Fix up copyright 2010-06-02 19:27:16 +00:00
John Cortell
1ee7bff8d5 Added test for interrupt 2010-06-01 19:18:33 +00:00
John Cortell
ae33c729a7 Missing asterisk in javadoc comment 2010-06-01 19:02:34 +00:00
John Cortell
f001fc32d0 Fixed intermittent test failure caused by buggy test. A breakpoint hit can arrive after SyncUtil.resumeUntilStopped() returns. The test needs to call waitForBreakpointEvent() afterwards. 2010-06-01 18:44:26 +00:00
John Cortell
429c116b18 Stop trying to side-step the fact that on Windows interrupting the target can leave it suspended prematurely, only to have it suspend again when you resume it. My previous attempt worked only some of the time. Trying to close the gap would be way too messy, so just skip the "while target running" tests on Windows. 2010-06-01 18:07:55 +00:00
Vivian Kong
1dc1732f57 Bug 306627 - Fix license inconsistencies 2010-05-31 15:54:52 +00:00
Vivian Kong
36b3638d97 Bug 314212 - CDT Feature copyright dates are outdated 2010-05-31 15:15:04 +00:00
Marc Khouzam
185bf9c036 Bug 314899: Disable RunControl buttons when looking at trace frames in non-stop mode. 2010-05-29 14:51:26 +00:00
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