Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreliable trace method #15

Open
lacombar opened this issue Mar 9, 2015 · 0 comments
Open

Unreliable trace method #15

lacombar opened this issue Mar 9, 2015 · 0 comments

Comments

@lacombar
Copy link

lacombar commented Mar 9, 2015

The trace method currently used, relying on strance, is unreliable. It fails to handle build system spawning sub-make command. For exemple:

# ls src/
a.cc
# make -C build
Entering .../build/
# clang++ [...] ../src/a.cc

Will fail because clang-tags will fail to intercept the newly spawned instance of make. As a result, its cwd will be ./ instead of ./build and ../src/a.cc will not be considered existent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant