summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.native
blob: a4144b43e05844f4d180602048f8489f593b34cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Menu for the native GDB

config GDB_NATIVE
    bool
    prompt "Native gdb"
    depends on ! BARE_METAL
    depends on ! BACKEND
    help
      Build and install a native gdb for the target, to run on the target.

if GDB_NATIVE

config GDB_NATIVE_NO_STATIC
    bool

config GDB_NATIVE_STATIC
    bool
    prompt "Build a static native gdb"
    depends on ! GDB_NATIVE_NO_STATIC
    help
      In case you have trouble with dynamic loading of shared libraries,
      you will find that a static gdb comes in handy.

endif # GDB_NATIVE