HPlogo HP/DDE Debugger User's Guide: HP 9000 Series 700/800 Computers > Appendix C Target Managers

Solaris SPARC Target Manager

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Glossary

 » Index

Type Name

tgt_solaris_sparc

Title

Solaris 2.x SPARC

Description

This manager supports SPARC processors running Solaris 2.x using the ELF object file format.

Syntax

  • address

    A hexadecimal integer or one of the following register names:

    r0 - r31

    General purpose registers

    g0 - g7

    Global registers

    o0 - o7

    Output registers

    i0 - i7

    Input registers

    sp

    Stack pointer (o6)

    fp

    Frame pointer (i6)

    f0 - f31

    Floating-point registers

    fsr

    Floating-point status register

    fq

    Floating-point deferred-trap queue

    pc

    Program counter

    npc

    Next program counter

    psw

    Processor status word

    y

    Multiply/divide register

    wim

    Window invalid mask

    tbr

    Trap base register

  • manager_option

    None.

  • process_id

    A UNIX pid (integer).

  • program_invocation

    A program invocation of the form program_path [program_arguments].

  • signal

    A UNIX signal number (integer) or one of the following UNIX signal names:

    Table C-1 Title not available (Syntax )

    SIGHUP

    SIGINT

    SIGQUIT

    SIGILL

    SIGTRAP

    SIGABRT

    SIGEMT

    SIGFPE

    SIGKILL

    SIGBUS

    SIGSEGV

    SIGSYS

    SIGPIPE

    SIGALRM

    SIGTERM

    SIGUSR1

    SIGUSR2

    SIGCHLD

    SIGPWR

    SIGWINCH

    SIGURG

    SIGIO

    SIGSTOP

    SIGTSTP

    SIGCONT

    SIGTTIN

    SIGTTOU

    SIGVTALRM

    SIGPROF

    SIGXCPU

    SIGXFSZ

    SIGWAITING

    SIGLWP

     

  • target_type

    { tgt_solaris_sparc }

  • target_command

    None.

Startup File

The startup file dde_install_dir/tgt/tgt_solaris_sparc.startup defines the following macros:

Title not available (Startup File )

regs

Dumps registers

fregs

Dumps single-precision floating-point registers

`asm

Identifies appropriate assembly language manager

Related Managers

lang_asm_sparc

Use to support simple assembly language expressions.

obj_elfstabs

Use to support ELF object format and STAB style debug information.