tracegen: add qint64 support

Change-Id: I4f4c5430ce86e364819ae35f3089bacf1d253484
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
bb10
Rafael Roquetto 2022-07-28 11:10:55 +10:00 committed by Rafael Roquetto
parent 180b496b53
commit c3b05dfbc3
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ static Tracepoint::Field::BackendType backendType(QString rawType)
{ "signed_long_long", Tracepoint::Field::Integer },
{ "signed_long_long_int", Tracepoint::Field::Integer },
{ "unsigned_long_long", Tracepoint::Field::Integer },
{ "qint64", Tracepoint::Field::Integer },
{ "char", Tracepoint::Field::Integer },
{ "intptr_t", Tracepoint::Field::IntegerHex },
{ "uintptr_t", Tracepoint::Field::IntegerHex },