Spinroot

A forum for Spin users

You are not logged in.

#1 2021-08-22 09:37:04

jllang
Member
From: Finland
Registered: 2021-05-05
Posts: 27

[SOLVED] Obtaining a trace without printf messages

Is it possible to obtain the trace of an execution with pan, excluding the messages printed by processes? It seems that `grep -E "^[ 0-9]+:"` might find all steps in the trace produced by `pan -r`. The regular expression could also match lines printed by processes, which is my problem.

Last edited by jllang (2021-08-27 07:06:12)

Offline

#2 2021-08-27 07:00:46

jllang
Member
From: Finland
Registered: 2021-05-05
Posts: 27

Re: [SOLVED] Obtaining a trace without printf messages

It turns out that the combination of the -p and -b flags of spin (not pan) was what I was looking for.

Offline

Board footer

Powered by FluxBB