Enable DumpLog.
authorMike McLaughlin <mikem@microsoft.com>
Fri, 20 Mar 2015 19:54:21 +0000 (12:54 -0700)
committerMike McLaughlin <mikem@microsoft.com>
Sat, 21 Mar 2015 22:13:45 +0000 (15:13 -0700)
commit618fd0933f5fe61f04e3de200e15ead9e80a1e3b
tree62f0b86fc09c233445e7a46e904a6e3e8e6937f9
parente80145d517962b4d78e6eeeb86cca1db044ba60b
Enable DumpLog.

Implemented DebugClient::GetNameByOffset for the DumpLog command.

Implemented stressLogDump.cpp's getTime for Linux by just formatting the system time.

Removed PAL_FormatDateW because there is no implementation.

Fix expression parsing to better default to hex (without the 0x) since most of the addresses and hex values printed by the sos commands don't have the 0x.
src/ToolBox/SOS/Strike/CMakeLists.txt
src/ToolBox/SOS/Strike/stressLogDump.cpp
src/ToolBox/SOS/Strike/strike.cpp
src/ToolBox/SOS/lldbplugin/debugclient.cpp
src/ToolBox/SOS/lldbplugin/debugclient.h
src/ToolBox/SOS/lldbplugin/inc/dbgeng.h
src/pal/inc/pal.h