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

470 commits

Author SHA1 Message Date
Marc Khouzam
6559679143 Bug 320277: More JUnit test to make sure we properly view variables of base class in derived class 2010-09-09 20:34:31 +00:00
Marc Khouzam
266da3242a Bug 316060: DSF-gdb freezes application while stepping through optimized code 2010-09-09 13:20:09 +00:00
Marc Khouzam
ffd8caf56d Bug 320277: JUnit test to make sure we properly view variables of base class in derived class 2010-09-09 12:34:11 +00:00
Marc Khouzam
12d6c482ed It makes more sense to run the most recent GDB versions first. 2010-09-03 15:11:14 +00:00
Marc Khouzam
e1d34d2d31 Bug 248595: Use the "set breakpoint pending on" command to make breakpoints/tracepoints set in the gdb console, or using a CLI command, still be pending if needed. 2010-09-02 12:34:31 +00:00
Marc Khouzam
ca255eb6e6 Bug 321084: Create a new ReflectionSequence and have FinalLaunchSequence use it. The goal to to make FinalLaunchSequence easier to extend. 2010-08-31 15:18:45 +00:00
Marc Khouzam
358955dd13 Bug 323996: Avoid potential NPE 2010-08-30 17:07:50 +00:00
Marc Khouzam
fa9a41f13a Bug 322658: Support for new GDB MI command -data-read-memory-bytes. It is already supported in GDB HEAD and will be officialy available with GDB 7.3 2010-08-27 14:01:11 +00:00
Marc Khouzam
0560c34482 Bug 323755: Rename properties file so they can match and be found. 2010-08-26 20:23:35 +00:00
Marc Khouzam
0070cb3914 Bug 248595: Add support pending breakpoints introduced in GDB 6.8. This allows to set breakpoints in dlls before they are loaded. Note that the installation marker does not get updated after the breakoint is first set. 2010-08-26 17:58:47 +00:00
James Blackburn
5294511318 Bug 317796 - Build before launch should be cleverer about which configuration is built.
Add option to LaunchConfig Main Tab to automatically choose a build configuration appropriate to the binary being debugged.
2010-08-26 15:36:21 +00:00
Marc Khouzam
45540144be Bug 323466: Allow for dynamic variables in gdb patch within the launch. 2010-08-26 09:47:43 +00:00
Marc Khouzam
25e014ce24 Bug 323636: The thread value was getting overwritten if the disabled flag was also used. 2010-08-25 16:55:00 +00:00
Marc Khouzam
376f1cb9c1 Bug 323276: We were using the wrong context when clearing the cache for the "Force thread list update" feature, with GDB 7.0 or later 2010-08-20 18:01:44 +00:00
Marc Khouzam
ace155deba Bug 315796: Support for GDB 7.2 where the MI event "=thread-group-created" has been replaced with "=thread-group-started". We need to keep both to support older GDBs. 2010-08-17 13:56:44 +00:00
Marc Khouzam
1b4cb4d213 Bug 237306: Added -add-inferior and -remove-inferior commands 2010-08-12 20:16:26 +00:00
Marc Khouzam
91ca9b78d5 Copyright date had been removed 2010-08-12 19:55:15 +00:00
Marc Khouzam
4fa5682c4d Removed un-used API filters. 2010-08-04 15:29:52 +00:00
Marc Khouzam
0db4efab5f Old comment that is no longer valid. 2010-08-02 01:06:06 +00:00
Marc Khouzam
98a2fb076f Bug 317325: @since tags change for new 4.0 version 2010-07-30 20:08:29 +00:00
Marc Khouzam
2d499636f4 Bug 318230: Show cores and user name when listing processes to attach too. 2010-07-30 17:45:41 +00:00
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