lldb::tid_t is 64 bit, but "long" need not always be 64 bit.
Details
Details
Diff Detail
Diff Detail
Differential D12650
Convert "long" input to "long long" in typemap for lldb::tid_t. sivachandra on Sep 4 2015, 2:57 PM. Authored by
Details lldb::tid_t is 64 bit, but "long" need not always be 64 bit.
Diff Detail |