cvs commit: src/sys/powerpc/include gdb_machdep.h src/sys/powerpc/powerpc gdb_machdep.c

Marcel Moolenaar marcel at FreeBSD.org
Sun Mar 16 17:46:54 PDT 2008


marcel      2008-03-17 00:46:52 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/include  gdb_machdep.h 
    sys/powerpc/powerpc  gdb_machdep.c 
  Log:
  Make remote GDB work for AIM processors. For BookE, the kernel
  will have a special section, named .PPC.EMB.apuinfo, which will
  tell GDB that a BookE processor is targeted and which will
  result in GDB using a different register definition. In order
  to support remote GDB for BookE, we need the GDB stub in the
  kernel look for that section and use the BookE definitions.
  
  Revision  Changes    Path
  1.2       +15 -3     src/sys/powerpc/include/gdb_machdep.h
  1.3       +12 -40    src/sys/powerpc/powerpc/gdb_machdep.c


More information about the cvs-src mailing list