File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ generates machine code without any labels and/or metadata
37
37
38
38
* Note: a warning may appear when linking, disregard it*
39
39
40
- Now examine both "binary" files, ` function.o ` and ` function.bin ` using ` xdd ` . You
40
+ Now examine both "binary" files, ` function.o ` and ` function.bin ` using ` xxd ` . You
41
41
will see that the ` .bin ` file is machine code, while the ` .o ` file has a lot
42
42
of debugging information, labels, etc.
43
43
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ on Homebrew's repos)
20
20
21
21
``` sh
22
22
cd /tmp/src
23
- curl -O http://ftp.rediris.es/mirror/GNU/gnu/ gdb/gdb-7.8.tar.gz
23
+ curl -O http://ftp.rediris.es/mirror/GNU/gdb/gdb-7.8.tar.gz
24
24
tar xf gdb-7.8.tar.gz
25
25
mkdir gdb-build
26
26
cd gdb-build
You can’t perform that action at this time.
0 commit comments