On Mon, 4 Sep 2006 12:47:44 -0700
Tom Rini <[EMAIL PROTECTED]> wrote:

> On Mon, Sep 04, 2006 at 12:30:54PM -0700, Andrew Morton wrote:
> > On Mon, 4 Sep 2006 12:26:36 -0700
> > Andrew Morton <[EMAIL PROTECTED]> wrote:
> > 
> > > that file got lost.
> > 
> > I stole a copy of dwarf2.h from an older patch I had and I now get
> > 
> > make: *** No rule to make target `/usr/src/devel/scripts/dwarfh.awk', 
> > needed by `include/linux/dwarf2-defs.h'.  Stop.
> 
> I wonder if it's problem of the patch not actually being there.  Are
> things like kernel/kgdb.c around?
> 

Here's the full diffstat for everything I pulled from

git+ssh://master.kernel.org/pub/scm/linux/kernel/git/trini/linux-2.6-kgdb-master.git

 arch/mips/kernel/gdb-stub.c                                  | 1154 ------
 arch/mips/sibyte/swarm/dbg_io.c                              |   76 
 arch/mips/tx4927/common/tx4927_dbgio.c                       |   47 
 arch/mips/tx4938/common/dbgio.c                              |   50 
 arch/ppc/kernel/ppc-stub.c                                   |  866 ----
 arch/sh/kernel/kgdb_jmp.S                                    |   33 
 arch/sh/kernel/kgdb_stub.c                                   | 1491 --------
 b/Documentation/DocBook/Makefile                             |    2 
 b/Documentation/DocBook/kgdb.tmpl                            |  250 +
 b/MAINTAINERS                                                |    9 
 b/Makefile                                                   |    7 
 b/arch/arm/kernel/Makefile                                   |    1 
 b/arch/arm/kernel/entry-armv.S                               |    2 
 b/arch/arm/kernel/setup.c                                    |    5 
 b/arch/arm/kernel/traps.c                                    |   11 
 b/arch/arm/mach-ixp2000/core.c                               |    4 
 b/arch/arm/mach-ixp2000/ixdp2x01.c                           |    6 
 b/arch/arm/mach-ixp4xx/coyote-setup.c                        |    4 
 b/arch/arm/mach-ixp4xx/ixdp425-setup.c                       |   12 
 b/arch/arm/mach-omap1/serial.c                               |    4 
 b/arch/arm/mach-pnx4008/core.c                               |    4 
 b/arch/arm/mach-pxa/Makefile                                 |    1 
 b/arch/arm/mach-versatile/core.c                             |    8 
 b/arch/arm/mm/extable.c                                      |    7 
 b/arch/i386/kernel/Makefile                                  |    1 
 b/arch/i386/kernel/entry.S                                   |  111 
 b/arch/i386/kernel/head.S                                    |    5 
 b/arch/i386/kernel/kgdb-jmp.S                                |   74 
 b/arch/i386/kernel/kgdb.c                                    |  363 ++
 b/arch/i386/kernel/process.c                                 |   20 
 b/arch/i386/kernel/setup.c                                   |    3 
 b/arch/i386/kernel/smpboot.c                                 |    3 
 b/arch/i386/kernel/traps.c                                   |   12 
 b/arch/i386/mm/fault.c                                       |    4 
 b/arch/ia64/kernel/Makefile                                  |    1 
 b/arch/ia64/kernel/entry.S                                   |    4 
 b/arch/ia64/kernel/ivt.S                                     |   16 
 b/arch/ia64/kernel/kgdb-jmp.S                                |  238 +
 b/arch/ia64/kernel/kgdb.c                                    | 1131 ++++++
 b/arch/ia64/kernel/process.c                                 |    6 
 b/arch/ia64/kernel/smp.c                                     |   17 
 b/arch/ia64/kernel/traps.c                                   |    6 
 b/arch/ia64/kernel/unwind.c                                  |   87 
 b/arch/ia64/mm/extable.c                                     |    6 
 b/arch/ia64/mm/fault.c                                       |    4 
 b/arch/mips/Kconfig.debug                                    |   19 
 b/arch/mips/kernel/Makefile                                  |    3 
 b/arch/mips/kernel/irq.c                                     |   32 
 b/arch/mips/kernel/kgdb-jmp.c                                |  116 
 b/arch/mips/kernel/kgdb-setjmp.S                             |   28 
 b/arch/mips/kernel/kgdb.c                                    |  297 +
 b/arch/mips/kernel/kgdb_handler.S                            |   57 
 b/arch/mips/kernel/traps.c                                   |   24 
 b/arch/mips/mips-boards/generic/Makefile                     |    1 
 b/arch/mips/mips-boards/generic/init.c                       |   61 
 b/arch/mips/mips-boards/malta/malta_setup.c                  |    8 
 b/arch/mips/mm/extable.c                                     |    7 
 b/arch/mips/sibyte/cfe/setup.c                               |   14 
 b/arch/mips/sibyte/sb1250/Makefile                           |    1 
 b/arch/mips/sibyte/sb1250/irq.c                              |   50 
 b/arch/mips/sibyte/sb1250/kgdb_sibyte.c                      |  164 
 b/arch/mips/sibyte/swarm/Makefile                            |    2 
 b/arch/mips/tx4927/common/Makefile                           |    1 
 b/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c |   12 
 b/arch/mips/tx4938/common/Makefile                           |    1 
 b/arch/mips/tx4938/toshiba_rbtx4938/setup.c                  |   10 
 b/arch/powerpc/Kconfig.debug                                 |   50 
 b/arch/powerpc/kernel/Makefile                               |    1 
 b/arch/powerpc/kernel/kgdb.c                                 |  423 ++
 b/arch/powerpc/kernel/setup_32.c                             |   16 
 b/arch/powerpc/mm/fault.c                                    |    8 
 b/arch/powerpc/platforms/powermac/setup.c                    |    4 
 b/arch/ppc/Kconfig.debug                                     |   36 
 b/arch/ppc/kernel/kgdb.c                                     |  350 +
 b/arch/ppc/kernel/setup.c                                    |   16 
 b/arch/ppc/mm/fault.c                                        |    9 
 b/arch/ppc/platforms/4xx/bubinga.c                           |   23 
 b/arch/ppc/platforms/4xx/ebony.c                             |   27 
 b/arch/ppc/platforms/4xx/ocotea.c                            |   26 
 b/arch/ppc/platforms/4xx/xilinx_ml300.c                      |   18 
 b/arch/ppc/platforms/85xx/sbc8560.c                          |   32 
 b/arch/ppc/platforms/chestnut.c                              |    5 
 b/arch/ppc/platforms/pplus.c                                 |    3 
 b/arch/ppc/platforms/sandpoint.c                             |    3 
 b/arch/ppc/platforms/spruce.c                                |   21 
 b/arch/ppc/syslib/Makefile                                   |    1 
 b/arch/ppc/syslib/gen550.h                                   |    1 
 b/arch/ppc/syslib/ibm44x_common.c                            |    3 
 b/arch/ppc/syslib/mv64x60.c                                  |   55 
 b/arch/ppc/syslib/mv64x60_dbg.c                              |   52 
 b/arch/ppc/syslib/ppc85xx_setup.c                            |   13 
 b/arch/sh/Kconfig.debug                                      |   92 
 b/arch/sh/Makefile                                           |    1 
 b/arch/sh/boards/se/7751/setup.c                             |  139 
 b/arch/sh/kernel/Makefile                                    |    2 
 b/arch/sh/kernel/cpu/sh3/ex.S                                |    2 
 b/arch/sh/kernel/cpu/sh4/ex.S                                |    2 
 b/arch/sh/kernel/entry.S                                     |   30 
 b/arch/sh/kernel/kgdb-jmp.S                                  |   32 
 b/arch/sh/kernel/kgdb.c                                      |  363 ++
 b/arch/sh/kernel/setup.c                                     |   94 
 b/arch/sh/kernel/time.c                                      |    8 
 b/arch/sh/kernel/traps.c                                     |   20 
 b/arch/sh/mm/extable.c                                       |    7 
 b/arch/sh/mm/fault-nommu.c                                   |   14 
 b/arch/sh/mm/fault.c                                         |   12 
 b/arch/x86_64/Kconfig.debug                                  |    3 
 b/arch/x86_64/kernel/Makefile                                |    1 
 b/arch/x86_64/kernel/entry.S                                 |    2 
 b/arch/x86_64/kernel/kgdb-jmp.S                              |   65 
 b/arch/x86_64/kernel/kgdb.c                                  |  474 ++
 b/arch/x86_64/mm/fault.c                                     |    4 
 b/drivers/char/keyboard.c                                    |    1 
 b/drivers/net/Makefile                                       |    1 
 b/drivers/net/kgdboe.c                                       |  294 +
 b/drivers/serial/8250.c                                      |   19 
 b/drivers/serial/8250_kgdb.c                                 |  516 ++
 b/drivers/serial/Kconfig                                     |    2 
 b/drivers/serial/Makefile                                    |    4 
 b/drivers/serial/amba-pl011.c                                |    2 
 b/drivers/serial/cpm_uart/Makefile                           |    1 
 b/drivers/serial/cpm_uart/cpm_uart.h                         |   37 
 b/drivers/serial/cpm_uart/cpm_uart_core.c                    |   99 
 b/drivers/serial/cpm_uart/cpm_uart_cpm1.c                    |   28 
 b/drivers/serial/cpm_uart/cpm_uart_cpm2.c                    |    4 
 b/drivers/serial/cpm_uart/cpm_uart_kgdb.c                    |  195 +
 b/drivers/serial/kgdb_serial_txx9.c                          |  169 
 b/drivers/serial/mpsc.c                                      |    5 
 b/drivers/serial/mpsc_kgdb.c                                 |  299 +
 b/drivers/serial/pxa.c                                       |    5 
 b/drivers/serial/serial_core.c                               |   23 
 b/drivers/serial/serial_txx9.c                               |   16 
 b/drivers/serial/sh-sci.c                                    |  296 -
 b/include/asm-arm/system.h                                   |   35 
 b/include/asm-i386/kdebug.h                                  |    1 
 b/include/asm-i386/kgdb.h                                    |   58 
 b/include/asm-ia64/kdebug.h                                  |    1 
 b/include/asm-ia64/kgdb.h                                    |   36 
 b/include/asm-mips/kdebug.h                                  |   47 
 b/include/asm-mips/kgdb.h                                    |   34 
 b/include/asm-powerpc/kgdb.h                                 |   74 
 b/include/asm-ppc/kgdb.h                                     |   59 
 b/include/asm-ppc/machdep.h                                  |    2 
 b/include/asm-ppc/mv64x60.h                                  |    2 
 b/include/asm-ppc/mv64x60_defs.h                             |    3 
 b/include/asm-sh/kgdb.h                                      |  117 
 b/include/asm-sh/system.h                                    |   40 
 b/include/asm-x86_64/kdebug.h                                |    1 
 b/include/asm-x86_64/kgdb.h                                  |   54 
 b/include/asm-x86_64/system.h                                |    6 
 b/include/linux/kgdb.h                                       |  278 +
 b/include/linux/module.h                                     |   16 
 b/include/linux/netpoll.h                                    |    2 
 b/include/linux/serial_8250.h                                |    1 
 b/kernel/Makefile                                            |    1 
 b/kernel/kgdb.c                                              | 1975 +++++++++++
 b/kernel/module.c                                            |   57 
 b/kernel/sched.c                                             |    4 
 b/kernel/softlockup.c                                        |    5 
 b/kernel/timer.c                                             |    7 
 b/lib/Kconfig.debug                                          |  202 +
 b/net/core/netpoll.c                                         |    3 
 162 files changed, 9905 insertions(+), 4869 deletions(-)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to