Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
8745f368
Commit
8745f368
authored
Jun 21, 2003
by
Sam Ravnborg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arch/um: Renamed CONFIG_DEBUGSYM to CONFIG_DEBUG_INFO
parent
a06f9f6d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
10 deletions
+8
-10
arch/um/Kconfig
arch/um/Kconfig
+5
-5
arch/um/Makefile
arch/um/Makefile
+1
-3
arch/um/config.release
arch/um/config.release
+1
-1
arch/um/defconfig
arch/um/defconfig
+1
-1
No files found.
arch/um/Kconfig
View file @
8745f368
...
...
@@ -219,7 +219,7 @@ config DEBUG_SLAB
config DEBUG_SPINLOCK
bool "Debug spinlocks usage"
config DEBUG
SYM
config DEBUG
_INFO
bool "Enable kernel debugging symbols"
help
When this is enabled, the User-Mode Linux binary will include
...
...
@@ -232,15 +232,15 @@ config DEBUGSYM
config FRAME_POINTER
bool
default y if DEBUG
SYM
default y if DEBUG
_INFO
config PT_PROXY
bool "Enable ptrace proxy"
depends on XTERM_CHAN && DEBUG
SYM
depends on XTERM_CHAN && DEBUG
_INFO
config GPROF
bool "Enable gprof support"
depends on DEBUG
SYM
depends on DEBUG
_INFO
help
This allows profiling of a User-Mode Linux kernel with the gprof
utility.
...
...
@@ -253,7 +253,7 @@ config GPROF
config GCOV
bool "Enable gcov support"
depends on DEBUG
SYM
depends on DEBUG
_INFO
help
This option allows developers to retrieve coverage data from a UML
session.
...
...
arch/um/Makefile
View file @
8745f368
...
...
@@ -13,12 +13,10 @@ OS := $(shell uname -s)
# EXTRAVERSION...
MODLIB
:=
$(INSTALL_MOD_PATH)
/lib/modules/
$(KERNELRELEASE)
ifeq
($(CONFIG_DEBUG
SYM
),y)
ifeq
($(CONFIG_DEBUG
_INFO
),y)
CFLAGS
:=
$(
subst
-fomit-frame-pointer
,,
$(CFLAGS)
)
endif
CFLAGS-$(CONFIG_DEBUGSYM)
+=
-g
core-y
+=
$(ARCH_DIR)
/kernel/
\
$(ARCH_DIR)
/drivers/
\
$(ARCH_DIR)
/sys-
$(SUBARCH)
/
...
...
arch/um/config.release
View file @
8745f368
...
...
@@ -329,7 +329,7 @@ CONFIG_NLS_DEFAULT="iso8859-1"
# Kernel hacking
#
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG
SYM
is not set
# CONFIG_DEBUG
_INFO
is not set
# CONFIG_PT_PROXY is not set
# CONFIG_GPROF is not set
# CONFIG_GCOV is not set
arch/um/defconfig
View file @
8745f368
...
...
@@ -399,7 +399,7 @@ CONFIG_MTD_BLKMTD=m
#
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_SPINLOCK is not set
CONFIG_DEBUG
SYM
=y
CONFIG_DEBUG
_INFO
=y
CONFIG_FRAME_POINTER=y
CONFIG_PT_PROXY=y
# CONFIG_GPROF is not set
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment