From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19765 invoked by alias); 4 Nov 2002 02:54:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19714 invoked from network); 4 Nov 2002 02:54:48 -0000 Received: from unknown (63.119.183.65) by sources.redhat.com with QMTP; 4 Nov 2002 02:54:48 -0000 Received: (qmail 8962 invoked from network); 4 Nov 2002 02:50:36 -0000 Received: from cpe-24-221-209-215.co.sprintbbd.net (HELO doc.com) (24.221.209.215) by external1 with SMTP; 4 Nov 2002 02:50:36 -0000 Message-ID: <3DC5E178.7010207@doc.com> Date: Sun, 03 Nov 2002 18:54:00 -0000 From: Adam Fedor Organization: Digital Optics Corp. User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Elena Zannoni CC: Jim Blandy , Klee Dienes , Michael Snyder , gdb-patches@sources.redhat.com Subject: GDB ObjC plan (was: Re: [PATCH] Redefine skip_quoted) References: <95706CBA-DFBC-11D6-A1B6-00039396EEB8@apple.com> <3DAF2C71.6030908@doc.com> <15792.33251.884402.152637@localhost.redhat.com> <3DB09113.9070205@doc.com> <15797.26727.910788.608785@localhost.redhat.com> <3DB99EED.2030509@doc.com> <15813.48225.700444.975378@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00031.txt.bz2 Elena Zannoni wrote: > > I think that it would actually be beneficial to post a list of patches > that are still pending. I am getting a bit confused about the status > of objective C, given that everything was under the same mail subject. > That would help. > > OK, here's my plan. None of the patches under the original Objective-C language mail subject remain. Listed below are the subject lines of the current patches that have been submitted and my plan for future submissions. Patches waiting approval: ------------------------ 1. Add rules for ObjC files 2. Rename ObjC ops (Andrew requested this one). 3. Handle ObjC ops in expprint.c 4. Add ObjC struct to parser-defs.h 5. Redefine skip_quoted. Future Patches (in rough order): -------------------------- 6. maint.c (maintenance_demangle): Demangle ObjC names. 7. Change puts_filtered_tabular to fputs_filtered_tabular (Requested). 8. Enable compilation of objc-lang.c 9. infrun.c (handle_inferior_event): Step into ObjC method call. 10. symtab.c (symbol_init_demangled_name): Demangle ObjC symbols. 11. eval.c (evaluate_subexp_standard): Handle new ObjC ops. 12. linespec.c (decode_line_1): Decode ObjC method symbols. 13. Add ObjC testsuite 14. Add ObjC documentation to gdb.texinfo That's all!