You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are any function names on the stack that have spaces, those functions currently will get broken into pieces and be represented as two objects on the stack.
If there are any function names on the stack that have spaces, those functions currently will get broken into pieces and be represented as two objects on the stack.
This code from lineprof should solve that issue:
https://github.com/hadley/lineprof/blob/d034a7e/src/parse-refs.cpp#L36-L54
The text was updated successfully, but these errors were encountered: