Unregister the Idb Adapter. Link objects and Idb then subject to GC
(self, idb_adap_oid)
| 622 | return debugger_r.start_debugger(self.rpchandler, gui_adap_oid) |
| 623 | |
| 624 | def stop_the_debugger(self, idb_adap_oid): |
| 625 | "Unregister the Idb Adapter. Link objects and Idb then subject to GC" |
| 626 | self.rpchandler.unregister(idb_adap_oid) |
| 627 | |
| 628 | def get_the_calltip(self, name): |
| 629 | return self.calltip.fetch_tip(name) |
nothing calls this directly
no test coverage detected