Actions
Bug #139
closedbabeltrace API misses functions to access field properties
Start date:
02/29/2012
Due date:
% Done:
0%
Estimated time:
Description
We miss the ability to know :
- the signedness of an int
- the base of an int
- the encoding of an int
- the len of an array
- the encoding of a string
All of these functions are necessary to make happy a trace viewer who doesn't know in advance what to expect.
Updated by Julien Desfossez over 12 years ago
- Status changed from New to Resolved
fixed with commit 8673030f3cb8d157a30e79af524fd5cca253025e
Actions