From: Andrew Cagney <ac131313@ges.redhat.com>
To: Michael Snyder <msnyder@redhat.com>
Cc: gdb-patches@sources.redhat.com, klee@apple.com, jingham@apple.com
Subject: Re: [PATCH] Part 2 of Objective-C support
Date: Wed, 18 Sep 2002 20:46:00 -0000 [thread overview]
Message-ID: <3D894876.9040706@ges.redhat.com> (raw)
In-Reply-To: <3D892AAC.5FC93773@redhat.com>
Michael,
I'm reverting this change. It modifies a lot of files, many of which
are maintained by people other than you and I don't think it falls into
the ``obvious'' category. Can you please break these changes down into
obvious (eg language_objc enum in defs.h) and not so obvious so people
can at least get a change to digest this.
Andrew
> 2002-09-18 Michael Snyder <msnyder@redhat.com>
>
> Preliminary support for Objective-C:
> * defs.h (language_objc): New enum value.
> (puts_filtered_tabular): Declaration only, exported from utils.c.
> (skip_quoted): Delete, declared in completer.h.
> * c-exp.y: Include completer.h.
> * p-exp.y: Ditto.
> * jv-exp.y: Ditto.
> * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
> New operator enum values.
> * language.h (CAST_IS_CONVERSION): Test for language_objc.
> * language.c (binop_result_type): Handle language_objc case.
> (integral_type, character_type, string_type, boolean_type,
> structured_type, binop_type_check): Ditto.
> * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
> (struct objc_specific): Add to general_symbol_info.
> (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
> (SYMBOL_DEMANGLED_NAME): Handle objc case.
> * parser-defs.h (struct objc_class_str): New struct type.
> (start_msglist, end_msglist, add_msglist): Declaration only,
> exported from objc-lang.c.
> * value.h (value_of_local, value_nsstring,
> call_function_by_hand_expecting_type): Exported from valops.c.
> * valops.c (find_function_addr): Export.
> (call_function_by_hand_expecting_type): New function.
> (value_of_local): New function.
> * symfile.c (init_filename_language_table): Add ".m" extension
> for Objective-C.
> * utils.c (puts_filtered_tabular): New function.
> (fprintf_symbol_filtered): Add objc demangling support (disabled).
> (set/show demangle): Extend help-string to refer to ObjC.
> * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
> * stabsread.c (symbol_reference_defined): Objective-C symbols
> may contain colons: make allowances when scanning stabs strings
> for colons.
> (objc_find_colon): New function.
> * printcmd.c (address_info): If language == objc then print
> "self" instead of "this".
> * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
> OP_NSSTRING, and OP_SELF.
> (prefixify_subexp): Ditto.
> * source.c (print_source_lines): Mention objc in comment.
> * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
> method names.
>
prev parent reply other threads:[~2002-09-19 3:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-18 18:38 Michael Snyder
2002-09-18 20:46 ` Andrew Cagney [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3D894876.9040706@ges.redhat.com \
--to=ac131313@ges.redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=jingham@apple.com \
--cc=klee@apple.com \
--cc=msnyder@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox