| GDB (API)
   
    | 
#include "defs.h"#include "ia64-tdep.h"#include "ia64-hpux-tdep.h"#include "solib-ia64-hpux.h"#include "solist.h"#include "solib.h"#include "target.h"#include "gdbtypes.h"#include "inferior.h"#include "gdbcore.h"#include "regcache.h"#include "opcode/ia64.h"#include "symfile.h"#include "objfiles.h"#include "elf-bfd.h"#include "exceptions.h"#include <sys/ttrace.h>#include <dlfcn.h>#include <elf.h>#include <service_mgr.h>#include <crt0.h>Go to the source code of this file.
| Defines | |
| #define | _LOAD_MODULE_DESC_EXT | 
| #define | IA64_R32_PSEUDO_REGNUM (IA64_NAT127_REGNUM + 2) | 
| Functions | |
| int | ia64_hpux_at_dld_breakpoint_p (ptid_t ptid) | 
| void | ia64_hpux_handle_dld_breakpoint (ptid_t ptid) | 
| CORE_ADDR | ia64_hpux_get_solib_linkage_addr (CORE_ADDR faddr) | 
| void | _initialize_solib_ia64_hpux (void) | 
| #define _LOAD_MODULE_DESC_EXT | 
Definition at line 39 of file solib-ia64-hpux.c.
| #define IA64_R32_PSEUDO_REGNUM (IA64_NAT127_REGNUM + 2) | 
Definition at line 56 of file solib-ia64-hpux.c.
| void _initialize_solib_ia64_hpux | ( | void | ) | 
Definition at line 699 of file solib-ia64-hpux.c.
| int ia64_hpux_at_dld_breakpoint_p | ( | ptid_t | ptid | ) | 
Definition at line 165 of file solib-ia64-hpux.c.
Definition at line 656 of file solib-ia64-hpux.c.
| void ia64_hpux_handle_dld_breakpoint | ( | ptid_t | ptid | ) | 
Definition at line 279 of file solib-ia64-hpux.c.
 1.7.6.1
 1.7.6.1