GDB (xrefs)
Functions
py-newobjfileevent.c File Reference
#include "defs.h"
#include "py-event.h"

Go to the source code of this file.

Functions

static PyObject * create_new_objfile_event_object (struct objfile *objfile)
 
int emit_new_objfile_event (struct objfile *objfile)
 
static PyObject * create_clear_objfiles_event_object (void)
 
int emit_clear_objfiles_event (void)
 

Function Documentation

◆ create_clear_objfiles_event_object()

static PyObject* create_clear_objfiles_event_object ( void  )
static

◆ create_new_objfile_event_object()

static PyObject* create_new_objfile_event_object ( struct objfile objfile)
static

◆ emit_clear_objfiles_event()

int emit_clear_objfiles_event ( void  )

◆ emit_new_objfile_event()

int emit_new_objfile_event ( struct objfile objfile)