Always define types from stdint.h so they are always available for use in expressions...
authorGreg Clayton <gclayton@apple.com>
Mon, 28 Jan 2013 22:31:43 +0000 (22:31 +0000)
committerGreg Clayton <gclayton@apple.com>
Mon, 28 Jan 2013 22:31:43 +0000 (22:31 +0000)
commit5b2a789c6f3c0cb4e718ce8e8c259c9626d06180
treebcd74694be2e915644c552ad08d1d2d76bbcca1d
parenta15b16f215b6a8c3b53429bae88b841d22c02300
Always define types from stdint.h so they are always available for use in expressions no matter what debug info you have. Types added are:

int8_t
uint8_t
int16_t
uint16_t
int32_t
uint32_t
int64_t
uint64_t
intptr_t
uintptr_t
size_t
ptrdiff_t
whar_t

llvm-svn: 173724
lldb/source/Expression/ExpressionSourceCode.cpp