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

20345 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
Mathias Kunter
baeccceba6 Bug 370462 - Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences 2012-03-07 09:33:31 -05:00
Marc-Andre Laperle
0a9a95adcd Bug 368419 - FP in members not initialized in constructor 2012-03-07 01:33:16 -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
Mathias Kunter
2cfe871ac8 Bug 370462: Update of screenshot of Debug preference page. 2012-03-06 10:10:09 -05:00
Marc Khouzam
f4385f2fd6 Bug 370462: Revert FormattedValueVMUtil to remove previous contribution as it didn't solve the problem. 2012-03-06 09:23:39 -05:00
Mathias Kunter
cd1de04157 Bug 370462: Improving the debug preferences. Better handling of octal addresses. 2012-03-06 09:23:36 -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
Sergey Prigogin
f360d64c77 Few formatting fixes. 2012-03-05 18:52:58 -08:00
Sergey Prigogin
a88fc6d3b5 Cosmetics. 2012-03-05 18:50:21 -08:00
Sergey Prigogin
e83675fdce Temporarily restored compatibility with Eclipse 3.7. 2012-03-05 16:13:32 -08:00
Sergey Prigogin
79dc53a60d Minor bug fix. 2012-03-05 16:13:24 -08:00
Doug Schaefer
3a1214c27a Turn off the lrparser and xlc tests until they're fixed. 2012-03-05 16:26:03 -05:00
William R. Swanson
38289ccdd0 Bug 373138: Add new text-selection visualizer example.
- visualizer/org.eclipse.cdt.visualizer.ui
  - src/org/eclipse/cdt/visualizer/ui/util/ScrollPanel.java
    - add ScrollPanel UI class

- visualizer/org.eclipse.cdt.visualizer.examples

  - src/org/eclipse/cdt/visualizer/examples/
    - VisualizerExamplesPlugin.java
      - add UIResourceManager instance to plugin

  - src/org/eclipse/cdt/visualizer/examples/sourcegraph/
    - SourceGraphVisualizer.java
      - visualizer implementation

    - SourceGraphControl.java
      - graphic visualization control
        (displayed in ScrollPanel by SourceGraphVisualizer)

  - plugin.xml
    - add extension point declaration for new visualizer example

  - resources/messages.properties
    - add string resource file

  - .classpath
    - add "resources/" directory as a source path

  - META-INF/MANIFEST.MF
    - add a couple plugin dependencies
2012-03-05 15:47:39 -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-Andre Laperle
e912eb6f32 Bug 372009 - Wrong class name in NonVirtualDestructor warning 2012-03-05 01:31:48 -05:00
Sergey Prigogin
4af78ed0b2 Revert "Temporarily restored compatibility with Eclipse 3.7." 2012-03-03 21:33:53 -08:00
Sergey Prigogin
1392741dce Missing piece of the previous commit. 2012-03-03 19:17:13 -08:00
Sergey Prigogin
17b63147ee Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 19:14:26 -08:00
Sergey Prigogin
243e76fb58 Code cleanup. 2012-03-03 19:13:25 -08:00
Sergey Prigogin
2161ef0cc6 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit f4adb1cc10.
2012-03-03 18:59:09 -08:00
Sergey Prigogin
f4adb1cc10 Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 18:55:43 -08:00
Sergey Prigogin
ba686ec199 Cosmetics. 2012-03-03 18:26:46 -08:00
Sergey Prigogin
78ec6b8ebe Added missing initialization of fExtraSpaces. 2012-03-03 17:54:00 -08:00
Sergey Prigogin
d0eed235bc Cosmetics. 2012-03-03 17:51:48 -08:00
Sergey Prigogin
304ce2dac3 Code simplification. 2012-03-02 19:24:51 -08:00
Sergey Prigogin
b921093240 Bug 373034 - Code formatter produces invalid indentation. 2012-03-02 18:53:26 -08:00
Sergey Prigogin
8b98a1e93e Cosmetics. 2012-03-02 18:47:09 -08:00
Sergey Prigogin
aceb2222db Fixed tests broken due to enablement of folding in C editor. 2012-03-02 18:43:08 -08: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
Michael Lindo
1b1c505fd9 Bug 370762 - Adding support for Remote Semantic Highlighting in the
Remote C/C++ Editor - more changes from Mike
2012-03-02 12:35:39 -05:00
Marc Khouzam
a4153db426 Bug 372797: Update based on comments. 2012-03-02 10:47:06 -05:00
Sergey Prigogin
f85b0e8f4c Remove @noreference from getResourceProfileWorkingCopy since it's used
externally.
2012-03-01 16:18:31 -08:00
Sergey Prigogin
9fa581109a Fixed compiler warnings. 2012-03-01 16:18:19 -08:00
Alex Ruiz
92bd2aa4cc Bug 373029 - Fixes to inconsistencies in Codan preference page. 2012-03-01 16:17:53 -08:00
Mikhail Khodjaiants
fb808b7db2 Bug 372795 - Refactor common code in GDBControl* classes
Fixed API compatibility issues.
2012-03-01 16:53:15 -05:00
Michael Lindo
dddeb4dbcc Bug 372899 - A few changes needed to CEditor in order to implement
remote code folding in the Remote C Editor in ptp
2012-03-01 16:34:21 -05:00
Vivian Kong
9ecb8e0c6e Bug 372675 - Change CModelManager.getElementsOutOfSynchWithBuffers() to
public
2012-03-01 15:54:22 -05:00
Sergey Prigogin
a50409bd7c Enabled folding by default but reduced its aggressivity. 2012-02-29 16:43:41 -08:00
sprigogin
5337c7707b Cosmetics. 2012-02-29 16:37:20 -08: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
7d58e68849 Bug 372797: Adding about.html file 2012-02-29 11:07:27 -05:00
Marc Khouzam
57ef7fb851 Support for multiple selections. Factored into a ProblemVisualizer package. 2012-02-29 11:07:25 -05:00