File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,10 @@ To get started with `gdb-static`, simply download the build for your architectur
64
64
65
65
> [ !NOTE]
66
66
> We provide two types of builds:
67
- > 1 . Builds with Python support, which are approximately ~ 30 MB in size.
68
- > 2 . Slimmer builds without Python support, which are approximately ~ 7 MB in size.
67
+ > 1 . Full builds with Python support && cross-architecture debugging, ~ 70MB in size.
68
+ > 2 . Slim builds, which are approximately ~ 10 MB in size.
69
+ >
70
+ > Full builds are modular - you can edit full_build_conf.sh to disable parts of the full builds.
69
71
70
72
You may choose to copy the ` gdb ` binary to the platform, or use ` gdbserver ` to debug remotely.
71
73
@@ -97,10 +99,10 @@ Building for a specific architecture
97
99
To build ` gdb-static ` for a specific architecture, run the following command:
98
100
99
101
``` bash
100
- make build[-with-python]- < ARCH>
102
+ make build- < ARCH> -[slim/full]
101
103
```
102
104
103
- Where ` <ARCH> ` is the architecture you want to build for, and ` -with-python ` may be added in order to compile gdb with Python support .
105
+ Where ` <ARCH> ` is the architecture you want to build for, and ` slim/full ` determines the build type (see note about builds above) .
104
106
105
107
The resulting binary will be placed in the ` build/artifacts/ ` directory:
106
108
You can’t perform that action at this time.
0 commit comments