GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
extension-priv.h File Reference
#include "extension.h"
#include <signal.h>
#include "cli/cli-script.h"

Go to the source code of this file.

Classes

struct  extension_language_defn
 
struct  extension_language_script_ops
 
struct  extension_language_ops
 
struct  signal_handler
 
struct  active_ext_lang_state
 

Functions

const struct extension_language_defnget_active_ext_lang (void)
 
struct active_ext_lang_stateset_active_ext_lang (const struct extension_language_defn *)
 
void restore_active_ext_lang (struct active_ext_lang_state *previous)
 

Function Documentation

◆ get_active_ext_lang()

const struct extension_language_defn * get_active_ext_lang ( void  )

Definition at line 653 of file extension.c.

References active_ext_lang.

◆ restore_active_ext_lang()

void restore_active_ext_lang ( struct active_ext_lang_state previous)

◆ set_active_ext_lang()

struct active_ext_lang_state * set_active_ext_lang ( const struct extension_language_defn now_active)