diff -r 6bb86f60191e -r 18a55d594fba core/builtins/ps.h --- a/core/builtins/ps.h Thu Jul 29 12:03:43 2010 +1000 +++ b/core/builtins/ps.h Thu Jul 29 12:05:54 2010 +1000 @@ -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;