Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: KGDB on evbarm (RPi)



Hi folks,

On Fri, May 10, 2013 at 09:39:05PM +0200, Reinoud Zandijk wrote:
> Index: rpi/rpi_machdep.c
> ===================================================================
> RCS file: /cvsroot/src/sys/arch/evbarm/rpi/rpi_machdep.c,v
> retrieving revision 1.35
....

As Nick quickly replied to me, this part needs to go since its already done in
arm32_boot.c:

> +#ifdef KGDB
> +     if (boothowto & RB_KDB) {
> +             kgdb_debug_init = 1;
> +             kgdb_connect(1);
> +     }
> +#endif
> +
> +#ifdef DDB
> +     db_machine_init();
> +     if (boothowto & RB_KDB)
> +             Debugger();
> +#endif

Now it boots into DDB but i haven't managed to get it into KGDB yet. Well, it
shows the colourfull graphics, so maybe its waiting now.

Trying to attach from my evbarm NAS doesn't seem to work yet though.

Ideas?

With regards,
Reinoud

Attachment: pgpd5nUin1C4K.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index