From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29457 invoked by alias); 15 Aug 2007 13:20:49 -0000 Received: (qmail 29444 invoked by uid 22791); 15 Aug 2007 13:20:48 -0000 X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_05,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Aug 2007 13:20:45 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l7FDKhkr003502 for ; Wed, 15 Aug 2007 09:20:43 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l7FDKgBf007912 for ; Wed, 15 Aug 2007 09:20:42 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l7FDKgmA029617 for ; Wed, 15 Aug 2007 09:20:42 -0400 Message-ID: <46C2FDB9.2090800@redhat.com> Date: Wed, 15 Aug 2007 13:20:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: frysk@sourceware.org Subject: Re: meeting 2007-08-15 9:30 us east coast time References: <46C257B2.5030903@redhat.com> In-Reply-To: <46C257B2.5030903@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-q3/txt/msg00302.txt.bz2 Since for the last two weeks the round-table fell off the end of the meeting, here's what Red Hat is doing: scox: printing types esp c++ mjw: bug fixes for stepping; support for .debug_frame in libunwind for instance, lesson the need for asynchronous-unwind-tables in .eh_frame by using .debug_frame when available tim: thread commands in hpd for instance: (fhpd) [0,1] print x [0] 10 [1] 20 i.e., prints x in two processes pmuldoon: core file cleanup; low-level h.w watch-point investigation watch-points, like breakpoints, get implemented at two levels: low is the h/w register manipulation and a correspinding abstraction; high is the translation of an expression into something to watch rmoseley: source window crashers (e.g., hover in f7); frysk.proc.dead.Exe* (executable target) this fills in a functional hole, and extends the collection of supported targets, for instance: (fhpd) load /bin/bash (fhpd) disassemble main npremji: hpd option spit 'n' polish a re-implementation of the Command class was added, but unfortunately the old code wasn't upgraded to the new mechanisms mcvet: reporting exit and termination in hpd, ditto for break-points for instance: (fhpd) run ... program exits ... Process 0 exiting with status 1 (fhpd) cmoller: prototype utrace bindings for frysk getting ready for another target frysk.proc.live.Utrace*; would only be enabled with --utrace option. teresa: support for dw_op_piece in location-expressions (a.k.a., frysk.value.Piece) for instance, a value split between registers and memory sami: inline stack backtraces see todays discussion