Home
last modified time | relevance | path

Searched refs:objfile_to_objfile_object (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-newobjfileevent.c30 gdbpy_ref<> py_objfile = objfile_to_objfile_object (objfile); in create_new_objfile_event_object()
66 gdbpy_ref<> py_objfile = objfile_to_objfile_object (objfile); in create_free_objfile_event_object()
Dpy-progspace.c134 return objfile_to_objfile_object (objfile).release (); in pspy_get_symbol_file()
436 gdbpy_ref<> item = objfile_to_objfile_object (objf); in pspy_get_objfiles()
492 return objfile_to_objfile_object (objf).release (); in pspy_objfile_for_address()
Dpy-objfile.c144 return objfile_to_objfile_object (owner).release (); in objfpy_get_owner()
674 return objfile_to_objfile_object (objfile).release (); in gdbpy_lookup_objfile()
688 objfile_to_objfile_object (struct objfile *objfile) in objfile_to_objfile_object() function
Dpy-xmethods.c146 gdbpy_ref<> py_objfile = objfile_to_objfile_object (objfile); in gdbpy_get_matching_xmethod_workers()
Dpy-symtab.c173 return objfile_to_objfile_object (symtab->compunit ()->objfile ()).release (); in stpy_get_objfile()
Dpy-prettyprint.c103 gdbpy_ref<> objf = objfile_to_objfile_object (obj); in find_pretty_printer_from_objfiles()
Dpython-internal.h455 gdbpy_ref<> objfile_to_objfile_object (struct objfile *);
Dpython.c1758 return objfile_to_objfile_object (gdbpy_current_objfile).release (); in gdbpy_get_current_objfile()
1780 gdbpy_ref<> pyo_objfile = objfile_to_objfile_object (objfile); in gdbpy_handle_missing_debuginfo()
Dpy-type.c407 return objfile_to_objfile_object (objfile).release (); in typy_get_objfile()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20137461 (pspace_to_pspace_object, objfile_to_objfile_object)
7813 (objfile_to_objfile_object): Ditto.
DChangeLog-20183660 * python/python-internal.h (objfile_to_objfile_object): Change
3670 (objfile_to_objfile_object): Return a new reference.
DChangeLog-20142690 (objfpy_new, objfile_to_objfile_object): Call it.
7864 (objfpy_new, objfile_to_objfile_object): Initialize xmethods
DChangeLog-20105848 * python/py-objfile.c (objfile_to_objfile_object):
DChangeLog-20121696 (objfile_to_objfile_object): Set new field.
DChangeLog-20152419 (objfile_to_objfile_object): Likewise.
DChangeLog-20098848 * python/python-internal.h (objfile_to_objfile_object): Declare.
DChangeLog-201716882 (objfile_to_objfile_object): Likewise.