Ejemplo n.º 1
0
            public override void Remove(Thread thread)
            {
                thread.RemoveBreakpoint (this);

                if (load_handler > 0) {
                    function.SymbolFile.MonoLanguage.RemoveMethodLoadHandler (
                        thread, load_handler);
                    load_handler = -1;
                }
            }