octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41190] dbstatus clears breakpoints set in @cl


From: Michael Goffioul
Subject: [Octave-bug-tracker] [bug #41190] dbstatus clears breakpoints set in @class files
Date: Mon, 10 Feb 2014 16:46:50 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36

Follow-up Comment #3, bug #41190 (project octave):

I think there something wrong in the flow. You shouldn't go through line 1011
in symtab.cc, at that point, the class constructor has already been loaded, so
you shouldn't need to reload it.

I believe symbol_table::fcn_info::fcn_info_rep::find_method should do
something similar to load_class_method, that is checking whether full_name()
equals dispatch_type, and if true, look into class_constructors. Or at least
something along those lines.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41190>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]