octave-maintainers
[Top][All Lists]
Advanced

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

Re: move constructors


From: John W. Eaton
Subject: Re: move constructors
Date: Thu, 15 Aug 2019 17:52:00 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 8/15/19 4:33 PM, Rik wrote:

For reference, how did you determine which
functions were causing the calls?  A debugger and a breakpoint in
~octave_value_list()?

Yes, I used

  ./run-octave -g -cli

and let the interpreter get to the command prompt. Then C-c to get to the (gdb) prompt, then set a breakpoint at octave_value_lists::~octave_value_list. Then executed something like "sin(1);" and looked at stack traces each time the breakpoint was hit.

jwe



reply via email to

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