Changeset 160775d in freewrt for target


Ignore:
Timestamp:
Jun 17, 2007, 11:10:30 PM (18 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
b4adb7b
Parents:
49ed23f
Message:

add remote kernel debugging support

In general, this feature is device specific, and therefore only enabled for
rb-2.6. I doubt there is (already existing) support for other devices, yet.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2831 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
target
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • target/Config.in.kernel

    r49ed23f r160775d  
    7575        boolean
    7676        default n
     77
     78config FWRT_KERNEL_DEBUG_KERNEL
     79        boolean
     80        default n
     81
     82config FWRT_KERNEL_KGDB
     83        boolean
     84        default n
     85
     86config FWRT_KERNEL_GDB_CONSOLE
     87        boolean
     88        default n
     89
  • target/linux/Config.in

    r49ed23f r160775d  
    1212source target/linux/config/Config.in.misc
    1313source target/linux/config/Config.in.lib
     14source target/linux/config/Config.in.debug
Note: See TracChangeset for help on using the changeset viewer.