# HG changeset patch # User fturovic # Date 1264535214 21600 # Node ID cb335c7c0e4b328f92ed0f618eaeebfa33e5b412 # Parent e90ca175264251506f688d211b3c11f1b31f8b13 BUG 10603 - some additional sophia references removed diff -r e90ca1752642 -r cb335c7c0e4b core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/stop_mode_cs.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/stop_mode_cs.xml Tue Jan 26 12:02:08 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/stop_mode_cs.xml Tue Jan 26 13:46:54 2010 -0600 @@ -1,22 +1,22 @@ - - - - - - Follow these steps to install on-device stop mode debug software and compilers, create ROM images, and define launch configurations. - - - - - - Before you begin stop mode debugging, make sure all preconditions are met. - - - - - - Define debug launch configurations for the selected project. - - - - + + + + + + Follow these steps to install on-device stop mode debug software and compilers, create ROM images, and define launch configurations. + + + + + + Before you begin stop mode debugging, make sure all preconditions are met. + + + + + + Define debug launch configurations for the selected project. + + + + diff -r e90ca1752642 -r cb335c7c0e4b core/com.nokia.carbide.cpp.doc.user/html/context_help/carbide_debug_dialogs_help.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/context_help/carbide_debug_dialogs_help.xml Tue Jan 26 12:02:08 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/context_help/carbide_debug_dialogs_help.xml Tue Jan 26 13:46:54 2010 -0600 @@ -237,15 +237,6 @@ - - - Specify the settings for Sophia debugging. - - - - - - Specify the ROM image details. @@ -287,12 +278,6 @@ - - Specify Sophia configuration information. - - - - Specify Trace32 configuration information. diff -r e90ca1752642 -r cb335c7c0e4b core/com.nokia.carbide.cpp.doc.user/html/context_help/eclipse_dialogs_help.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/context_help/eclipse_dialogs_help.xml Tue Jan 26 12:02:08 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/context_help/eclipse_dialogs_help.xml Tue Jan 26 13:46:54 2010 -0600 @@ -1,376 +1,370 @@ - - - - - - - - - - - - - - - - - - - - - - The Debug view shows the target debugging information in a tree hierarchy. - - - - - - - - - Use the Variables view to manipulate the variables or variable hierarchy used in source code. - - - - - - - - - - Use the Breakpoints view to examine, enable or disable the breakpoints in one or more build configurations. - - - - - - - - - Use the Expressions view to monitor and manipulate variables, structures, and arrays. - - - - - - - - - - - - - Use the Registers view to view general, FPU, and host-specific registers of the host computer, not the target device. - - - - - - - - - - - Use the Memory view to inspect and change process memory. - - - - - - - - - Specify where the debugger should look for source files. - - - - - - Specify where the debugger should store the debug configuration. - - - - - Select a launch type to create a launch configuration. - - - - - - - - Review launch configuration information. - - - - - - Specify Sophia configuration information. - - - - - - Specify Trace32 configuration information. - - - - - - Specify TRK connection information. - - - - - Specify ROM image information. - - - - - - Specify SIS information. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Use the Debug or Run panels to create launch configurations for your applications. - - - - - - - - - - Use the environment pane to add or remove environment variables. - - - - - - - - - - - - - - - - - - - - - Select the project, class, or file to create. - - - - - - - - - - Select the type of file to import for debugging. - - - - - - - - Import an executable for debugging. - - - - - - - - Use the Console view to show the output of a process and provide keyboard input to a process. - - - - - - - - - - - - - - - - - Use the Console view to show the output of a process and provide keyboard input to a process. - - - - - - - - - - - - - - Select the project type to create. - - - - - - - - - - - Configuration details of this Carbide.c++ installation. May include useful information that should be included with a bug report. - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + The Debug view shows the target debugging information in a tree hierarchy. + + + + + + + + + Use the Variables view to manipulate the variables or variable hierarchy used in source code. + + + + + + + + + + Use the Breakpoints view to examine, enable or disable the breakpoints in one or more build configurations. + + + + + + + + + Use the Expressions view to monitor and manipulate variables, structures, and arrays. + + + + + + + + + + + + + Use the Registers view to view general, FPU, and host-specific registers of the host computer, not the target device. + + + + + + + + + + + Use the Memory view to inspect and change process memory. + + + + + + + + + Specify where the debugger should look for source files. + + + + + + Specify where the debugger should store the debug configuration. + + + + + Select a launch type to create a launch configuration. + + + + + + + + Review launch configuration information. + + + + + + Specify Trace32 configuration information. + + + + + + Specify TRK connection information. + + + + + Specify ROM image information. + + + + + + Specify SIS information. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use the Debug or Run panels to create launch configurations for your applications. + + + + + + + + + + Use the environment pane to add or remove environment variables. + + + + + + + + + + + + + + + + + + + + + Select the project, class, or file to create. + + + + + + + + + + Select the type of file to import for debugging. + + + + + + + + Import an executable for debugging. + + + + + + + + Use the Console view to show the output of a process and provide keyboard input to a process. + + + + + + + + + + + + + + + + + Use the Console view to show the output of a process and provide keyboard input to a process. + + + + + + + + + + + + + + Select the project type to create. + + + + + + + + + + + Configuration details of this Carbide.c++ installation. May include useful information that should be included with a bug report. + + + + + + + + + + diff -r e90ca1752642 -r cb335c7c0e4b core/com.nokia.carbide.cpp.doc.user/intro/tutorialsCarbideExtContent.xml --- a/core/com.nokia.carbide.cpp.doc.user/intro/tutorialsCarbideExtContent.xml Tue Jan 26 12:02:08 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/intro/tutorialsCarbideExtContent.xml Tue Jan 26 13:46:54 2010 -0600 @@ -1,57 +1,57 @@ - - - - - - - - - - Learn how to create, build, and debug a program for the emulator called HelloCarbide using Carbide project templates. - - - - Learn how to create a simple “Test1” DLL project. - - - - Learn how create and build an application and debug it on a device using the App TRK on-device debug agent. - - - - Learn how to create and build an application and debug it on a device using JTAG debug software on Lauterbach or Sophia hardware. - - - - Learn how to use soft attach to debug an image flashed to ROM or on a memory card. - - - - - - + + + + + + + + + + Learn how to create, build, and debug a program for the emulator called HelloCarbide using Carbide project templates. + + + + Learn how to create a simple “Test1” DLL project. + + + + Learn how create and build an application and debug it on a device using the App TRK on-device debug agent. + + + + Learn how to create and build an application and debug it on a device using JTAG debug software on Lauterbach hardware. + + + + Learn how to use soft attach to debug an image flashed to ROM or on a memory card. + + + + + +