lks9 / src-tracer

Other
0 stars 0 forks source link

Mmap trace #51

Closed ducorduck closed 8 months ago

ducorduck commented 1 year ago

to solve #28

lks9 commented 11 months ago

Sorry for taking so long. I think this is fine although not very readible in the end. I suggest:

lks9 commented 10 months ago

Sorry, I am currently working on the new trace format for #53 and need to touch this file. Can you do the above improvements (if you are not ok, you can also use other names as long as it gets less confusing then the current state)? Otherwise, I will do it myself. Thanks!

ducorduck commented 10 months ago

Sure. I'm working on it!

ducorduck commented 10 months ago

would this works?

lks9 commented 10 months ago

Sorry, was still not good. I realized that 'offset' was actually the correct name. But you still had 'start_byte' and also some 'bufferRange' at some point which made no sense at all (because it wasn't a range, it was just a position). I renamed it myself now.

I also tried it out with your bigtrace. It seems fine, so I think this one should be ready to merge.

lks9 commented 8 months ago

I am closing this as no longer mergeable. It would still be nice if this could be implemented...