summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_KGDB_HONOUR_BLOCKLIST
blob: 224aca0142831d95420136a408f03f719605d8de (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
# CONFIG_KGDB_HONOUR_BLOCKLIST:
# 
# If set to Y the debug core will use the kprobe blocklist to
# identify symbols where it is unsafe to set breakpoints.
# In particular this disallows instrumentation of functions
# called during debug trap handling and thus makes it very
# difficult to inadvertently provoke recursive trap handling.
# 
# If unsure, say Y.
# 
# Symbol: KGDB_HONOUR_BLOCKLIST [=y]
# Type  : bool
# Defined at lib/Kconfig.kgdb:27
#   Prompt: KGDB: use kprobe blocklist to prohibit unsafe breakpoints
#   Depends on: KGDB [=y] && HAVE_KPROBES [=y] && MODULES [=y]
#   Location:
#     -> Kernel hacking
#       -> Generic Kernel Debugging Instruments
#         -> KGDB: kernel debugger (KGDB [=y])
# Selects: KPROBES [=y]
# 
# 
# 
CONFIG_KGDB_HONOUR_BLOCKLIST=y