SourcePoint AMD Help

Table of Contents

Options Menu - Preferences Menu Item

To set, change, or modify SourcePoint preferences, select Options|Preferences on the menu bar. The Preferences dialog box displays with the following tabs displayed: General, Emulator, Breakpoints, Code, Memory, Program, and Colors.

To go directly to a tab, click on the link below.

General tab

Emulator tab

Breakpoints tab

Code tab

Memory tab

Program tab

Colors tab

General Tab

The section under the General tab contains options that apply to all of SourcePoint.

General tab under Options|Preferences

ย 

Load last project on startup. This option determines whether the project you worked on last is automatically loaded again at startup. By default, the option is enabled.

Prompt before automatically saving project. ย When enabled, SourcePoint checks if any key configuration settings have changed prior to writing these settings to the project file. ย If there are changes, SourcePoint will display a dialog, and prompt the user whether these changes should be saved. ย The default for this option is enabled.

Save project on exit. This option determines whether or not to save all settings when SourcePoint terminates. By default, it is enabled.

CAUTION: If you have disabled Save Project on Exit and you wish to retain the data and settings in a currently active window or window group, you must save the Project ("prj") file before exiting SourcePoint. Select File|Save Project on the menu bar to save the file using the current name and location, or File|Save Project As to save it as another file name or location.ย 

Show advanced configuration settings. ย When enabled, all configuration options are displayed including seldom-used advanced options. ย When disabled, only the most common configuration settings are displayed. ย The default for this option is enabled.

Settings affected include emulator configuration settings, memory map settings, certain trace configuration settings, and processor control mask settings in the Viewpoint view. ย 

The Advanced control variable can be used to change this setting from the Command window.

Show Tooltips. This option enables flyover help in the Code, Trace and Memory windows and is enabled by default.

Timed window refresh. When this option is enabled, all windows are refreshed every n seconds. In the Interval text box, you can specify values between 1-999 seconds. The default value is 10 seconds.

Emulator Tab

The Emulator tab offers three options: Restore processor breaks on reset and Branch Trace Messages always enabled.

Emulator tab under Options|Preferences

Restore hardware breaks on reset. Select this option to restore, upon target reset, the hardware breakpoints and then start the processor. Clearing this option results in a loss of all hardware breakpoints if a target reset occurs while the processor is running.

ย 

Note: A break on a reset breakpoint performs a similar function, stopping the processor upon reset and restoring its breakpoints when started. However, it does not automatically restart the processor.

Multicluster support enabled. Put a check mark beside this option if you want to enable multicluster support.

Breakpoints Tab

The Breakpoints tab displays settings related to breakpoints.

Breakpoints tab under Options|Preferences

Warn on address translation failure. When this option is enabled, a warning message is displayed whenever a breakpoint address cannot be translated.

Warn on soft breaks and page translations. The use of soft breaks in a system with Page Translation enabled is not guaranteed to work. Prior to starting the processor, SourcePoint writes any soft breaks into target memory. When Page Translation is enabled, the page containing the soft break may get swapped out and then back in, thus losing the soft break. When this option is selected, a warning message is displayed whenever the processor is started, at least one soft break has been set, and the processor has Page Translation enabled.

Break on user code debug register write. ย When this option is enabled, SourcePoint will stop execution whenever user code attempts to modify a processor debug register. ย This prevents conflicts between user code and SourcePoint use of these registers to implement Hardware breakpoints

Address translation defaults section. There are two types of breakpoint address translation options: Translate virtuals and Translate linears. You can choose Once, where the breakpoint address is translated immediately using the current processor context, or Every Go, where the address is re-translated every time the processor is started. By default, SourcePoint translates virtual and linear addresses once. This Address translation defaults section allows these defaults to be overridden. In addition, individual breakpoints can have their translation types changed from within the Breakpoints window.

Code breakpoint type default. ย The default is Auto. When Auto is selected, for a breakpoint explicitly set in code (such as through the Code window), a software breakpoint is used if one is available; otherwise, a processor breakpoint is used if one is available. For temporary breakpoints implicitly set in code (as on a go til address or source level step), a processor breakpoint is used if one is available; otherwise, a software breakpoint is used if one is available. Selecting the Processor option specifies the setting of only processor breakpoints. ย Selecting the Processor option specifies the setting of only processor breakpoints. When using a processor breakpoint type, you can only set two breakpoints. Where appropriate, however, you may wish to set the Software option as your default since you can set unlimited software breakpoints. Note that when the target is running in Monitor mode, software breakpoints are not available. For all cases, when no resources are available to set a breakpoint, an error message results.

Hardware breakpoint processor default. These controls are only visible when connected to a multiprocessor, homogeneous target (all processors are of the same type). When All processors is selected, setting a hardware breakpoint in SourcePoint will cause the breakpoint to be set on every processor. When Current viewpoint is selected, setting a hardware breakpoint in SourcePoint will cause the breakpoint to be set on a single processor. The All processors setting is useful for symmetric multiprocessing environments, where code with the breakpoint set could be dispatched on a different processor at a later time.

Code Tab

The section under the Code tab contains options that apply to the Code window.

Code tab under Options|Preferences (multi-processor target)

Guarantee a tracking window on target stop. If this option is enabled, every time the target system stops, SourcePoint guarantees that a tracking Code window opens for the focus processor. SourcePoint may reuse either an existing Code window or create a new one. This is the default behavior.

