feat: Dump a register trace disassembly if SBF_TRACE_DISASSEMBLE is set#199
feat: Dump a register trace disassembly if SBF_TRACE_DISASSEMBLE is set#199buffalojoec merged 3 commits intoanza-xyz:mainfrom
Conversation
|
cc @buffalojoec |
e95f95d to
3c5012d
Compare
…cingCallback Read the environment variable once at initialization instead of on every handler invocation, consistent with how SBF_TRACE_DIR is handled.
buffalojoec
left a comment
There was a problem hiding this comment.
Looks good. Mind just updating the section in the README with the new field and variable?
|
@procdump this is a breaking change, so do you want me to wait to publish until you've landed any more register tracing changes? |
I'm currently preparing the |
Yeah, I don't mind many subsequent changes, but I'd prefer to release once we have all of them in. I can release earlier if you need to use this change, though. |
What's changed
Dump a register trace disassembly if requested by user taking advantage of the API in
solana-sbpf.