Skip to content

Commit

Permalink
Merge branch 'trs/actions/setup-debugger/fix-empty-cmdline-race'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Aug 15, 2024
2 parents 429f042 + ffe4299 commit 21f6afd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions actions/setup-debugger/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bpftrace
2 changes: 2 additions & 0 deletions actions/setup-debugger/debugger
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ main() {

while <& "$interceptor" IFS=$'\x1f' read -r pid comm exe; do
echo -n "process $pid ($comm) exec of $exe "
sleep 1
set-vars
echo -n "($argv0 ${args[*]}) "

if should-interact; then
echo "[intercepted by debugger]" >> /proc/"$pid"/fd/2
Expand Down
1 change: 1 addition & 0 deletions devel/check-readme
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ files-of-interest() {
files-to-ignore() {
git ls-files \
.gitignore \
'**/.gitignore' \
README.md \
'images/*' \
actions/setup-ssh/!(*.yaml|README.md) \
Expand Down

0 comments on commit 21f6afd

Please sign in to comment.