Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1641
b: refs/heads/master
c: 37fce85
h: refs/heads/master
i:
  1639: ab6b62d
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed May 28, 2005
1 parent 7ba2b4e commit c067df5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 567b56508f7367e161d6d861ef214a900ab45ce9
refs/heads/master: 37fce857bec00d26d0e8251c909da2bd8736c949
4 changes: 0 additions & 4 deletions trunk/arch/um/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ menu "Kernel hacking"

source "lib/Kconfig.debug"

config FRAME_POINTER
bool
default y if DEBUG_INFO

config PT_PROXY
bool "Enable ptrace proxy"
depends on XTERM_CHAN && DEBUG_INFO && MODE_TT
Expand Down
3 changes: 2 additions & 1 deletion trunk/lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ config DEBUG_FS

config FRAME_POINTER
bool "Compile the kernel with frame pointers"
depends on DEBUG_KERNEL && ((X86 && !X86_64) || CRIS || M68K || M68KNOMMU || FRV)
depends on DEBUG_KERNEL && ((X86 && !X86_64) || CRIS || M68K || M68KNOMMU || FRV || UML)
default y if DEBUG_INFO && UML
help
If you say Y here the resulting kernel image will be slightly larger
and slower, but it will give very useful debugging information.
Expand Down

0 comments on commit c067df5

Please sign in to comment.