e3611ca883
`GetValueAsUnsigned` return result as a Python `long`, while *some* versions of lldb require that an `int` is passed to `ReadCStringFromMemory` down the line. So let's cast result to `int`, which is 64 bit wide on Python2 anyway. Also use nicer accessors and a simpler rule to find Kotlin types.