mirror of
https://github.com/darlinghq/class-dump.git
synced 2024-11-23 20:39:39 +00:00
Removed RCS IDs, now that we're in the brave new world of Subversion.
This commit is contained in:
parent
a385b991b6
commit
6cf7b3d976
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDClassDump.h,v 1.50 2004/02/18 07:31:29 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDClassDump.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSArray-Extensions.h"
|
||||
#import "CDDylibCommand.h"
|
||||
@ -16,8 +15,6 @@
|
||||
#import "CDTypeFormatter.h"
|
||||
#import "CDTypeParser.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDClassDump.m,v 1.67 2004/02/11 01:12:51 nygard Exp $");
|
||||
|
||||
@implementation CDClassDump
|
||||
|
||||
static NSMutableSet *wrapperExtensions = nil;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDDylibCommand.h,v 1.4 2004/01/06 02:39:25 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,11 +4,8 @@
|
||||
|
||||
#import "CDDylibCommand.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDDylibCommand.m,v 1.5 2004/01/06 02:39:26 nygard Exp $");
|
||||
|
||||
// Does this work with different endianness?
|
||||
static NSString *CDDylibVersionString(unsigned long version)
|
||||
{
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDLoadCommand.h,v 1.4 2004/01/06 02:31:40 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,13 +4,10 @@
|
||||
|
||||
#import "CDLoadCommand.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDSegmentCommand.h"
|
||||
#import "CDDylibCommand.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDLoadCommand.m,v 1.6 2004/02/11 00:39:47 nygard Exp $");
|
||||
|
||||
@implementation CDLoadCommand
|
||||
|
||||
+ (id)loadCommandWithPointer:(const void *)ptr machOFile:(CDMachOFile *)aMachOFile;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDMachOFile.h,v 1.8 2004/07/07 22:56:43 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDMachOFile.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#include <mach-o/loader.h>
|
||||
|
||||
@ -12,8 +11,6 @@
|
||||
#import "CDLoadCommand.h"
|
||||
#import "CDSegmentCommand.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMachOFile.m,v 1.12 2004/07/07 22:56:43 nygard Exp $");
|
||||
|
||||
@implementation CDMachOFile
|
||||
|
||||
- (id)initWithFilename:(NSString *)aFilename;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDMethodType.h,v 1.8 2004/01/16 00:18:20 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,12 +4,9 @@
|
||||
|
||||
#import "CDMethodType.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDType.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMethodType.m,v 1.10 2004/01/16 00:18:20 nygard Exp $");
|
||||
|
||||
@implementation CDMethodType
|
||||
|
||||
- (id)initWithType:(CDType *)aType offset:(NSString *)anOffset;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDOCCategory.h,v 1.8 2004/02/11 00:07:53 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,15 +4,12 @@
|
||||
|
||||
#import "CDOCCategory.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDClassDump.h"
|
||||
#import "CDOCMethod.h"
|
||||
#import "CDSymbolReferences.h"
|
||||
#import "NSArray-Extensions.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCCategory.m,v 1.12 2004/02/11 06:30:19 nygard Exp $");
|
||||
|
||||
@implementation CDOCCategory
|
||||
|
||||
- (void)dealloc;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDOCClass.h,v 1.18 2004/02/11 01:19:54 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
@ -31,4 +27,3 @@
|
||||
- (NSArray *)dependancies;
|
||||
|
||||
@end
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDOCClass.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSArray-Extensions.h"
|
||||
#import "CDClassDump.h"
|
||||
@ -14,8 +13,6 @@
|
||||
#import "CDType.h"
|
||||
#import "CDTypeParser.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCClass.m,v 1.32 2004/02/11 02:31:26 nygard Exp $");
|
||||
|
||||
@implementation CDOCClass
|
||||
|
||||
- (void)dealloc;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDOCIvar.h,v 1.9 2004/02/03 22:51:51 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,13 +4,10 @@
|
||||
|
||||
#import "CDOCIvar.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDClassDump.h"
|
||||
#import "CDTypeFormatter.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCIvar.m,v 1.19 2004/02/03 22:51:51 nygard Exp $");
|
||||
|
||||
@implementation CDOCIvar
|
||||
|
||||
- (id)initWithName:(NSString *)aName type:(NSString *)aType offset:(int)anOffset;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDOCMethod.h,v 1.9 2004/02/03 22:51:51 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,13 +4,10 @@
|
||||
|
||||
#import "CDOCMethod.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDClassDump.h"
|
||||
#import "CDTypeFormatter.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCMethod.m,v 1.21 2004/02/11 01:19:54 nygard Exp $");
|
||||
|
||||
@implementation CDOCMethod
|
||||
|
||||
- (id)init;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDOCModule.h,v 1.11 2004/02/11 01:19:54 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,13 +4,10 @@
|
||||
|
||||
#import "CDOCModule.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDObjCSegmentProcessor.h"
|
||||
#import "CDOCSymtab.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCModule.m,v 1.11 2004/02/03 22:51:52 nygard Exp $");
|
||||
|
||||
@implementation CDOCModule
|
||||
|
||||
- (id)init;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDOCProtocol.h,v 1.17 2004/02/03 22:51:52 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDOCProtocol.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSArray-Extensions.h"
|
||||
#import "CDClassDump.h"
|
||||
@ -13,8 +12,6 @@
|
||||
#import "CDSymbolReferences.h"
|
||||
#import "CDTypeParser.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCProtocol.m,v 1.24 2004/02/03 22:51:52 nygard Exp $");
|
||||
|
||||
@implementation CDOCProtocol
|
||||
|
||||
- (id)init;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDOCSymtab.h,v 1.11 2004/02/03 22:51:52 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,15 +4,12 @@
|
||||
|
||||
#import "CDOCSymtab.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDClassDump.h"
|
||||
#import "CDOCCategory.h"
|
||||
#import "CDOCClass.h"
|
||||
#import "CDSymbolReferences.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCSymtab.m,v 1.17 2004/02/03 22:51:52 nygard Exp $");
|
||||
|
||||
@implementation CDOCSymtab
|
||||
|
||||
- (id)init;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDObjCSegmentProcessor-Private.h,v 1.4 2004/01/27 21:32:09 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDObjCSegmentProcessor-Private.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDMachOFile.h"
|
||||
#import "CDOCCategory.h"
|
||||
@ -18,8 +17,6 @@
|
||||
#import "CDSegmentCommand.h"
|
||||
#import "NSArray-Extensions.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor-Private.m,v 1.10 2004/02/11 01:35:22 nygard Exp $");
|
||||
|
||||
@implementation CDObjCSegmentProcessor (Private)
|
||||
|
||||
- (void)processModules;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDObjCSegmentProcessor.h,v 1.16 2004/02/11 00:07:53 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDObjCSegmentProcessor.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDClassDump.h"
|
||||
#import "CDDylibCommand.h"
|
||||
@ -21,8 +20,6 @@
|
||||
#import "NSArray-Extensions.h"
|
||||
#import "CDObjCSegmentProcessor-Private.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor.m,v 1.20 2004/07/07 22:56:43 nygard Exp $");
|
||||
|
||||
@implementation CDObjCSegmentProcessor
|
||||
|
||||
- (id)initWithMachOFile:(CDMachOFile *)aMachOFile;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDSection.h,v 1.3 2004/01/06 02:31:43 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,13 +4,10 @@
|
||||
|
||||
#import "CDSection.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDMachOFile.h"
|
||||
#import "CDSegmentCommand.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSection.m,v 1.4 2004/01/06 02:31:43 nygard Exp $");
|
||||
|
||||
@implementation CDSection
|
||||
|
||||
// Just to resolve multiple different definitions...
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDSegmentCommand.h,v 1.4 2004/02/11 01:35:22 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,12 +4,9 @@
|
||||
|
||||
#import "CDSegmentCommand.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDSection.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSegmentCommand.m,v 1.5 2004/02/11 01:35:22 nygard Exp $");
|
||||
|
||||
@implementation CDSegmentCommand
|
||||
|
||||
- (id)initWithPointer:(const void *)ptr machOFile:(CDMachOFile *)aMachOFile;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDStructureRegistrationProtocol.h,v 1.1 2004/01/16 00:18:21 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDStructureTable.h,v 1.14 2004/02/11 01:35:22 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDStructureTable.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSArray-Extensions.h"
|
||||
#import "CDClassDump.h"
|
||||
@ -14,8 +13,6 @@
|
||||
#import "CDTypeName.h"
|
||||
#import "CDTypeParser.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDStructureTable.m,v 1.19 2004/02/11 01:35:22 nygard Exp $");
|
||||
|
||||
@implementation CDStructureTable
|
||||
|
||||
- (id)init;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDSymbolReferences.h,v 1.2 2004/02/03 22:18:37 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,11 +4,8 @@
|
||||
|
||||
#import "CDSymbolReferences.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSymbolReferences.m,v 1.3 2004/02/03 22:18:37 nygard Exp $");
|
||||
|
||||
@implementation CDSymbolReferences
|
||||
|
||||
- (id)init;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTopoSortNode.h,v 1.4 2004/02/11 00:07:54 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,12 +4,9 @@
|
||||
|
||||
#import "CDTopoSortNode.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSObject-CDExtensions.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTopoSortNode.m,v 1.5 2004/02/11 00:07:54 nygard Exp $");
|
||||
|
||||
@implementation CDTopoSortNode
|
||||
|
||||
- (id)initWithObject:(id <CDTopologicalSort>)anObject;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTopologicalSortProtocol.h,v 1.4 2004/02/11 00:07:54 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
4
CDType.h
4
CDType.h
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDType.h,v 1.23 2004/02/02 21:37:20 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
3
CDType.m
3
CDType.m
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDType.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSArray-Extensions.h"
|
||||
#import "NSString-Extensions.h"
|
||||
@ -13,8 +12,6 @@
|
||||
#import "CDTypeLexer.h" // For T_NAMED_OBJECT
|
||||
#import "CDTypeFormatter.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDType.m,v 1.39 2004/02/11 02:31:26 nygard Exp $");
|
||||
|
||||
@implementation CDType
|
||||
|
||||
- (id)init;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTypeFormatter.h,v 1.14 2004/02/11 01:35:22 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDTypeFormatter.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#include <assert.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSScanner-Extensions.h"
|
||||
@ -16,8 +15,6 @@
|
||||
#import "CDTypeLexer.h"
|
||||
#import "CDTypeParser.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeFormatter.m,v 1.29 2004/02/11 02:31:27 nygard Exp $");
|
||||
|
||||
@implementation CDTypeFormatter
|
||||
|
||||
- (BOOL)shouldExpand;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTypeLexer.h,v 1.10 2004/01/29 22:37:33 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,12 +4,9 @@
|
||||
|
||||
#import "CDTypeLexer.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSScanner-Extensions.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeLexer.m,v 1.15 2004/01/29 22:37:33 nygard Exp $");
|
||||
|
||||
@implementation CDTypeLexer
|
||||
|
||||
- (id)initWithString:(NSString *)aString;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTypeName.h,v 1.1 2004/01/18 01:34:58 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,11 +4,8 @@
|
||||
|
||||
#import "CDTypeName.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeName.m,v 1.1 2004/01/18 01:34:58 nygard Exp $");
|
||||
|
||||
@implementation CDTypeName
|
||||
|
||||
- (id)init;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTypeParser.h,v 1.17 2004/01/27 21:32:51 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#import "CDTypeParser.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#include <assert.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDMethodType.h"
|
||||
@ -13,8 +12,6 @@
|
||||
#import "CDTypeLexer.h"
|
||||
#import "NSString-Extensions.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeParser.m,v 1.31 2004/02/11 01:35:22 nygard Exp $");
|
||||
|
||||
NSString *CDSyntaxError = @"Syntax Error";
|
||||
|
||||
NSString *CDTokenDescription(int token)
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: NSArray-Extensions.h,v 1.6 2004/02/11 01:35:22 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,12 +4,9 @@
|
||||
|
||||
#import "NSArray-Extensions.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "CDTopoSortNode.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSArray-Extensions.m,v 1.8 2004/02/11 01:35:22 nygard Exp $");
|
||||
|
||||
@implementation NSArray (CDExtensions)
|
||||
|
||||
- (NSArray *)reversedArray;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: NSObject-CDExtensions.h,v 1.3 2004/01/06 02:31:44 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,11 +4,8 @@
|
||||
|
||||
#import "NSObject-CDExtensions.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSObject-CDExtensions.m,v 1.4 2004/01/06 02:31:45 nygard Exp $");
|
||||
|
||||
@implementation NSObject (CDExtensions)
|
||||
|
||||
- (void)performSelector:(SEL)aSelector withObjectsFromArray:(NSArray *)anArray;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: NSScanner-Extensions.h,v 1.7 2004/01/29 22:37:33 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,12 +4,9 @@
|
||||
|
||||
#import "NSScanner-Extensions.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSString-Extensions.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSScanner-Extensions.m,v 1.8 2004/01/29 22:37:33 nygard Exp $");
|
||||
|
||||
@implementation NSScanner (CDExtensions)
|
||||
|
||||
// other: $_:*
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: NSString-Extensions.h,v 1.9 2004/02/11 01:35:22 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -4,11 +4,8 @@
|
||||
|
||||
#import "NSString-Extensions.h"
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSString-Extensions.m,v 1.9 2004/01/29 22:37:33 nygard Exp $");
|
||||
|
||||
@implementation NSString (CDExtensions)
|
||||
|
||||
+ (NSString *)stringWithFileSystemRepresentation:(const char *)str;
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDPathUnitTest.h,v 1.1 2004/01/31 03:29:40 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDPathUnitTest.m,v 1.2 2004/02/03 22:51:53 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDStructHandlingUnitTest.h,v 1.9 2004/02/03 22:51:53 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDStructHandlingUnitTest.m,v 1.15 2004/02/03 22:51:53 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTypeFormatterUnitTest.h,v 1.9 2004/01/18 00:42:52 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTypeFormatterUnitTest.m,v 1.19 2004/02/18 07:39:42 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTypeParserUnitTest.h,v 1.3 2004/01/18 02:30:08 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// $Id: CDTypeParserUnitTest.m,v 1.3 2004/01/18 02:30:09 nygard Exp $
|
||||
//
|
||||
|
||||
// This file is part of class-dump, a utility for examining the
|
||||
// Objective-C segment of Mach-O files.
|
||||
// Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard
|
||||
|
@ -7,4 +7,3 @@ int main(int argc, const char *argv[])
|
||||
{
|
||||
return TestRunnerMain([AllTests class]);
|
||||
}
|
||||
|
||||
|
@ -22,8 +22,6 @@
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
012131630070A3B1C697A12D = {
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
@ -37,8 +35,6 @@
|
||||
name = Development;
|
||||
};
|
||||
012131640070A3B1C697A12D = {
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
@ -425,26 +421,6 @@
|
||||
refType = 4;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
01497A3705AA4EC30023398B = {
|
||||
fileEncoding = 30;
|
||||
isa = PBXFileReference;
|
||||
lastKnownFileType = sourcecode.c.h;
|
||||
path = rcsid.h;
|
||||
refType = 4;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
01497A3805AA4EC30023398B = {
|
||||
fileRef = 01497A3705AA4EC30023398B;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
01497A3B05AA4EC90023398B = {
|
||||
fileRef = 01497A3705AA4EC30023398B;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
01497A6005AD0BAC0023398B = {
|
||||
fileEncoding = 30;
|
||||
isa = PBXFileReference;
|
||||
@ -1368,7 +1344,6 @@
|
||||
014EEC34059AA5DD0097CFC1,
|
||||
01DEC43105A7622B00682FCC,
|
||||
01DEC43205A7622B00682FCC,
|
||||
01497A3805AA4EC30023398B,
|
||||
01497A6205AD0BAC0023398B,
|
||||
01E6681005B76139005849C7,
|
||||
01B607C405BA10E800A4AD78,
|
||||
@ -1712,7 +1687,6 @@
|
||||
014979C905AA15280023398B,
|
||||
014979D405AA152A0023398B,
|
||||
014979E105AA15310023398B,
|
||||
01497A3B05AA4EC90023398B,
|
||||
01497A6705AD0BB20023398B,
|
||||
01E6680F05B76139005849C7,
|
||||
01B607C205BA10E800A4AD78,
|
||||
@ -2077,7 +2051,6 @@
|
||||
};
|
||||
03070CA8FF009A5FC0A80A02 = {
|
||||
children = (
|
||||
01497A3705AA4EC30023398B,
|
||||
01C5C1270587C0740052C696,
|
||||
01C5C1240587C02B0052C696,
|
||||
01C5C1250587C03A0052C696,
|
||||
@ -2130,8 +2103,7 @@
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
03070CC8FF009A5FC0A80A02 = {
|
||||
fallbackIsa = PBXFileReference;
|
||||
isa = PBXFrameworkReference;
|
||||
isa = PBXFileReference;
|
||||
lastKnownFileType = wrapper.framework;
|
||||
name = Foundation.framework;
|
||||
path = /System/Library/Frameworks/Foundation.framework;
|
||||
|
3
main.m
3
main.m
@ -5,14 +5,11 @@
|
||||
#include <stdio.h>
|
||||
#include <libc.h>
|
||||
|
||||
#import "rcsid.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "NSString-Extensions.h"
|
||||
|
||||
#import "CDClassDump.h"
|
||||
|
||||
RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/main.m,v 1.4 2004/02/11 01:08:18 nygard Exp $");
|
||||
|
||||
void print_usage(void)
|
||||
{
|
||||
fprintf(stderr,
|
||||
|
Loading…
Reference in New Issue
Block a user