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

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

[Octave-patch-tracker] [patch #8006] New marker class to maintain breakp


From: Torsten
Subject: [Octave-patch-tracker] [patch #8006] New marker class to maintain breakpoints and position in modified files
Date: Sat, 07 Feb 2015 11:40:21 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #13, patch #8006 (project octave):

Concerning the mentioned code lines I have updated the patch because changeset
http://hg.savannah.gnu.org/hgweb/octave/rev/f26d527c1a71 removed the dir and
function_name from the initialization of bp_info, i.e.


file-editor-tab.cc:
-  bp_info info (_file_name, dir, function_name, line+1);
+  bp_info info (_file_name, line+1);

file-editor-tab.h:
-    bp_info (const QString& f, const QString& d, const QString& fn, int l)
-      : file (f.toStdString ()), dir (d.toStdString ()),
-        function_name (fn.toStdString ()), line (l)
-    { }
+    bp_info (const QString& fname, int l = 0);


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8006>

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




reply via email to

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