diff -r 96d581d2147d -r 184a1eb85cf2 core/builtins/ps.h --- a/core/builtins/ps.h Fri Jul 09 10:11:55 2010 +0100 +++ b/core/builtins/ps.h Mon Jul 26 17:19:00 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;