Reuse code windows when possible. If this option is enabled, SourcePoint attempts to reuse existing Code windows rather than create new ones. This applies to Code windows that may be generated by the following: Open Code Window from the context menu of the Symbols, Trace, or Breakpoints windows, or by Guarantee a tracking window on target stop, the option described just above. This option is enabled by default.

Display Defaults. There are a number of options you can set in this field. ย They are described briefly below.

  • Preferred mode. Choices are Disassembly, Mixed, and Source.

  • Line highlights. Options are Group, Current IP, and None.

  • Disassembly case. Options are Mixed, Upper, and Lower.

  • Radix. Options are Hexadecimal, Octal, Decimal.

  • Radix indicators. Options are Prefix, Suffix, None.

  • Tab spacing. Allows you to modify tab spacing in the Code window.

  • Line number/address. Displays line number and/or address of code.

  • Code bytes. Display raw data values of code.

  • Symbols. Display symbols, also known as labels.

  • Pseudo-Ops. Pseudo-Ops are mnemonics such as register or instruction names.

  • Annotation. Enables display of source code comments. All annotated lines have a line of underscores before and after the annotated text.

Default viewpoint. Lets you choose the default processor you want to track. This option displays only when you are connected to a multi-processor system.

Memory Tab

The Memory tab provides default display options for the Memory window.

Memory tab under Options|Preferences

Preferred display unit. Determines the default units for display of memory data (8-, 16-, 32-, or 64-bit).

Display unit defaults section. This section allows you to set the preferences for each Display mode. The options for each are for the Radix (hex, sign, unsign), Display width (in bytes) and ASCII/No ASCII.

Default viewpoint. Lets you display the default viewpoint you want to track if you are in a multi-processor configuration. In a single processor configuration, the default is Track Viewpoint.

Reuse memory windows when possible. If this option is enabled, SourcePoint attempts to reuse existing Memory windows rather than create new ones. This applies to Memory windows that may be opened from he context menus of the Symbols, Trace, or Breakpoints windows.

Program Tab

The Program tab offers options that control the display of code (source and disassembly), including source code type and view, demangling of symbol names, and program caching.

Program tab under Options|Preferences

Note: Many of the options in this dialog box do not take effect until you have reloaded the symbols portion of the file. To do this, select File|Reload Program. In the lower right quadrant of the dialog box is the option Symbols only. ย Enable the check box and click on the Load button to reload the symbols with the new setting in effect. ย 

Source code section. For correct symbol analysis, SourcePoint needs to know the language in which the source code has been written. This usually can be determined automatically, but you may want to specify the language. This field offers three options: Autodetect, C, or C++. The default setting is Autodetect. ย However, you may specify whether you want to view your symbols as if the source code was C or C++ . This may be useful, say, if your source code was written in C but compiled using a C++ compiler.

C++ symbol name demangler section. As the name implies, this section addresses symbol name demangling.

  • Demangled symbol names. When enabled, this option demangles symbol names. ย When working in C++, enable this option.

Note: The Demangled symbol names option, when enabled, is available immediately. You do not have to reload the symbols portion of the file before it becomes active.

  • Compiler. SourcePoint needs to know the compiler used to create your binary. You may choose Auto Select or one of a list of compilers from the drop down text box.

Hide C++ internal symbols. This option is self-explanatory. Enabling the box hides C++ internal symbols.

Smart symbol analysis. When this option is enabled, SourcePoint loads program symbols as they are required ("just-in-time" symbol loading). This prevents the long delays that would otherwise occur if SourcePoint attempted to load all symbols at once. With Smart Symbol Analysis enabled, some SourcePoint views (such as the tree view of the Symbols window) occasionally may show less symbolic information because SourcePoint has not yet analyzed all symbol data. If you want to ensure that all symbolic information is always available, disable Smart Symbol Analysis. This forces SourcePoint to load all symbolic information at program load time. While disabling Smart Symbol Analysis may provide more complete symbolic information, this setting can increase significantly program load time.

Load from temporary copy of program. Enabling this option lets you view Code windows, including disassembly and source code, while the target is running. If the option is disabled, the loader uses the original file you specified. This file is held open until the program is removed or the project is unloaded. The tradeoff is the ability for you to rebuild the program while it is loaded in the debugger in exchange for the time and space required to make the copy.

Internal globals are public. C and C++ โ€staticโ€ keyword provides support for function and variable definitions that are not visible outside of the containing module. These symbols are ignored by the linker for resolving external symbol references. Since these symbols are private to a module, their names are not required to be globally unique. Sometimes developers use module symbols as an encapsulation mechanism, but make it a practice to assign unique names to them. In this case, it is safe to enable Internal globals are public so that SourcePoint will publish module symbols in the global space.

Array expansion limit. If your program has very large arrays, you may not want SourcePoint to expand them fully. The Array expansion limit option lets you set a threshold.

Colors Tab

The Colors tab allows you to change the display colors for various SourcePoint windows.

Note: It is recommended that you be consistent with the choice of background colors.

Colors tab under Options|Preferences

Window text box. Allows you to select the window in which you want to change the colors.

Elements text box. Allows you to select the element in the window whose color you want to change.

Foreground button. Allows you to select a new foreground color for the currently selected element.

Background button. Allows you to select a new background color for the currently selected element.

Reset All button. This button allows you to reset all the windows' colors back to the SourcePoint default colors.

Reset Window button. Allows you to reset all the colors for the currently selected window back to the SourcePoint default colors.

Apply button. Allows you to apply the colors to any window currently displayed.