GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Macros | Functions | Variables
loongarch.c File Reference
#include "gdbsupport/common-defs.h"
#include "loongarch.h"
#include <stdlib.h>
#include <unordered_map>
#include "../features/loongarch/base32.c"
#include "../features/loongarch/base64.c"
#include "../features/loongarch/fpu.c"

Go to the source code of this file.

Classes

struct  loongarch_gdbarch_features_hasher
 

Macros

#define STATIC_IN_GDB   static
 

Functions

STATIC_IN_GDB target_desc_up loongarch_create_target_description (const struct loongarch_gdbarch_features features)
 
const target_descloongarch_lookup_target_description (const struct loongarch_gdbarch_features features)
 

Variables

static std::unordered_map< loongarch_gdbarch_features, const target_desc_up, loongarch_gdbarch_features_hasherloongarch_tdesc_cache
 

Macro Definition Documentation

◆ STATIC_IN_GDB

#define STATIC_IN_GDB   static

Definition at line 30 of file loongarch.c.

Function Documentation

◆ loongarch_create_target_description()

STATIC_IN_GDB target_desc_up loongarch_create_target_description ( const struct loongarch_gdbarch_features features)

◆ loongarch_lookup_target_description()

const target_desc * loongarch_lookup_target_description ( const struct loongarch_gdbarch_features features)

Variable Documentation

◆ loongarch_tdesc_cache

std::unordered_map<loongarch_gdbarch_features, const target_desc_up, loongarch_gdbarch_features_hasher> loongarch_tdesc_cache
static

Definition at line 85 of file loongarch.c.

Referenced by loongarch_lookup_target_description().