OSDN Git Service

* gdb/objc-lang.c (objc_printstr): Add width arg to match
authorfedor <fedor>
Tue, 3 Dec 2002 03:52:37 +0000 (03:52 +0000)
committerfedor <fedor>
Tue, 3 Dec 2002 03:52:37 +0000 (03:52 +0000)
commit9a3e37eea66f40594612d081260dd2fe40a30490
treeb9ceeee8635c791e65beca516ce9230f4802ac2e
parent4845cddaa895fd937dfdefd32cad6726596f0b20
* gdb/objc-lang.c (objc_printstr): Add width arg to match
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.
gdb/ChangeLog
gdb/objc-lang.c
gdb/objc-lang.h