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

274 commits

Author SHA1 Message Date
Marc Khouzam
266da3242a Bug 316060: DSF-gdb freezes application while stepping through optimized code 2010-09-09 13:20:09 +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
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
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
400c8eb42c Bug 318642: Make GDBLaunchDelegate easier to override with respect to non-stop 2010-07-09 12:07:33 +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
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
1ddf51d577 Removed hardcoded bundle names. 2010-06-21 00:35:25 +00:00
Marc Khouzam
2c31af1afe Bug 314447: Missing rm.done() 2010-06-17 15:50:35 +00:00
Vivian Kong
70237c3d81 Bug 315439 Fix up copyright 2010-06-03 00:12:05 +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
69444100a5 Bug 314628: Always restore the target state even if a failure has happened. 2010-05-28 18:48:01 +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
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
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
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