Target menu (debugger)
|
Menu Item
|
Meaning
|
Connect to Target...
|
Opens a dialog box to let you specify the target to connect and the corresponding parameters.
|
Disconnect from Target...
|
Disconnects from the current remote target debug server.
|
Show Target Windows
|
Displays remote target windows. These windows normally appear upon connecting to the debugger server. They may be closed without disconnecting from the debug server, in which case this option will make them reappear.
|
1,2,3,4
|
List the most recently connected debug servers. To connect to any of them, click it.
|
Load Program
|
The Load Program sub-menu. See "Target > Load Program sub-menu" below. Loads the debugged program into the target system's memory.
|
Refresh Section...
|
Reloads the specified section of the current program: text, data, or all into the target system's memory.
|
IO Buffering
|
Toggles buffering for the remote I/O window.
|
Memory Manipulation
|
The Memory Manipulation sub-menu. See "Memory Manipulation sub-menu" below.
|
Memory Manipulation sub-menu
|
Menu Item
|
Meaning
|
Copy...
|
Copies memory. The copy continues for the specified number of sections of memory chunks. You can copy memory backwards or forwards.
|
Fill...
|
Fills the given sections of memory with the given value.
|
Find...
|
Finds a value in memory. The search continues for the specified number of sections of memory. Each memory value is bitwise AND'ed with the mask before compared.
|
Compare...
|
Compares memory. Specify the two starting memory locations to compare, and the number of sections and chunks of memory to compare. You can also specify the comparison operation: ==, >, >=, <, <=, !=.
|
Memory Load...
|
Copies a section of memory from specified file.
|
Memory Dump...
|
Dumps a section of memory to specified file.
|