/usr/include/freehdl/kernel-stack-trace.hh is in libfreehdl0-dev 0.0.7-1.2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #ifndef FREEHDL_KERNEL_STACK_TRACE_H
#define FREEHDL_KERNEL_STACK_TRACE_H
#include <freehdl/std-vhdl-types.hh>
// This function checks the current stack and print the source file name
// line number to 'str'. When vhdl_only is set true, only those files
// containing '.vhdl' or '.vhd' are printed.
void trace_source(buffer_stream &str, bool vhdl_only, const char * exefile);
#endif // #ifndef FREEHDL_KERNEL_STACK_TRACE_H
|