Skip to content
Snippets Groups Projects
Commit 227e2ecd authored by David Bühler's avatar David Bühler
Browse files

[Eva] Small changes to the new Callstack interface.

- The callstack type is not private anymore. Only the current callstack in
  Eva_utils should not be modified without using push/pop; everywhere else,
  functions can freely create callstacks if needed.
  Removes function [change_thread], as it is now useless.

- [pop] only returns the new callstack: this simplifies all its current uses.

- new function [last_caller] returning the function from the penultimate call.

- new function [pretty_debug] to allow using Hptmap on callstacks.
parent 097be04d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment