Omar Sandoval
|
e1673f9f29
|
typename: use a better canonical formatting for integer types
I.e., omit "int" for "short", "long", and "long long".
|
2018-04-29 23:56:31 -07:00 |
|
Omar Sandoval
|
4c9a454cd2
|
type{,name}: get rid of __eq__()
We should only have these for testing.
|
2018-04-09 22:49:39 -07:00 |
|
Omar Sandoval
|
f347a51399
|
type{,name}: make qualifiers a frozenset
|
2018-04-09 21:57:52 -07:00 |
|
Omar Sandoval
|
b848134c49
|
Add (partial) support for function types
The only part not implemented is function type name parsing.
|
2018-04-08 23:04:08 -07:00 |
|
Omar Sandoval
|
adeeca927b
|
type: add TypeFactory.from_type_name()
|
2018-03-07 00:31:00 -08:00 |
|
Omar Sandoval
|
84e0910342
|
type: remove all DWARF-specific code from type classes
|
2018-03-06 00:42:03 -08:00 |
|
Omar Sandoval
|
1717c060cd
|
type: further improve type handling
Make specific type classes which are separate from the type name
classes.
|
2018-03-03 02:14:09 -08:00 |
|
Omar Sandoval
|
ec75400cc0
|
type: improve type handling
Add a parser for C type names and push the type logic out of the
CoredumpObject class.
|
2018-02-24 19:37:51 -08:00 |
|