Jason,
> I am guessing you might be able to put a breakpoint at:
> serial8250_set_termios() or add in a dump_stack() to see when it
> changes, which is all in drivers/serial/8250.c
>
> You might also be able to set a breakpoint after:
>baud = uart_get_baud_rate(port, termios, old,
>
Philippe Auphelle wrote:
> Hi Dongdong,
>
>
>> Maybe you set a wrong format parms to kgdb, so it uses the default parms.
>>
>
> I don't think so, because if I kgdbwait, then the speed is actually
> what I set on the kernel parm line (eg 115200) when the kernel hits
> its breakpoint. So the
On Fri, Feb 5, 2010 at 3:08 PM, Philippe Auphelle wrote:
> Hi Dongdong,
>
>> Maybe you set a wrong format parms to kgdb, so it uses the default parms.
>
> I don't think so, because if I kgdbwait, then the speed is actually
> what I set on the kernel parm line (eg 115200) when the kernel hits
> its