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

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

[Octave-bug-tracker] [bug #57084] some example invocations for dbstop mi


From: Rik
Subject: [Octave-bug-tracker] [bug #57084] some example invocations for dbstop misplaced
Date: Sun, 20 Oct 2019 13:13:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #57084 (project octave):

                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #1:

This just looks like a typo to me and the two lines which refer to waveClass
could be deleted.  The changeset that introduced these was


changeset:   26954:6e50f1fedeb5
user:        John W. Eaton <address@hidden>
date:        Wed Mar 20 18:57:23 2019 +0000
files:       libinterp/corefcn/debug.cc libinterp/parse-tree/bp-table.cc
libinterp/parse-tree/bp-table.h
description:
dbstop: accept "at CLASS in METHOD" syntax (partial fix for bug #45404)

* bp-table.h, bp-table.cc (bp_table::parse_dbfunction_params): New
parameter CLASS_NAME.  Attempt to accept "at CLASS in METHOD" syntax.
Change all uses.

* debug.cc (Fdbstop): Update docstring.


diff -r 6e01e5be8de3 -r 6e50f1fedeb5 libinterp/corefcn/debug.cc
--- a/libinterp/corefcn/debug.cc        Wed Mar 20 11:24:07 2019 -0700
+++ b/libinterp/corefcn/debug.cc        Wed Mar 20 18:57:23 2019 +0000
@@ -90,10 +90,13 @@ DEFMETHOD (dbstop, interp, args, ,
 @deftypefnx {} {} dbstop in @var{func}
 @deftypefnx {} {} dbstop in @var{func} at @var{line}
 @deftypefnx {} {} dbstop in @var{func} at @var{line} if "@var{condition}"
+@deftypefnx {} {} dbstop in @var{class} at @var{method}
 @deftypefnx {} {} dbstop if @var{event}
 @deftypefnx {} {} dbstop if @var{event} @var{ID}
 @deftypefnx {} {} dbstop (@var{bp_struct})
 @deftypefnx {} {@var{rline} =} dbstop @dots{}
+dbstop in waveClass at waveClass.plotEta
+dbstop waveClass at waveClass.plotEta


I've added jwe to the CC list so he can confirm whether they can be culled.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57084>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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