def dbg_thread_exit()

in functions/functraceplus.py [0:0]


    def dbg_thread_exit(self, pid, tid, ea, exit_code):
        logging.info(f"thread exit => pid : {pid}, tid : {tid}, ea : {hex(ea)}, exit_code : {exit_code}")