From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1307 invoked by alias); 9 May 2007 15:06:28 -0000 Received: (qmail 1298 invoked by uid 22791); 9 May 2007 15:06:27 -0000 X-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_50,SUBJ_HAS_UNIQ_ID,TW_FH X-Spam-Check-By: sourceware.org Received: from agminet01.oracle.com (HELO agminet01.oracle.com) (141.146.126.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 May 2007 15:06:25 +0000 Received: from rgmsgw02.us.oracle.com (rgmsgw02.us.oracle.com [138.1.186.52]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l49F6LPg001337 for ; Wed, 9 May 2007 10:06:21 -0500 Received: from [10.8.0.10] (ca-server1.us.oracle.com [139.185.48.5]) by rgmsgw02.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id l49F6IYr017763; Wed, 9 May 2007 09:06:19 -0600 Message-ID: <4641E143.7050304@oracle.com> Date: Wed, 09 May 2007 15:28:00 -0000 From: Elena Zannoni Organization: Oracle USA Inc. User-Agent: Thunderbird 1.5.0.7 (X11/20060913) MIME-Version: 1.0 To: frysk Subject: minutes 20070509 Content-Type: multipart/mixed; boundary="------------000507000901050507000402" X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-Virus-Checked: Checked by ClamAV on sourceware.org X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00134.txt.bz2 This is a multi-part message in MIME format. --------------000507000901050507000402 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 1 --------------000507000901050507000402 Content-Type: text/plain; name="frysk-20070509" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="frysk-20070509" Content-length: 2699 Phil, Sami, Mike, Nurdin, Kris, Elena, Rick, Stan, Tim, Andrew Rick: run executable, have terminal window, can assign stdin/out/err to terminal to display output of program. Will add a button to allow this to be on/off. Will it be possible to "unlock" std in out err from the terminal as well? Possibly. Console window, where you can run commands. Rewrite some menus, add processes manipulation to top of window (with right button), also add the action as a menu items (detach, abort, etc). How do we do wrt the original goals/features of the project for source window? Missing breakpoints (mike tim working on this) otherwise pretty much most of functionality is there. No good way to attach to a running process once you have the source window open. Next thing to work on. Mike: state machine, implementing breakpoint for the source windows, and general bug fixing for the source window. Assembly in source window is still at the same point, nobody is working ont hat right now. Register window, memory window, assembly window: need to look at 64bit support, lower level is going to be wherer most work is needed. Kris. Register window said to be working ok on 64 bit mode, Phil used that during his corefile work. Phil: corefile, relocatable/PIE. Solib handling. For GUI the only extension is to specify "corefile" at the beginning of the session. The rest should be transparent to the user. Sami: bugs in monitor, and little fixes. No new features. Fixing bugs in ftrace. Starting to look at Stack backtraces using debug info. Nurdin: libunwind working now, good speed for remote frame. Cross unwinding should be possible for 32 bit on 64 bit platforms as soon as remote frame is "turned on", which will happen soon. Tim: got the run and attach to stop at first instruction reliably. So you can set any bps now. Setting bp in shlibs (before they are loaded) is next. Stan: started on Unions, wich is pretty much the last type left. fhpd-> tried to add the "list" functionality. Similar to gdb but no equivalent to "list -" in gdb. List function within a file is not there yet, equivalent to "list file.c:foo". Trying to finish the c-types first. Location expression is relatively simple. Simple register locations. Need to handle more complex expressions. Andrew: eliminated the ptrace thread from frysk. Other: Please, look at the test coverage, it's now more detailed and there are big areas that are not tested. Andrew noticed a bug at startup, Sami looking at it. Occurred between May 1 and May 4. http://sourceware.org/bugzilla/show_bug.cgi?id=4474 One new person is starting on Frysk from ORCL: Pearly Zhao. Next week meeting --> GUI: Tim and breakpoints. --------------000507000901050507000402--