| 2875 |
dpurdie |
1 |
:Base ADW.HLP>main
|
|
|
2 |
:Title
|
|
|
3 |
1 Introduction
|
|
|
4 |
2 ARM Debugger for Windows or for UNIX=ARM_Debugger_for_UNIX
|
|
|
5 |
2 Getting Started=Getting_Started
|
|
|
6 |
2 ADW/ADU Terminology=ADW_Terminology
|
|
|
7 |
2 Starting the Debugger=Starting_the_Debugger
|
|
|
8 |
1 What is . . .
|
|
|
9 |
2 Angel?=What_is_Angel
|
|
|
10 |
2 a Low-level or High-level Symbol?=What_is_a_Low_level_or_High_level_Symbol
|
|
|
11 |
2 a Regular Expression?=What_is_a_Regular_Expression
|
|
|
12 |
2 ARM Code?=What_is_ARM_code
|
|
|
13 |
2 Backtrace Information?=What_is_Backtrace_Information
|
|
|
14 |
2 Disassembled Code?=What_is_Disassembly_Code_
|
|
|
15 |
2 EmbeddedICE?=What_is_EmbeddedICE
|
|
|
16 |
:Include targets.cnt
|
|
|
17 |
2 Profiling?=What_is_Profiling
|
|
|
18 |
2 the ARMulator?=What_is_the_ARMulator
|
|
|
19 |
2 the Remote Debug Interface (RDI)?=What_is_the_Remote_Debug_Interface_RDI
|
|
|
20 |
2 THUMB Code?=What_is_THUMB_code
|
|
|
21 |
2 remote_a=What_is_remote_a
|
|
|
22 |
2 remote_d=remote_d
|
|
|
23 |
1 Loading Your Program
|
|
|
24 |
2 About Loading Images=About_Loading_Images
|
|
|
25 |
2 Loading an Image=Loading_an_Image
|
|
|
26 |
2 Loading an Image's Symbols=Loading_an_Images_Symbols
|
|
|
27 |
2 Reloading the Current Image=Reloading_the_Current_Image
|
|
|
28 |
1 Running Your Program
|
|
|
29 |
2 About Running Your Program=About_Running_Your_Program
|
|
|
30 |
2 Executing an Image=Executing_an_Image
|
|
|
31 |
2 Running Execution to the Cursor=Running_Execution_to_the_Cursor
|
|
|
32 |
2 Stepping to the Next Line of Code=Stepping_to_the_Next_Line_of_Code
|
|
|
33 |
2 Stepping Out of a Function=Stepping_Out_of_a_Function
|
|
|
34 |
2 Stepping In To a Function Call=Stepping_In_To_a_Function_Call
|
|
|
35 |
2 Stopping Image Execution=Stoping_Image_Execution
|
|
|
36 |
2 Reloading the Current Image=Reloading_the_Current_Image
|
|
|
37 |
1 Breakpoints
|
|
|
38 |
2 About Breakpoints=About_Breakpoints
|
|
|
39 |
2 Displaying a List of All Breakpoints=Displaying_a_List_of_All_Breakpoints
|
|
|
40 |
2 Setting a Simple Breakpoint on a Line of Code=Settting_a_Simple_Breakpoint_on_a_Line_of_Code
|
|
|
41 |
2 Setting a Simple Breakpoint on a Function=Setting_a_Simple_Breakpoint_on_a_Function
|
|
|
42 |
2 Setting or Editing a Complex Breakpoint on a Line of Code=Setting_or_Editing_a_Complex_Breakpoint_on_a_Line_of_Code
|
|
|
43 |
2 Setting or Editing a Complex Breakpoint on a Function=Setting_or_Editing_a_Complex_Breakpoint_on_a_Function
|
|
|
44 |
2 Removing a Breakpoint=Removing_a_Breakpoint
|
|
|
45 |
2 Setting a Breakpoint on a Function in a C++ Class=Setting_a_Breakpoint_on_a_Function_in_a_C___Class
|
|
|
46 |
1 Watchpoints
|
|
|
47 |
2 About Watchpoints=About_Watchpoint
|
|
|
48 |
2 Displaying a List of All Watchpoints=Displaying_a_List_of_All_Watchpoints
|
|
|
49 |
2 Setting a Simple Watchpoint=Setting_a_Simple_Watchpoint
|
|
|
50 |
2 Setting or Editing a Complex Watchpoint=Setting_or_Editing_a_Complex_Watchpoint
|
|
|
51 |
2 Removing a Watchpoint=Removing_a_Watchpoint
|
|
|
52 |
1 Expressions, Variables and Registers
|
|
|
53 |
2 Displaying a List of Variables=Displaying_a_List_of_Variables
|
|
|
54 |
2 Displaying a List of Registers=Displaying_a_List_of_Registers
|
|
|
55 |
2 Displaying the Value of a Variable=Displaying_the_Value_of_a_Single_Variable
|
|
|
56 |
2 Displaying the Contents of a Register=Displaying_the_Contents_of_a_Single_Register
|
|
|
57 |
2 Modifying a Register's Value=Modifying_a_Registers_Value
|
|
|
58 |
2 Modifying a Variable's Value=Modifying_a_Variables_Value
|
|
|
59 |
2 Changing the Format of a Variable=Changing_the_Format_of_a_Variable
|
|
|
60 |
2 Displaying an Expression in the Watch Window=Displaying_an_Expression_in_the_Watch_Window
|
|
|
61 |
2 Recalculating Watches=Recalculate_Watches
|
|
|
62 |
2 Expression Evaluation Guidelines=Expression_Evaluation_Guidelines
|
|
|
63 |
1 Memory
|
|
|
64 |
2 Displaying a Particular Area of Memory=Displaying_a_Particular_Area_of_Memory
|
|
|
65 |
2 Displaying an Area of Memory as Disassembled Code=Displaying_an_Area_of_Memory_as_Disassembly_Code
|
|
|
66 |
2 Going to a Memory Address=Going_to_a_Memory_Address
|
|
|
67 |
2 Saving an Area of Memory to Disk=Saving_an_Area_of_Memory_to_Disk
|
|
|
68 |
2 Copying a File on Disk to Memory=Copying_a_File_on_Disk_to_Memory
|
|
|
69 |
2 Memory Map Files=Debugger_configuration_Memory_Maps
|
|
|
70 |
1 Source Files
|
|
|
71 |
2 Displaying a List of the Current Program's Source Files=Displaying_a_List_of_the_Current_Programs_Source_Files
|
|
|
72 |
2 Displaying a Source File=Displaying_a_Source_File
|
|
|
73 |
2 Displaying Source File Search Paths=Displaying_Source_File_Search_Paths
|
|
|
74 |
2 Adding a Source File Search Path=Adding_a_Source_File_Search_Path
|
|
|
75 |
2 Removing a Source File's Search Path=Removing_a_Source_Files_Search_Path
|
|
|
76 |
:Include adwmulti-ice.CNT
|
|
|
77 |
:Include piccolo.cnt
|
|
|
78 |
1 Displaying Information
|
|
|
79 |
2 Changing Display Format=Changing_Display_Format
|
|
|
80 |
2 Specifying a Disassembly Mode=Specifying_a_Disassembly_Mode
|
|
|
81 |
2 Changing the format of a variable=Changing_the_Format_of_a_Variable
|
|
|
82 |
2 Changing the default format of a variable type=To_change_default_type_format
|
|
|
83 |
2 Changing the Debugger Font=Changing_the_Debugger_Font
|
|
|
84 |
2 Displaying a List of All Breakpoints=Displaying_a_List_of_All_Breakpoints
|
|
|
85 |
2 Displaying a List of All Watchpoints=Displaying_a_List_of_All_Watchpoints
|
|
|
86 |
2 Displaying a List of Functions=Displaying_a_List_of_Functions
|
|
|
87 |
2 Displaying a List of Low-level Symbols=Displaying_a_List_of_Low_level_Symbols
|
|
|
88 |
2 Displaying a List of the Current Program's Source Files=Displaying_a_List_of_the_Current_Programs_Source_Files
|
|
|
89 |
2 Displaying a List of Registers=Displaying_a_List_of_Registers
|
|
|
90 |
2 Displaying a List of Variables=Displaying_a_List_of_Variables
|
|
|
91 |
2 Displaying a Particular Area of Memory=Displaying_a_Particular_Area_of_Memory
|
|
|
92 |
2 Displaying a Source File=Displaying_a_Source_File
|
|
|
93 |
2 Displaying an Area of Memory as Disassembly Code=Displaying_an_Area_of_Memory_as_Disassembly_Code
|
|
|
94 |
2 Displaying Backtrace Information=Displaying_Backtrace_Information
|
|
|
95 |
2 Displaying or Hiding Disassembled Code=Displaying_or_Hiding_Disassmbly_Code
|
|
|
96 |
2 Displaying Remote Debug Information=Displaying_Remote_Debug_Information
|
|
|
97 |
2 Displaying Source File Search Paths=Displaying_Source_File_Search_Paths
|
|
|
98 |
2 Displaying the Contents of a Register=Displaying_the_Contents_of_a_Single_Register
|
|
|
99 |
2 Displaying the Value of a Variable=Displaying_the_Value_of_a_Single_Variable
|
|
|
100 |
2 Displaying an Expression in the Watch Window=Displaying_an_Expression_in_the_Watch_Window
|
|
|
101 |
2 Hiding the Watch Window=Hiding_the_Watch_Window
|
|
|
102 |
2 Channel viewers
|
|
|
103 |
3 Selecting a channel viewer=Selecting_a_channel_viewer
|
|
|
104 |
3 Open channel viewer DLL dialog=Open_channel_viewer_DLL_dialog
|
|
|
105 |
1 User interface
|
|
|
106 |
2 ARM Debugger's Windows=ARM_Debugger_Windows
|
|
|
107 |
2 Window Specfic Menus=Window_Specific_Menus
|
|
|
108 |
2 ADW/ADU Toolbar=ADW_Toolbar
|
|
|
109 |
2 ADW/ADU Shortcut Keys=ADW_Shortcut_Keys
|
|
|
110 |
2 ADW/ADU Status bar=Status_bar
|
|
|
111 |
2 Menus
|
|
|
112 |
3 C++ Menu=C___Menu
|
|
|
113 |
3 Edit menu=Edit_Menu
|
|
|
114 |
3 File menu=File_Menu
|
|
|
115 |
3 Execute menu=Execute_Menu
|
|
|
116 |
3 Options menu=Options_Menu
|
|
|
117 |
3 Search menu=Search_Menu
|
|
|
118 |
3 View menu=View_Menu
|
|
|
119 |
3 Window menu=Window_Menu
|
|
|
120 |
2 Window Specific Menus
|
|
|
121 |
3 Backtrace Window Menu=Backtrace_Window_Menu
|
|
|
122 |
3 Breakpoints Window Menu=Breakpoints_Window_Menu
|
|
|
123 |
3 Console Window Menu=Console_Window_Menu
|
|
|
124 |
3 Class View Window Menu=Class_View_Window_Menu
|
|
|
125 |
3 Debugger Internals Window Menu=Debugger_Internals_Window_Menu
|
|
|
126 |
3 Disassembly Window Menu=Disassembly_Window_Menu
|
|
|
127 |
3 Execution Window Menu=Execution_Window_Menu
|
|
|
128 |
3 Expression Window Menu=Expression_Window_Menu
|
|
|
129 |
3 Locals/Globals Window Menu=Local_and_Global_Variables_Window_Menu@ADU.HLP
|
|
|
130 |
3 Low-Level Symbols Window Menu=Low_Level_Symbols_Window_Menu@ADU.HLP
|
|
|
131 |
3 Memory Window Menu=Memory_Window_Menu@ADU.HLP
|
|
|
132 |
3 RDI Log Window Menu=RDI_Log_Window_Menu@ADU.HLP
|
|
|
133 |
3 Registers Window Menu=Registers_Window_Menu@ADU.HLP
|
|
|
134 |
3 Search Paths Window Menu=Search_Paths_Window_Menu
|
|
|
135 |
3 Source File Window Menu=Source_File_Window_Menu
|
|
|
136 |
3 Source Files List Window Menu=Source_Files_List_Window_Menu
|
|
|
137 |
3 Watchpoints Window Menu=Watchpoints_Window_Menu
|
|
|
138 |
3 Watch Window Menu=Watch_Window_Menu
|
|
|
139 |
3 Function Names Window Menu=Function_Names_Window_Menu
|
|
|
140 |
2 Dialog boxes
|
|
|
141 |
3 Angel Remote Configuration Dialog=Remote_A_Configuration_dialog_box
|
|
|
142 |
3 ARMulator Configuration Dialog=ARMulator_Configuration_dialog_box
|
|
|
143 |
3 Command Line Arguments Dialog=Command_Line_Arguments_dialog_box
|
|
|
144 |
3 Debugger configuration=Debugger_Configuration
|
|
|
145 |
3 Debugger configuration - Debugger option=Debugger_Configuration_Debugger_Option
|
|
|
146 |
3 Debugger configuration - Memory Maps option=Debugger_configuration_Memory_Maps
|
|
|
147 |
3 Debugger configuration - Target option=Debugger_Configuration_target_option
|
|
|
148 |
3 Display Format Dialog=Display_Format_dialog_box
|
|
|
149 |
3 Display Format Dialog - Watch Window=Display_Format_Dialog___Watch_Window
|
|
|
150 |
3 Evaluate Expression Dialog=Evaluate_Expression_Dialog
|
|
|
151 |
3 Flash Download Dialog=Flash_Download_Dialog
|
|
|
152 |
3 Font Dialog=Font_dialog_box
|
|
|
153 |
3 GetFile Address Dialog=GetFile_Address_dialog_box
|
|
|
154 |
3 Goto Address Dialog=Goto_Address_dialog_box
|
|
|
155 |
3 Goto Source Line Dialog=Goto_Source_Line_dialog_box
|
|
|
156 |
3 Open File Dialog=Open_File_dialog_box
|
|
|
157 |
3 PutFile Start Address Dialog=PutFile_Start_Address_dialog_box
|
|
|
158 |
3 RDI Log Level Dialog=RDI_Log_Level_dialog_box
|
|
|
159 |
3 Regular Expression Search Dialog=Regular_Expression_Search_dialog_box
|
|
|
160 |
3 remote_d=remote_d
|
|
|
161 |
3 Set or Edit Breakpoint Dialog=Set_or_Edit_Breakpoint_dialog_box
|
|
|
162 |
3 Set or Edit Watchpoint Dialog=Set_or_Edit_Watchpoint_dialog_box
|
|
|
163 |
3 View Expression Dialog=View_Expression_dialog_box
|
|
|
164 |
:Include t_dialog.cnt
|
|
|
165 |
2 ADW/ADU Windows
|
|
|
166 |
3 Backtrace window=Backtrace_Window
|
|
|
167 |
3 Breakpoints window=Breakpoints_Window
|
|
|
168 |
3 Class View Window=Class_View_Window
|
|
|
169 |
3 Command window=Command_Window
|
|
|
170 |
3 Console window=Console_Window
|
|
|
171 |
3 Debugger Internals window=Debugger_Internals_Window
|
|
|
172 |
3 Disassembly window=Disassembly_Window
|
|
|
173 |
3 Execution window=Execution_Window
|
|
|
174 |
3 Expression window=Expression_Window
|
|
|
175 |
3 Functions Names window=Functions_Names_Window
|
|
|
176 |
3 Locals/Globals window=Local_and_Global_Variables_Window
|
|
|
177 |
3 Low-Level Symbols window=Low_level_Symbols_Window
|
|
|
178 |
3 Memory window=Memory_Window
|
|
|
179 |
3 Registers Window=Registers_Window
|
|
|
180 |
3 RDI Log window=RDI_Log_Window
|
|
|
181 |
3 Search Paths window=Search_Paths_Window
|
|
|
182 |
3 Source Files List window=Source_Files_List_Window
|
|
|
183 |
3 Source File window=Source_File_Window
|
|
|
184 |
3 Watch Window=Watch_Window
|
|
|
185 |
3 Watchpoints window=Watchpoints_Window
|
|
|
186 |
1 ADW/ADU Configuration and Preferences
|
|
|
187 |
2 Debugger configuration - Target option=Debugger_Configuration_target_option
|
|
|
188 |
2 Debugger configuration - Memory Maps option=Debugger_configuration_Memory_Maps
|
|
|
189 |
2 Debugger configuration - Debugger option=Debugger_Configuration_Debugger_Option
|
|
|
190 |
2 Changing the debugger font=Changing_the_Debugger_Font
|
|
|
191 |
2 EmbeddedICE configuration=EmbeddedICE_dialog_Box
|
|
|
192 |
2 Angel Remote configuration dialog=Remote_A_Configuration_dialog_box
|
|
|
193 |
2 ARMulator configuration=ARMulator_Configuration_dialog_box
|
|
|
194 |
:Include t_dialog.cnt
|