<rdar://problem/12524810>
authorGreg Clayton <gclayton@apple.com>
Mon, 22 Oct 2012 20:49:35 +0000 (20:49 +0000)
committerGreg Clayton <gclayton@apple.com>
Mon, 22 Oct 2012 20:49:35 +0000 (20:49 +0000)
commite4c1ef55cec60327e8e81e4df1b69dc473016578
treea877902e5ef49762a62ea791668c978b7d1243fa
parentda031982b8ec242b8fef10fef2be0f56937c8d3a
<rdar://problem/12524810>

Fixed a crasher where if an invalid SBTarget was passed to:

lldb::addr_t
SBAddress::GetLoadAddress (const SBTarget &target) const;

We would crash.

llvm-svn: 166439
lldb/source/API/SBAddress.cpp