2009-04-24 06:05:28 +00:00
|
|
|
<!--
|
|
|
|
# Copyright (c) 2009 Wind River Systems, Inc. and others.
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Ted R Williams (Wind River) - initial implementation
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
2009-03-13 18:54:20 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.0"?>
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.ui.views">
|
|
|
|
<view
|
|
|
|
name="Memory Browser"
|
|
|
|
icon="icons/memorybrowser_view.gif"
|
|
|
|
category="org.eclipse.debug.ui"
|
2009-03-13 19:51:47 +00:00
|
|
|
class="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"
|
|
|
|
id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser">
|
2009-03-13 18:54:20 +00:00
|
|
|
</view>
|
|
|
|
</extension>
|
2009-04-24 05:58:07 +00:00
|
|
|
<extension point="org.eclipse.ui.perspectiveExtensions">
|
|
|
|
<perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
|
|
|
|
<view id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"
|
|
|
|
relationship="stack" relative="org.eclipse.ui.console.ConsoleView" visible="false">
|
|
|
|
</view>
|
|
|
|
<viewShortcut id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"/>
|
|
|
|
</perspectiveExtension>
|
|
|
|
</extension>
|
2009-03-13 18:54:20 +00:00
|
|
|
|
|
|
|
</plugin>
|