def is_hit_entry_point()

in functions/functraceplus.py [0:0]


    def is_hit_entry_point(self, bptea):
        for entry in self.entry_points:
            if entry == bptea: # hit entry point
                return True
        return False