Home
last modified time | relevance | path

Searched refs:new_objfile (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-newobjfileevent.c59 if (evregpy_no_listeners_p (gdb_py_events.new_objfile)) in emit_new_objfile_event()
64 return evpy_emit_event (event, gdb_py_events.new_objfile); in emit_new_objfile_event()
68 GDBPY_NEW_EVENT_TYPE (new_objfile,
H A Dpy-events.h47 eventregistry_object *new_objfile; member
H A Dpy-evts.c81 if (add_new_registry (&gdb_py_events.new_objfile, "new_objfile") < 0) in gdbpy_initialize_py_events()
/dragonfly/contrib/gdb-7/gdb/doc/
H A Dobserver.texi135 @deftypefun void new_objfile (struct objfile *@var{objfile})
/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c1203 struct objfile *new_objfile; in symbol_file_add_separate() local
1213 new_objfile = symbol_file_add_with_addrs_or_offsets in symbol_file_add_separate()