summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.gdbserver
blob: ecc2c4adfafd79c516885e75870a28a21d080ccd (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
25
# Menu for the native gdbserver

config GDB_GDBSERVER
    bool
    prompt "gdbserver"
    depends on ! BARE_METAL
    help
      Build and install a gdbserver for the target, to run on the target.

if GDB_GDBSERVER

config GDB_GDBSERVER_STATIC
    bool
    prompt "Build a static gdbserver"
    default y
    help
      In case you have trouble with dynamic loading of shared libraries,
      you will find that a static gdbserver comes in handy.

endif # GDB_GDBSERVER

if BARE_METAL
comment "In bare-metal, you'll need to   "
comment "provide your own gdbserver stub."
endif # BARE_METAL