mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Updates
2007-02-24 Soren Sandmann <sandmann@daimi.au.dk> * TODO: Updates * binparser.[ch]: Get rid of BIN_UINTn types; replace with single BIN_UINT, where the user must provide the width * elfparser.c: Update to new binparser API svn path=/trunk/; revision=354
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
bc004a104e
commit
cf70d3a7ed
7
TODO
7
TODO
@ -110,9 +110,6 @@ Before 1.2:
|
||||
|
||||
- the bin_parser_seek_record (..., 1); idiom is a little dubious
|
||||
|
||||
- maybe convert BIN_UINT32 => { BIN_UINT, 4 }
|
||||
we already have the width in the struct.
|
||||
|
||||
- Add error checking
|
||||
Also need to add error checking.
|
||||
|
||||
@ -675,6 +672,10 @@ Later:
|
||||
|
||||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
|
||||
* Missing things in binparser.[ch]
|
||||
|
||||
- maybe convert BIN_UINT32 => { BIN_UINT, 4 }
|
||||
we already have the width in the struct.
|
||||
|
||||
* Rethink binparser. Maybe the default mode should be:
|
||||
- there is a current offset
|
||||
|
||||
Reference in New Issue
Block a user