Skip to content

Commit

Permalink
debugging: labs: add 'cd' for cloning kdmx
Browse files Browse the repository at this point in the history
We have a 'cd' before all such sections, and the previous section left us
in the kernel buil dir, so just 'cd' in a directory that is appropriate for
cloning kdmx.

Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Nov 17, 2023
1 parent 49a3827 commit b42b73d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ \section{KGDB debugging}
the console simultaneously, compile and run kdmx on your development host:

\begin{bashinput}
$ cd /home/$USER/debugging-labs
$ git clone https://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git
$ cd agent-proxy/kdmx
$ make
Expand Down

0 comments on commit b42b73d

Please sign in to comment.