Sergey Prigogin
|
0a51630f81
|
Bug 120162 - Allow to specify the default version of gdb. Patch by Marc-Andre Laperle.
|
2010-11-21 18:25:40 +00:00 |
|
Marc Khouzam
|
6ae45784a5
|
Bug 330289: [variables] Race condition when updating a variable object
|
2010-11-17 21:29:08 +00:00 |
|
Marc Khouzam
|
b5c0570748
|
Bug 302121: Cleanup to make code clearer
|
2010-11-15 19:13:19 +00:00 |
|
Marc Khouzam
|
2e2e49d1a3
|
Bug 328573: Variables view has problems with duplicate debug info for local variable
|
2010-11-12 20:44:11 +00:00 |
|
Marc Khouzam
|
d0907f8bec
|
Bug 311958: Assertion hits because of delayed task. So, cancel all delayed task after shutting down the exutor.
|
2010-11-12 14:07:27 +00:00 |
|
Marc Khouzam
|
78f40855d0
|
Bug 329868 - Make TCP the default protocol when populating a remote launch tab.
|
2010-11-10 03:05:05 +00:00 |
|
Marc Khouzam
|
c757ba1fcb
|
Bug 326660: Adapt the new Debug Hover to support Pretty Printed objects
|
2010-11-10 02:28:42 +00:00 |
|
Marc Khouzam
|
1ffc84fb58
|
Bug 302121: Fully support gdb pretty printers
|
2010-11-05 01:28:52 +00:00 |
|
Vivian Kong
|
99c76ff666
|
Bug 328403 Update CDT feature/plugin versions for Indigo release
|
2010-10-21 20:05:18 +00:00 |
|
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 |
|