aboutsummaryrefslogtreecommitdiff
path: root/gdb/objc-lang.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-042002-10-03 Adam Fedor <fedor@gnu.org>Adam Fedor1-2/+0
* objc-lang.c: ARI fixes. Change string.h to gdb_string.h. (objc_demangle): Remove assignment in if statements, Replace free with xfree. (add_msglist): Likewise. (end_msglist): Likewise. (complare_selectors): Likewise. (selectors_info): Likewise. (compare_classes): Likewise. (classes_info): Likewise. (print_object_command): Likewise. (find_objc_msgcall_submethod): Replace PTR with void *. * objc-lang.h: Remove check for __STDC__.
2002-09-19Fix (C) and credit Michael Snyder with objc-lang.c.Andrew Cagney1-12/+14
2002-09-192002-09-18 Michael Snyder <msnyder@redhat.com>Michael Snyder1-29/+23
* objc-lang.c: First clean-up round: comments, indentation. * objc-lang.h: Ditto. * objc-lang.y: Ditto.
2002-09-182002-09-18 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+61
* objc-lang.c: New file, support for Objective-C. Preliminary check-in, not yet integrated into gdb. * objc-lang.h: New file. * objc-exp.y: New file.