Motorola MVME2600 Series User Manual Page 280

  • Download
  • Add to my manuals
  • Print
  • Page
    / 518
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 279
SYM - Symbol Table Attach NOSYM - Symbol Table Detach
3-212
3
The format of the symbol table is shown below:
Upon execution of the command, the debugger performs a sanity
check on the symbol table with the above rules. The symbol table is
not attached if the check fails.
The NOSYM command allows you to detach a symbol table from
the debugger.
This command is analogous to the system call .SYMBOLTD. Refer
to Chapter 5 for the description of the system call.
Examples
Example 1: Attach symbol table at address $0001E000
PPC1-Bug>SYM 1E000 <Return>
PPC1-Bug>
Example 2:
PPC1-Bug>MD 0 <Return>
_ldchar+$0000 00010203 04050607 08090A0B 0C0D0E0F ................
_ldchar+$0010 10111213 14151617 18191A1B 1C1D1E1F ................
PPC1-Bug>
Example 3:
PPC1-Bug>MD _LDCHAR <RETUrn>
_ldchar+$0000 00010203 04050607 08090A0B 0C0D0E0F ................
_ldchar+$0010 10111213 14151617 18191A1B 1C1D1E1F ................
PPC1-Bug>
Offset Field Description
$00 Number of entries in symbol table (32 bit word).
$04 Symbol Data - Entry #0 (32 bit word)
$08 Symbol Name - Entry #0 (24 bytes)
$20 Symbol Data - Entry #1 (32 bit word)
$24 Symbol Name - Entry #1 (24 bytes)
$XX Table End (dependent on the number of entries)
Page view 279
1 2 ... 275 276 277 278 279 280 281 282 283 284 285 ... 517 518

Comments to this Manuals

No comments