GDB (xrefs)
|
#include "bfd.h"
Go to the source code of this file.
Macros | |
#define | CORE_ADDR_MAX (~ (CORE_ADDR) 0) |
Typedefs | |
typedef bfd_byte | gdb_byte |
typedef bfd_vma | CORE_ADDR |
typedef long long | LONGEST |
typedef unsigned long long | ULONGEST |
#define CORE_ADDR_MAX (~ (CORE_ADDR) 0) |
The largest CORE_ADDR value.
Definition at line 59 of file common-types.h.
Referenced by addrmap_mutable_set_empty(), infpy_search_memory(), mips_segment_boundary(), and parse_find_args().
typedef bfd_vma CORE_ADDR |
An address in the program being debugged. Host byte order.
Definition at line 41 of file common-types.h.
typedef bfd_byte gdb_byte |
A byte from the program being debugged.
Definition at line 38 of file common-types.h.
typedef long long LONGEST |
Definition at line 52 of file common-types.h.
typedef unsigned long long ULONGEST |
Definition at line 53 of file common-types.h.