Peace Lee
Peace Lee
may I get libdlt.dll that exported all symbols?
could you share more detailed examples? As I understand, You wanna control stdout stream for target task created by guider. isn't it?
Do you want to redirect stdout of specific program to specific file such a below example? ``` # guider btrace "ls -lha > ./output" ```
Yes, there was no option about it. I implemented new options about it and you can test them using such below examples. ``` # ./guider.py btrace "ls" -q stdout:"./stdout" #...
>I hope that more data streams can be generally supported (like we are used to by the means of interactive shells). How do you specify other data streams except for...
I got it. You wanna use pipe from stdout or stderr of target task to stdin of other process? Covering such all redirections is not small job ;) How about...
I agree with you :) However, we will consider it later, as we currently only use c/c++ code very little.
I will check them, But Guider has no requirement except for python, linux kernel & libc, root permission. That is just runtime environment.
It looks better! 👍
I agree with you! I'll fix them!