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

813 commits

Author SHA1 Message Date
William R. Swanson
26af0a8189 Bug 373376: remove Debug View listener in visualizer's dispose method 2012-03-07 10:54:08 -05:00
Raphael Zulliger
9634e0c57f Bug 369622 - Move to line fails using MinGW GDB 2012-03-06 12:47:45 -05:00
William R. Swanson
406cabd6e7 Bug 373376: Multicore Visualizer should detect Debug View model changes
and update accordingly

- dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/
  - src/org/eclipse/cdt/dsf/gdb/multicorevisualizer/internal/ui/view/
    - MulticoreVisualizer.java
      - attach a model changed listener to Debug View's tree view
2012-03-06 10:38:34 -05:00
Marc Khouzam
49c5be791f Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences. Update to number format changes to avoid API breakage. 2012-03-06 09:23:34 -05:00
Marc Khouzam
23a8adbdb7 Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences. Update to DSF-GDB to avoid API change. 2012-03-06 09:23:30 -05:00
Mathias Kunter
c61ae8a137 Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences 2012-03-06 09:23:28 -05:00
Marc Khouzam
fdd2d8570d Bug 307311: Add back method to MIConst to avoid breaking API, use a map for the special characters and unicode codepoints, add more JUnit tests, add the JUnit tests to the Sessionless suite. 2012-03-06 09:23:24 -05:00
Mathias Kunter
a974434ec3 Bug 307311: Incorrect string display when using non-ASCII characters 2012-03-06 09:23:21 -05:00
Marc Khouzam
2fb4b4feef Bug 350837: Need an interface to access the GDB error stream. 2012-03-05 08:05:07 -05:00
Marc Khouzam
39d3edc175 Bug 371198: Fixes for intermittent test failures. 2012-03-02 14:49:51 -05:00
Marc Khouzam
b971029699 Bug 371198 - Fix a couple of stopAtMain test cases. 2012-03-02 13:49:39 -05:00
Mikhail Khodjaiants
fb808b7db2 Bug 372795 - Refactor common code in GDBControl* classes
Fixed API compatibility issues.
2012-03-01 16:53:15 -05:00
Mikhail Khodjaiants
84e82daec5 Bug 372795 - Refactor common code in GDBControl* classes 2012-02-29 14:51:28 -05:00
Marc Khouzam
35530262d8 Bug 371198: Restart is not supported in a remote debug session. 2012-02-29 12:17:47 -05:00
Marc Khouzam
b00b128972 Bug 362039: New postmortem JUnit tests 2012-02-17 09:45:42 -05:00
Marc Khouzam
437d707cd9 Bug 362039: Default directory for "post mortem" debug, as well as handling the use of variables in core/trace file specification. 2012-02-17 09:45:39 -05:00
Marc Khouzam
57813d4bd5 Rename "CDT Multicore Visualizer" feature to "C/C++ Multicore
Visualizer"
2012-02-11 17:27:53 -05:00
Marc-Andre Laperle
ddab4b3f49 Fix gnu.multicorevisualizer's artifactId 2012-02-10 19:37:14 -05:00
William R. Swanson
093697a016 Bug 335027: Visualizer View feature. Initial contribution. 2012-02-10 13:12:15 -05:00
Marc Khouzam
7f07eb597c Bug 346789: fix startup sequence for remote JUnits tests 2012-02-09 15:48:48 -05:00
Marc Khouzam
4fc4a8bc3b Bug 210366: Use the process factory so also create the gdb process. 2012-02-06 10:22:14 -05:00
Anton Gorenkov
ddb64447b2 Bug 210366: Use a process factory so as to allow others to override. 2012-02-06 09:44:13 -05:00
Marc-Andre Laperle
a4538dbc3a Increment versions so that they are >= Indigo SR2 2012-02-05 15:35:26 -05:00
Marc Khouzam
d2ba7a5b34 Bug 370375: [attach] List of processes returned by GDB 7.4 is not parsed properly 2012-02-02 14:16:14 -05:00
Marc Khouzam
ce342ee755 Bug 370376: [remote] Remote non-attach should not have a console for the inferior 2012-02-02 06:14:56 -05:00
Marc Khouzam
f13bdf3b33 Bug 368597: Although we don't complete the launch, we still need to shutdown the DSF session as it was started already. 2012-01-27 13:33:35 -05:00
Marc Khouzam
1928101334 Fix of indentation. 2012-01-27 11:45:07 -05:00
Marc Khouzam
55e8d9f684 Bug 368597: [remote debug] if gdbserver fails to launch on target, launch doesn't get terminated 2012-01-27 11:45:03 -05:00
Marc Khouzam
45878bd81a Bug 369814: [junit] Tracepoint unit tests fail with GDB 7.4 2012-01-26 22:01:13 -05:00
Marc Khouzam
bb313cb149 Need to wait for a IBreakpointHit event instead of an ISuspended event. This is for remote tests where we get an ISuspended event when we first connect to gdbserver, but we really need the IBreakpointHit event of when we hit the breakpoint at main() 2012-01-26 22:01:09 -05:00
Marc Khouzam
ad2208cc77 Bug 365541: Extra JUnit tests for partitions. Also, don't look for all the children of array_foo as it requires over 14000 MI commands, and makes the test take over 30 seconds. 2012-01-26 14:22:22 -05:00
Marc Khouzam
5f44a306c2 Bug 365541: Cleanup IndexedPartitionDMC.toString() 2012-01-26 13:52:33 -05:00
Mikhail Khodjaiants
15ab0165f1 Bug 365541 - View an array variable whose length is very long (such as
10000) in the editor or Variable View, will cause the interface to die.
2012-01-26 11:59:27 -05:00
Marc Khouzam
e8a9e67b8c Bug 369583: [junit] Sessionless tests fail with NPE 2012-01-24 21:53:30 -05:00
Marc Khouzam
b9a036ecda Bug 369569: With GDB 7.4, breakpoints on invalid lines succeed as pending breakpoints 2012-01-24 14:43:55 -05:00
Marc Khouzam
6733c8df42 Bug 369569: Need JUnit tests for GDB 7.4 2012-01-24 14:11:48 -05:00
Harish Dewan
7dcb19c4c1 Bug 369377: Output for command -data-read-memory should include value of 'nr-bytes' field 2012-01-24 09:23:38 -05:00
Marc Khouzam
50640df3c0 Bug 369168: threadOSId is not extracted for non-pthread programs 2012-01-19 22:13:36 -05:00
Marc Khouzam
2bafef2e42 Code cleanup, mostly about missing @Override 2012-01-17 09:42:18 -05:00
Marc Khouzam
f6d3c6295b Bug 367788: Use the new 'set python print-stack' command. 2012-01-05 22:31:26 -05:00
Marc Khouzam
c42d3a5587 Bug 317173: Fix more new warnings of missing @Override now that we use java 6 2012-01-03 21:56:43 -05:00
Marc Khouzam
c42f98e333 Bug 367788: maint set python print-stack has been removed from GDB 7.4 2012-01-03 16:07:32 -05:00
Marc Khouzam
f8f7295cf1 Bug 317173: Fix new warnings of missing @Override now that we use java 6, in org.eclipse.cdt.dsf.gdb.ui 2011-12-23 15:35:46 -05:00
Marc Khouzam
b549d4759d Bug 317173: Fix new warnings of missing @Override now that we use java 6, in org.eclipse.cdt.dsf.gdb 2011-12-23 15:35:42 -05:00
Marc Khouzam
5c70f146df Bug 365471: Explicitly set 'target-async off' 2011-12-23 09:49:51 -05:00
Marc Khouzam
fb16cb0561 Bug 365966: Change all of DSF-GDB to use the new Immediate*RequestMonitor classes. Not a necessary change, but it makes the code easier to read, and validates the new classes. 2011-12-12 11:28:16 -05:00
Vladimir Prus
09874c7c09 Bug 362274: Use "Step" reason after 'step return' operation 2011-11-02 10:36:49 -04:00
John Dallaway
e03958b6ad Bug 341762: MIDataReadMemory problem when word_size != 1 2011-10-26 16:15:43 -04:00
Marc Khouzam
e4aed35b52 Bug 362105: Cancelling a launch during the prompt for the corefile gives an error 2011-10-26 15:24:49 -04:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00