Home
last modified time | relevance | path

Searched refs:FRAPY_REQUIRE_VALID (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-frame.c49 #define FRAPY_REQUIRE_VALID(frame_obj, frame) \ macro
140 FRAPY_REQUIRE_VALID (self, frame); in frapy_name()
174 FRAPY_REQUIRE_VALID (self, frame); in frapy_type()
197 FRAPY_REQUIRE_VALID (self, frame); in frapy_arch()
218 FRAPY_REQUIRE_VALID (self, frame); in frapy_unwind_stop_reason()
241 FRAPY_REQUIRE_VALID (self, frame); in frapy_pc()
272 FRAPY_REQUIRE_VALID (self, frame); in frapy_read_register()
306 FRAPY_REQUIRE_VALID (self, frame); in frapy_block()
343 FRAPY_REQUIRE_VALID (self, frame); in frapy_function()
411 FRAPY_REQUIRE_VALID (self, frame); in frapy_older()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20107407 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)