mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-05 16:15:25 +02:00
76 lines
No EOL
2.7 KiB
XML
76 lines
No EOL
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?NLS TYPE="org.eclipse.help.contexts"?>
|
|
<!--
|
|
******************************************************************
|
|
** (C) COPYRIGHT International Business Machines Corp. 2001,2003
|
|
** All Rights Reserved * Licensed Materials - Property of IBM
|
|
******************************************************************
|
|
-->
|
|
<!DOCTYPE contexts [
|
|
<!ENTITY defaultCSHelp "Default Context Sensitive Help">
|
|
<!ENTITY registersView "Registers view">
|
|
<!ENTITY registersViewPrefs "Registers view preferences">
|
|
<!ENTITY memoryView "Memory view">
|
|
<!ENTITY memoryViewPrefs "Memory view preferences">
|
|
<!ENTITY sharedLibsView "Shared Libraries view">
|
|
<!ENTITY sharedLibsViewPrefs "Shared Libraries view preferences">
|
|
<!ENTITY signalsView "Signals view">
|
|
<!ENTITY debugPrefs "Debug preferences">
|
|
]>
|
|
<contexts>
|
|
|
|
<context id ="default_cs_help">
|
|
<description>Click below to see help.</description>
|
|
<topic href="default_cs_help.htm"
|
|
label="&defaultCSHelp;"/>
|
|
</context>
|
|
|
|
<context id ="registers_view_context">
|
|
<description>The registers view displays the register values of a selected stack frame. </description>
|
|
<topic href="reference/cdt_u_registersview.htm"
|
|
label="®istersView;"/>
|
|
</context>
|
|
|
|
<context id ="registers_preference_page_context">
|
|
<description>Change the color in which register values are displayed. </description>
|
|
<topic href="reference/cdt_u_reg_view_pref.htm"
|
|
label="®istersViewPrefs;"/>
|
|
</context>
|
|
|
|
<context id ="memory_view_context">
|
|
<description>The memory view displays process memory. </description>
|
|
<topic href="reference/cdt_u_memoryview.htm"
|
|
label="&memoryView;"/>
|
|
</context>
|
|
|
|
<context id ="memory_preference_page_context">
|
|
<description>Click below to see help</description>
|
|
<topic href="reference/cdt_u_mem_view_pref.htm"
|
|
label="&memoryViewPrefs;"/>
|
|
</context>
|
|
|
|
<context id ="shared_libraries_view_context">
|
|
<description>Click below to see help</description>
|
|
<topic href="reference/cdt_u_shared_lib_view.htm"
|
|
label="&sharedLibsView;"/>
|
|
</context>
|
|
|
|
<context id ="shared_libraries_preference_page_context">
|
|
<description>Set the refresh preference for the Shared Libraries view. </description>
|
|
<topic href="reference/cdt_u_shared_lib_view_pref.htm"
|
|
label="&sharedLibsViewPrefs;"/>
|
|
</context>
|
|
|
|
<context id ="signals_view_context">
|
|
<description>Click below to see help</description>
|
|
<topic href="reference/cdt_u_signals_view.htm"
|
|
label="&signalsView;"/>
|
|
</context>
|
|
|
|
<context id ="c_debug_preference_page_context">
|
|
<description>View information about your program as you debug. </description>
|
|
<topic href="reference/cdt_u_dbg_pref.htm"
|
|
label="&debugPrefs;"/>
|
|
</context>
|
|
|
|
</contexts> |