# HG changeset patch # User fturovic # Date 1267120819 21600 # Node ID 48b401835d0a416a328620073edd80684abe859b # Parent 59ff8c87a2ce1156df550f58724891dea437486a synched 2.5 and 3.0 pages diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/book.css --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/book.css Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/book.css Thu Feb 25 12:00:19 2010 -0600 @@ -5,30 +5,29 @@ */ /* Add whitespace around entire display to avoid crowding edges of view */ -/* 20070523-Removed top margin size to close gap between location breadcrumbs and page title */ html { margin: 2px 10px 10px 10px; } -/* Set default font to serif style, 12-pt and plain */ +/* 20091007 added verdana and ariel to list to match SFO website fonts choices */ body, p, table { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 13px; + font-family: Verdana, Ariel, Helvetica, sans-serif; + font-size: 0.9em; font-weight: normal; } -/* Use sans-serif fonts for all title styles */ h1, h2, h3, h4, h5, h6, strong, em { - font-family: Helvetica, sans-serif; + font-family: Verdana, Ariel, Helvetica, sans-serif; color: #000000; } -h1 { font-size:20px } -h2 { font-size:18px } -h3 { font-size:16px } -h4 { font-size:14px } -h5 { font-size:13px } -h6 { font-size:12px } +/* 20091007 - changed sizes to use em versus px */ +h1 { font-size: 1.3em } +h2 { font-size: 1.2em } +h3 { font-size: 1.1em } +h4 { font-size: 1.0em } +h5 { font-size: 0.9em } +h6 { font-size: 0.8em } /* For headlines at the top of a view, add space */ /* 20090224-changed green fade to gold header image */ @@ -38,6 +37,10 @@ padding:10px 0px 10px 12px; } +/* 20091007 SFO styling added */ +h1.NavTitle { font-size: 1.2em } +h3 .NavListTitle { font-size: 1.1em } + li { margin-bottom:8px; margin-top:8px; @@ -48,28 +51,29 @@ padding-top:10px; margin-top:20px; border-top:1px solid #999; - font-family: Helvetica, sans-serif; - font-size: 11px; - color:#333; + font-family: Verdana, Ariel, Helvetica, sans-serif; + font-size: 0.8em; + color: #333333; } .listing { + background-color: #ffe869; font-family: "Courier New", Courier, mono; + font-size: 1.1em; color: #000000; - background-color: #FFFFCC; margin: 5px 0px; } .code, pre { font-family: "Courier New", Courier, mono; - font-size: 13px; + font-size: 1.1em; color: #000000; } .step { /* background-color: #EEE; */ /* margin: 10px 0px; */ - color: #111; + /* color: #111; */ /* border-bottom:2px solid #EEE; */ } @@ -88,7 +92,6 @@ table { border: solid #999 1px; table-layout: auto; - font-size: 13px; } td, th { @@ -97,11 +100,8 @@ vertical-align:top; } -/* 20070522-replaced gray with green background to match gradiant color for title */ th { - background-color:#FDDD1F; /* background-color:#acd79b; - background-color:#999; - color:#FFF; */ + background-color: #ffd62c; } div.ol.p { @@ -118,11 +118,9 @@ font-weight:normal; } -/* Make all H4 and H5 items appear in bold gray against a light green background */ div h5, div h4 { padding:5px 0px 5px 12px; - background-color:#FFFF66; - /* background-color: #EEE; */ + background-color: #ffd62c; font-weight:bold; color: #000000; } @@ -130,8 +128,6 @@ /* Notes stand out using a light top & bottom borders with dark gray text */ p.note { - /* color: #03C; */ - /* background-color: #FFFF99; */ color: #333; padding: 5px; margin-left: 1em; @@ -143,11 +139,12 @@ /* Figure/Listing/Table titles are centered and gray */ p.figure { - color: #333; + color: #026690; text-align: center; font-weight: bold; } + /* highly visible red background and white text for things that need fixing before release */ /* SHOULD NOT BE PRESENT IN RELEASED PRODUCTS */ .fix { @@ -163,14 +160,14 @@ } .titleSmall { - font-family: Helvetica, sans-serif; - font-size: 11px; + font-family: Verdana, Ariel, Helvetica, sans-serif; + font-size: 0.8em; } .plain { - font-family: Helvetica, sans-serif; - font-size: 12px; + font-family: Verdana, Ariel, Helvetica, sans-serif; + font-size: 0.9em; font-style: normal; line-height: normal; font-weight: normal; @@ -179,6 +176,6 @@ text-decoration: none; } -a:link { color: #0033CC } +a:link { color: #026690 } a:visited { color: #555555 } -a:hover { color: #0033CC } +a:hover { color: #FFD62C } diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -40,7 +40,7 @@
  • ARM Processor Modes
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide02.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide02.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide02.html Thu Feb 25 12:00:19 2010 -0600 @@ -98,7 +98,7 @@
  • ARM Processor Modes
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide03.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide03.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide03.html Thu Feb 25 12:00:19 2010 -0600 @@ -59,7 +59,7 @@
  • ARM Fault Status Register Values
  • ARM Processor Modes
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -18,7 +18,7 @@
    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide02.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide02.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide02.html Thu Feb 25 12:00:19 2010 -0600 @@ -39,7 +39,7 @@
  • Tracing through the Call Stack Heuristically
  • Walking through the Call Stack
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide03.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide03.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide03.html Thu Feb 25 12:00:19 2010 -0600 @@ -149,5 +149,5 @@
  • Tracing through the Call Stack Heuristically
  • Walking through the Call Stack
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide04.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide04.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide04.html Thu Feb 25 12:00:19 2010 -0600 @@ -104,5 +104,5 @@
  • Finding the Stack
  • Walking through the Call Stack
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide05.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide05.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerCallStack.guide05.html Thu Feb 25 12:00:19 2010 -0600 @@ -65,7 +65,7 @@
  • Finding the Stack
  • Tracing through the Call Stack Heuristically
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerExaminingMemory.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerExaminingMemory.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerExaminingMemory.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -28,7 +28,7 @@
    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerExaminingMemory.guide02.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerExaminingMemory.guide02.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerExaminingMemory.guide02.html Thu Feb 25 12:00:19 2010 -0600 @@ -50,7 +50,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -32,7 +32,7 @@ this case an exception.

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide02.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide02.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide02.html Thu Feb 25 12:00:19 2010 -0600 @@ -42,7 +42,7 @@ the exception occurred. The 5 least-significant bits of the CPSR register indicate the ARM processor mode.

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide03.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide03.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerFindingFault.guide03.html Thu Feb 25 12:00:19 2010 -0600 @@ -26,7 +26,7 @@ running at the time of the panic.

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -31,7 +31,7 @@

    SCHEDULER @64000348: CurrentThread 640396b0
    RescheduleNeeded=00 DfcPending=00 KernCSLocked=00000001
    DFCS: next 64000458 prev 64000458
    ProcessHandler=f8014904, AddressSpace=64038d5c
    SYSLOCK: HoldingThread 00000000 iWaiting 00000000
    Extras 0: 64038d5c 1: 64038d5c 2: 64038d5c 3: 00000000
    Extras 4: 00000000 5: 00000000 6: 00000000 7: 00000000
    Extras 8: 00000000 9: 00000000 A: 00000000 B: 00000000
    Extras C: 00000000 D: 00000000 E: 00000000 F: 00000000

    TheCurrentThread=64039408
    THREAD at 64039408 VPTR=f803423c AccessCount=3 Owner=64038d5c
    Full name test2.exe::Main
    Thread MState READY
    Default priority 16 WaitLink Priority 16
    ExitInfo 2,100,USER
    Flags 00000004, Handles 640330bc
    Supervisor stack base 6571f000 size 1000
    User stack base 00402000 size 2000
    Id=26, Alctr=00600000, Created alctr=00600000, Frame=00000000
    Trap handler=00000000, ActiveScheduler=00000000, Exception handler=00000000
    TempObj=00000000 TempAlloc=00000000 IpcCount=00000000
    NThread @ 640396b0 Pri 16 NState READY
    Next=640396b0 Prev=640396b0 Att=03 iUserContextType=0b
    HeldFM=00000000 WaitFM=00000000 AddrSp=64038d5c
    Time=17 Timeslice=20 ReqCount=0
    SuspendCount=0 CsCount=1 CsFunction=fffffffe
    SavedSP=6571ff34 ExtraContext=00000000 ExtraContextSize=0000
    DACR 63990000
    R13_USR 6571ff88 R14_USR f8025bc0 SPSR_SVC 10000004
     R4 f8033794 R5 64039408 R6 640396b0 R7 f8028518
     R8 640396b0 R9 640396b0 R10 00000000 R11 f80284d8
     PC 00000000

    TheCurrentProcess=64038d5c
    PROCESS at 64038d5c VPTR=f80342a4 AccessCount=6 Owner=00000000
    Full name test2.exe
    ExitInfo 3,0,
    Flags a0000000, Handles 6403860c, Attributes 60010000
    DataBssChunk 64039234, CodeSeg 6403919c
    DllLock 64039044, Process Lock 64038eec SID 00000000
    TempCodeSeg 00000000 CodeSeg 6403919c Capability 00000000 0003ffff
    CodeSegs: Count=0
    NumChunks=2
    0: Chunk 64039234, run 00400000, access count 1
    1: Chunk 6403613c, run 00600000, access count 1
    Process shared IO buffers cookie 0000031d
    Process has no shared IO buffers
    Domain -1, DACR 55555507
    TheCurrentAddressSpace=64038d5c
    TheCurrentVMProcess=64038d5c
    PROCESS at 64038d5c VPTR=f80342a4 AccessCount=6 Owner=00000000
    Full name test2.exe
    ExitInfo 3,0,
    Flags a0000000, Handles 6403860c, Attributes 60010000
    DataBssChunk 64039234, CodeSeg 6403919c
    DllLock 64039044, Process Lock 64038eec SID 00000000
    TempCodeSeg 00000000 CodeSeg 6403919c Capability 00000000 0003ffff
    CodeSegs: Count=0
    NumChunks=2
    0: Chunk 64039234, run 00400000, access count 1
    1: Chunk 6403613c, run 00600000, access count 1
    Process shared IO buffers cookie 0000031d
    Process has no shared IO buffers
    Domain -1, DACR 55555507
    TheCurrentDataSectionProcess=64038d5c
    TheCompleteDataSectionProcess=64038d5c
    PROCESS at 64038d5c VPTR=f80342a4 AccessCount=6 Owner=00000000
    Full name test2.exe
    ExitInfo 3,0,
    Flags a0000000, Handles 6403860c, Attributes 60010000
    DataBssChunk 64039234, CodeSeg 6403919c
    DllLock 64039044, Process Lock 64038eec SID 00000000
    TempCodeSeg 00000000 CodeSeg 6403919c Capability 00000000 0003ffff
    CodeSegs: Count=0
    NumChunks=2
    0: Chunk 64039234, run 00400000, access count 1
    1: Chunk 6403613c, run 00600000, access count 1
    Process shared IO buffers cookie 0000031d
    Process has no shared IO buffers
    Domain -1, DACR 55555507

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide02.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide02.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide02.html Thu Feb 25 12:00:19 2010 -0600 @@ -61,7 +61,7 @@
  • Current Process State
  • Current Data Section Process
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide03.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide03.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide03.html Thu Feb 25 12:00:19 2010 -0600 @@ -307,7 +307,7 @@
  • Current Process State
  • Current Data Section Process
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide04.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide04.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide04.html Thu Feb 25 12:00:19 2010 -0600 @@ -209,7 +209,7 @@
  • Current Thread State
  • Current Data Section Process
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide05.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide05.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide05.html Thu Feb 25 12:00:19 2010 -0600 @@ -26,7 +26,7 @@
  • Current Thread State
  • Current Process State
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerMemoryMap.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerMemoryMap.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerMemoryMap.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -17,7 +17,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -80,7 +80,7 @@
    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html Thu Feb 25 12:00:19 2010 -0600 @@ -24,7 +24,7 @@ object in the "processes" container.

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -33,7 +33,7 @@
    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide02.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide02.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide02.html Thu Feb 25 12:00:19 2010 -0600 @@ -328,7 +328,7 @@ the process priority; it is not affected by changes in the process priority.

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide03.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide03.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide03.html Thu Feb 25 12:00:19 2010 -0600 @@ -134,7 +134,7 @@

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide04.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide04.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide04.html Thu Feb 25 12:00:19 2010 -0600 @@ -66,7 +66,7 @@

    exit type = 2
    exit category = “USER”
    exit reason = 19

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide05.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide05.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide05.html Thu Feb 25 12:00:19 2010 -0600 @@ -20,7 +20,7 @@ process will be panicked.

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide06.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide06.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide06.html Thu Feb 25 12:00:19 2010 -0600 @@ -24,7 +24,7 @@ drivers – will post a message to a kernel side thread to carry out the request.

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide07.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide07.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide07.html Thu Feb 25 12:00:19 2010 -0600 @@ -55,7 +55,7 @@ processing.

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide08.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide08.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerThreadProcessMemoryStackUseful.guide08.html Thu Feb 25 12:00:19 2010 -0600 @@ -73,7 +73,7 @@

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerUsingCommandSyntax.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerUsingCommandSyntax.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerUsingCommandSyntax.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -34,7 +34,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerUsingMAKSYM-Ref.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerUsingMAKSYM-Ref.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerUsingMAKSYM-Ref.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -45,7 +45,7 @@ problem writing this memory.

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_Setup.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_Setup.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_Setup.html Thu Feb 25 12:00:19 2010 -0600 @@ -56,7 +56,7 @@
  • Memory Dump Options
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -71,7 +71,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_CC.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_CC.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_CC.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -23,7 +23,7 @@
    Related references
    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_XX.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_XX.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_XX.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -21,7 +21,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_c.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_c.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_c.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -209,7 +209,7 @@
    Related references
    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_f.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_f.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_f.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -35,7 +35,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_i.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_i.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_i.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -30,7 +30,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_m.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_m.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_m.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -36,7 +36,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_o.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_o.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_o.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -26,7 +26,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_q.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_q.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_q.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -24,7 +24,7 @@
    Related references
    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_r.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_r.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_r.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -41,7 +41,7 @@
    Related references
    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_x.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_x.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_x.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -21,7 +21,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_z.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_z.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_z.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -24,7 +24,7 @@ - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/index.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/index.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/index.html Thu Feb 25 12:00:19 2010 -0600 @@ -23,7 +23,7 @@
  • ARM Exception types, fault status register values, processor modes
  • - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/pCrashDebugger_cmd_XX.guide.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/pCrashDebugger_cmd_XX.guide.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/pCrashDebugger_cmd_XX.guide.html Thu Feb 25 12:00:19 2010 -0600 @@ -402,7 +402,7 @@ R13=6400090c R14=95221110 SPSR=f000009d

    - + \ No newline at end of file diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/address.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/address.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/address.html Thu Feb 25 12:00:19 2010 -0600 @@ -1,7 +1,7 @@ - + Object Address @@ -30,6 +30,6 @@
  • Display Brief DObject Information
  • Display Full DObject Information
  • - + diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/crash_launch_config.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/crash_launch_config.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/crash_launch_config.html Thu Feb 25 12:00:19 2010 -0600 @@ -6,7 +6,7 @@

    Symbian OS Crash Debugger Launch Configuration

    -

    Use the Run or Debug window to define a launch configuration for the crash debugger. Select Run > Open Run Dialog... to open the Run window. Select Run > Open Debug Dialog... to open the Debug window (Figure 1). Select Symbian OS Crash Debugger and click the New launch configuration icon. In the Name field enter a unique name for your launch configuration. Specify your connection information and select the ROM Log tab (figure 2).

    +

    Use the Run or Debug window to define a launch configuration for the crash debugger. Select Run > Run As to open the Run window. Select Run > Dialog As to open the Debug window (Figure 1). Select Symbian OS Crash Debugger and click the New launch configuration icon. In the Name field enter a unique name for your launch configuration. Specify your connection information and select the ROM Log tab (figure 2).

    Figure 1 - Connection Tab

    In the ROM Log pane specify a ROM log file that was generated when building the rom image. The ROM log file is necessary for finding out the address for each module in the rom log file. Specify the Symbian OS kit Epoc32 directory to resolve the full paths for the various modules in the rom log file. By specifying the rom log file and epoc32 path you will be able to view source code (figure 3) for the crash debug session.

    @@ -23,6 +23,6 @@
  • Crash Debugger Commands
  • Symbian OS Debugging Information
  • - + diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/memory.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/memory.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/memory.html Thu Feb 25 12:00:19 2010 -0600 @@ -1,7 +1,7 @@ - + Memory Dump Options @@ -31,6 +31,6 @@
  • Examining Memory
  • Dumping the Contents of Classes
  • - + diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/sos_cdb.htm --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/sos_cdb.htm Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/sos_cdb.htm Thu Feb 25 12:00:19 2010 -0600 @@ -8,7 +8,7 @@ @@ -20,13 +20,14 @@

     

     

    -

     

    -

    Copyright ©2006, 2008 Nokia Corporation. All rights reserved. http://forum.nokia.com/carbide

    + +

    Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
    + License: http://www.eclipse.org/legal/epl-v10.html

    Symbian OS Crash Debugger

    -

    Version 1.3; June, 2007

    +

    Version 2.5; Feb 2010

    diff -r 59ff8c87a2ce -r 48b401835d0a debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/view.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/view.html Thu Feb 25 11:49:17 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/view.html Thu Feb 25 12:00:19 2010 -0600 @@ -24,6 +24,6 @@
  • Symbian OS Debugging Information
  • Symbian OS Crash Debugger Launch Configuration
  • - + \ No newline at end of file