mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
freedreno/docs: Add -k option to nc command
Netcat locks on to the first connection so if one tried to use breadcrumbs again Netcat will appear as if it didn't receive anything. Use `-k` so that it accepts another connection. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38419>
This commit is contained in:
parent
00edddf542
commit
294e72e2b5
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ A typical work flow would be:
|
|||
|
||||
.. code-block:: sh
|
||||
|
||||
nc -lvup $PORT | stdbuf -o0 xxd -pc -c 4 | awk -Wposix '{printf("%u:%u\n", "0x" $0, a[$0]++)}'
|
||||
nc -lkvup $PORT | stdbuf -o0 xxd -pc -c 4 | awk -Wposix '{printf("%u:%u\n", "0x" $0, a[$0]++)}'
|
||||
|
||||
- Start capturing command stream;
|
||||
- Replay the hanging trace with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue