def dbg_thread_start()

in functions/functraceplus.py [0:0]


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