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

482 commits

Author SHA1 Message Date
Pawel Piech
8c69e98515 Bug 293109 - [debug view][view model] Terminate and Relaunch action not working. 2010-10-08 18:15:45 +00:00
Marc Khouzam
2aed0a778f Bug 317500: Dissociates the groupId from the pId, since stating with GDB 7.2, the two ids are no longer the same. 2010-10-04 01:59:32 +00:00
Marc Khouzam
a0c59da5c4 Some tests got commented out by mistake. 2010-10-01 02:21:34 +00:00
Marc Khouzam
a1a288b3fc Timeout of 10 seconds should be waiting for the suspended event. 2010-10-01 02:20:26 +00:00
Anton Leherbauer
ef4a1226fe Bug 325277 - [disassembly] add IInstruction#getSize() to fill single-instruction gaps, allow large pseudo-mnemonics 2010-09-29 11:01:49 +00:00
John Cortell
6583f63849 Bug 196154: "Run to Line" command fails with native windows paths 2010-09-28 14:27:53 +00:00
Marc Khouzam
f9418dae7d Bug 326137: Missing @since tag 2010-09-27 17:58:30 +00:00
John Cortell
f38c9abf74 Bug 196154: "Run to Line" command fails with native windows paths 2010-09-27 16:21:33 +00:00
John Cortell
3bbf54e9da Bug 326137: Allow DSF-GDB attach session to work without a project or binary (add missing @since in new constructor) 2010-09-27 15:10:04 +00:00
Marc Khouzam
dc6f09e404 Bug 315796: Use proper "7.2" version string for GDB 7.2 2010-09-27 01:13:38 +00:00
Marc Khouzam
9ebb65f407 Bug 326137: Allow DSF-GDB attach session to work without a project or binary. 2010-09-27 00:45:05 +00:00
Marc Khouzam
ce50ee07e2 Bug 321692: Remove dependencies to plugins from features 2010-09-20 09:05:59 +00:00
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