core/builtins/ps.h
changeset 7 184a1eb85cf2
parent 0 7f656887cf89
equal deleted inserted replaced
6:96d581d2147d 7:184a1eb85cf2
    40 	void PrintStackInfoL(RThread& aThread, const TDesC& aThreadName);
    40 	void PrintStackInfoL(RThread& aThread, const TDesC& aThreadName);
    41 	void PrintHeapInfoL(RThread& aThread, const TDesC& aThreadName);
    41 	void PrintHeapInfoL(RThread& aThread, const TDesC& aThreadName);
    42 	void PrintCpuTimeL(RThread& aThread, const TDesC& aThreadName);
    42 	void PrintCpuTimeL(RThread& aThread, const TDesC& aThreadName);
    43 	void PrintChunkInfoL(const TDesC& aProcessName);
    43 	void PrintChunkInfoL(const TDesC& aProcessName);
    44 	void PrintSizeL(const TDesC& aCaption, TInt aSize);
    44 	void PrintSizeL(const TDesC& aCaption, TInt aSize);
       
    45 	void PrintCodeSegsL(RProcess& aProcess);
    45 private:
    46 private:
    46 	TUint iProcessId;
    47 	TUint iProcessId;
    47 	HBufC* iMatch;
    48 	HBufC* iMatch;
    48 	TBool iPrintPriority;
    49 	TBool iPrintPriority;
    49 	TBool iPrintThreads;
    50 	TBool iPrintThreads;
    53 	TBool iPrintChunkInfo;
    54 	TBool iPrintChunkInfo;
    54 	TBool iPrintFileName;
    55 	TBool iPrintFileName;
    55 	TBool iPrintCommandLine;
    56 	TBool iPrintCommandLine;
    56 	TBool iPrintFlags;
    57 	TBool iPrintFlags;
    57 	TBool iPrintMemoryInfo;
    58 	TBool iPrintMemoryInfo;
       
    59 	TBool iPrintCodesegs;
    58 	TBool iVerbose;
    60 	TBool iVerbose;
    59 	TBool iHuman;
    61 	TBool iHuman;
    60 	TBool iExcludeDead;
    62 	TBool iExcludeDead;
    61 	TBool iOnlyDead;
    63 	TBool iOnlyDead;
    62 	TBool iAddresses;
    64 	TBool iAddresses;