1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

[273505] Add memory browser to the debug perspective

This commit is contained in:
Ted Williams 2009-04-24 06:05:28 +00:00
parent 2f38e62dba
commit 46493bb280
2 changed files with 24 additions and 6 deletions

View file

@ -1,3 +1,15 @@
################################################################################
# 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
+################################################################################
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = plugin.xml,\ bin.includes = plugin.xml,\

View file

@ -1,3 +1,15 @@
<!--
# 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
-->
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?> <?eclipse version="3.0"?>
<plugin> <plugin>
@ -12,12 +24,6 @@
id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"> id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser">
</view> </view>
</extension> </extension>
<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts.xml">
</contexts>
</extension>
<extension point="org.eclipse.ui.perspectiveExtensions"> <extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective"> <perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
<view id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser" <view id="org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser"