diff -r 3a357d180879 -r 75024fba2fb1 core/builtins/ps.h --- a/core/builtins/ps.h Sun Jul 18 22:40:48 2010 +0100 +++ b/core/builtins/ps.h Wed Jul 28 16:41:19 2010 +0100 @@ -42,6 +42,7 @@ void PrintCpuTimeL(RThread& aThread, const TDesC& aThreadName); void PrintChunkInfoL(const TDesC& aProcessName); void PrintSizeL(const TDesC& aCaption, TInt aSize); + void PrintCodeSegsL(RProcess& aProcess); private: TUint iProcessId; HBufC* iMatch; @@ -55,6 +56,7 @@ TBool iPrintCommandLine; TBool iPrintFlags; TBool iPrintMemoryInfo; + TBool iPrintCodesegs; TBool iVerbose; TBool iHuman; TBool iExcludeDead;