Enrico Deiana
Enrico Deiana
Ah, interesting. I remember testing (manually, probably should have written tests) the view tool/disassembly with all the syntax flags. Thank you for fixing it!
I noticed that func_view doesn't really check if a function is in funclist.log. As long as there is a funclist.log file (with any entry) in the trace dir, func_view prints...
> > I noticed that func_view doesn't really check if a function is in funclist.log. As long as there is a funclist.log file (with any entry) in the trace dir,...
#6916 supersedes this PR. Removing.
I am baffled. All tests passed on second re-try.
Same tests failed on master merge: https://github.com/DynamoRIO/dynamorio/commit/0caf3965ad9c3099e18568a387d9c4a2d4b63d9f. ``` 2025-12-03T01:15:02.3683820Z ====> FAILURE in debug-internal-32
Thanks for the note. I put a TODO (among others) in the PR for the initial implementation.
This might be related to glibc and its private interfaces that keep changing (#6693 #5437). What version of glibc are you using?
Failed again on master merge https://github.com/DynamoRIO/dynamorio/actions/runs/16669139799/attempts/1 with: ``` ```
`code_api|tool.drcacheoff.burst_threads` in ci x86-32 failed with: ``` Failed to synchronize with all threads when detaching. ``` at `004151938c2a2a8133295a79415aa8268b143616` (in PR #7556) after merging with master. The test passed on the...