Hi everyone, I have some questions after reading kgdb patch,
1. Does it have porting guide?
2. Kgdb will process the data that host kgdb sent, so where is the
protocol specification?
3.Why I haven't seen about software breakpint implemention on
arch-kgdb(arch/blackfin/kernel),only hw bre
On Monday 24 March 2008 07:18:51 pm Jason Wessel wrote:
> Amit S. Kale wrote:
> > On Monday 17 March 2008 11:55:28 pm Konstantin Baydarov wrote:
> >> Problem:
> >> Sometimes(after remote gdb was connected) x86 SMP kernel(with KGDB and
> >> NMI watchdog enabled) hangs when kernel modules are automat
Amit S. Kale wrote:
> On Monday 17 March 2008 11:55:28 pm Konstantin Baydarov wrote:
>
>> Problem:
>> Sometimes(after remote gdb was connected) x86 SMP kernel(with KGDB and NMI
>> watchdog enabled) hangs when kernel modules are automatically loaded.
>>
>
> Konstantin,
>
> The description be
On Monday 17 March 2008 11:55:28 pm Konstantin Baydarov wrote:
> Problem:
> Sometimes(after remote gdb was connected) x86 SMP kernel(with KGDB and NMI
> watchdog enabled) hangs when kernel modules are automatically loaded.
Konstantin,
The description below doesn't mention how module loading comes
Jason Wessel wrote:
> Himanshu Chauhan wrote:
>
>> Dear all,
>>
>> After making Linux kernel use the DTE port for standard I/O and writing
>> a KGDB stub driver for the on board DBGU port, I am finally able to
>> connect to kgdb on my at91rm9200-ek board. When I pass kgdbwait as
>> parameter
Himanshu Chauhan wrote:
> Dear all,
>
> After making Linux kernel use the DTE port for standard I/O and writing
> a KGDB stub driver for the on board DBGU port, I am finally able to
> connect to kgdb on my at91rm9200-ek board. When I pass kgdbwait as
> parameter, kernel stops after "Uncompressi
Sergei Shtylyov wrote:
> Hello all.
>
> The issue I have discovered while fitting Alchemy KGDB driver into 2.6.24
> is that the following MIPS KGDB code from arch/mips/kernel/kgdb.c:
>
> void handle_exception(struct pt_regs *regs)
> {
> [...]
> /* In SMP mode, __flush_cache_all does IP
Dear all,
After making Linux kernel use the DTE port for standard I/O and writing
a KGDB stub driver for the on board DBGU port, I am finally able to
connect to kgdb on my at91rm9200-ek board. When I pass kgdbwait as
parameter, kernel stops after "Uncompressing Linux Booting Linux."
and I