aboutsummaryrefslogtreecommitdiff
path: root/gdb/objc-lang.c
AgeCommit message (Collapse)AuthorFilesLines
2002-12-03* gdb/objc-lang.c (objc_printstr): Add width arg to matchAdam Fedor1-18/+17
printstr prototype. (compare_selectors): Add 'const' to arg types. (compare_classes): Likewise. (find_imps): Cast msym pointer to avoid compiler warning. (print_object_command): Validate the address before passing it to the print routine. (find_objc_msgcall_submethod): Change function argument to return an int. * objc-lang.h: Add 'extern' to all function declaration. (value_nsstring): Add declaration.
2002-10-252002-10-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
* complaints.h (struct deprecated_complaint): Rename `struct complaint'. * complaints.c (complain): Update. * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete incorrect comment indicating that "symfile.h" was being included for the `struct complaint' definition. * remote-vx.c: Update. * objc-lang.c: Update. * xcoffread.c: Update. * hpread.c: Update. * mdebugread.c: Update. * stabsread.c: Update. * dwarf2read.c: Update. * dwarfread.c: Update. * elfread.c: Update. * coffread.c: Update. * stabsread.h: Update. * dbxread.c: Update. * buildsym.c: Update. * gdbtypes.c: Update. * macrotab.c: Update.
2002-10-232002-10-23 David Carlton <carlton@math.stanford.edu>David Carlton1-2/+2
* parse.c (parse_exp_1): Use BLOCK_START. * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END, SYMBOL_BLOCK_VALUE. * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
2002-10-042002-10-03 Adam Fedor <fedor@gnu.org>Adam Fedor1-24/+37
* 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-13/+18
2002-09-192002-09-18 Michael Snyder <msnyder@redhat.com>Michael Snyder1-260/+310
* 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/+1905
* 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.