Sunday 22 September 2024

Linux kernel gdb の続き

commit 59a2ceeef6d6bb8f68550fdbd84246b74a99f06b
Merge: d2f38a3c6507 0e9beb8a96f2
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Nov 9 10:11:53 2021 -0800
    Merge branch 'akpm' (patches from Andrew)
    Merge more updates from Andrew Morton:

これで

    git diff 0e9beb8a96f21a6df1579cb3a679e150e3269d80 59a2ceeef6d6bb8f68550fdbd84246b74a99f06b -- Makefile
    @@ -847,44 +850,6 @@ ifdef CONFIG_ZERO_CALL_USED_REGS
     KBUILD_CFLAGS  += -fzero-call-used-regs=used-gpr
     endif
    
    -DEBUG_CFLAGS   :=
    -
    -ifdef CONFIG_DEBUG_INFO
    -
    -ifdef CONFIG_DEBUG_INFO_SPLIT
    -DEBUG_CFLAGS   += -gsplit-dwarf
    -else
    -DEBUG_CFLAGS   += -g
    -endif

とばっちり消されてるっのはわかったんだけど...

ここからさきは、どうすれば良いの?

No comments: