Citando Frank Rowand :
> On 10/15/2014 10:36 AM, joaoandrefe...@sapo.pt wrote:
> < snip >
>
>> Thanks for the fix. I changed my code but an error persists. I've
>> copied the original code from the official repositories
>> (https://git.kernel.org/cgit/utils/kernel/kgdb/agent-proxy.git/),
>> m
version 2
changes from version 1
- incorrectly tested return value from do_read(). zero is not an error,
non-zero is.
---
kdmx/kdmx.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
Index: b/kdmx/kdmx.c
===
On 10/15/2014 10:36 AM, joaoandrefe...@sapo.pt wrote:
< snip >
> Thanks for the fix. I changed my code but an error persists. I've
> copied the original code from the official repositories
> (https://git.kernel.org/cgit/utils/kernel/kgdb/agent-proxy.git/),
> made the changes you mentioned in your
Citando Frank Rowand :
On 10/13/2014 10:34 AM, joaoandrefe...@sapo.pt wrote:
Citando Frank Rowand :
< snip >
Hello again, Frank,
I added the "console=ttyS0,115200n8" option you mentioned in the
target kernel boot line, and then rebooted the target. When CentOS
finished booting on the
kdmx incorrectly detects a 0xff character read from the serial port
as a read error. Fix.
---
kdmx/kdmx.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
Index: b/kdmx/kdmx.c
===
--- a/kdmx/kdmx.c
+++ b/kdmx/kdmx
On 10/13/2014 1:50 PM, Frank Rowand wrote:
> kdmx incorrectly detects a 0xff character read from the serial port
>
> as a read error. Fix.
That patch was corrupted on my end. I'll try again.
-Frank
>
>
>
> ---
>
> kdmx/kdmx.c | 10 ++
>
> 1 file changed, 6 insertions(+), 4 del
kdmx incorrectly detects a 0xff character read from the serial port
as a read error. Fix.
---
kdmx/kdmx.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
Index: b/kdmx/kdmx.c
===
--- a/kdmx/kdmx.c
+++ b
On 10/13/2014 10:34 AM, joaoandrefe...@sapo.pt wrote:
> Citando Frank Rowand :
< snip >
> Hello again, Frank,
>
> I added the "console=ttyS0,115200n8" option you mentioned in the
> target kernel boot line, and then rebooted the target. When CentOS
> finished booting on the target, I started both
Citando Frank Rowand :
> On 10/10/2014 2:51 AM, joaoandrefe...@sapo.pt wrote:
>> Citando Frank Rowand :
>>> On 10/9/2014 10:54 AM, joaoandrefe...@sapo.pt wrote:
Citando Frank Rowand :
>
> < snip >
>
I'm running PuTTY on the TARGET (scheme), as the "target console".
Maybe this is not
On 10/10/2014 2:51 AM, joaoandrefe...@sapo.pt wrote:
> Citando Frank Rowand :
>> On 10/9/2014 10:54 AM, joaoandrefe...@sapo.pt wrote:
>>> Citando Frank Rowand :
< snip >
>>> I'm running PuTTY on the TARGET (scheme), as the "target console".
>>> Maybe this is not what is supposed to happen, but it
Citando Frank Rowand :
On 10/9/2014 10:54 AM, joaoandrefe...@sapo.pt wrote:
Citando Frank Rowand :
On 10/9/2014 7:51 AM, joaoandrefe...@sapo.pt wrote:
Citando Frank Rowand :
On 10/8/2014 3:24 PM, joaoandrefe...@sapo.pt wrote:
< snip >
Disclaimer #1: Yes, it seems my copy-pasted output
On 10/9/2014 10:54 AM, joaoandrefe...@sapo.pt wrote:
> Citando Frank Rowand :
>
>> On 10/9/2014 7:51 AM, joaoandrefe...@sapo.pt wrote:
>>> Citando Frank Rowand :
On 10/8/2014 3:24 PM, joaoandrefe...@sapo.pt wrote:
>>
>> < snip >
>>
>>>
>>> Disclaimer #1: Yes, it seems my copy-pasted output is
Citando Frank Rowand :
> On 10/9/2014 7:51 AM, joaoandrefe...@sapo.pt wrote:
>> Citando Frank Rowand :
>>> On 10/8/2014 3:24 PM, joaoandrefe...@sapo.pt wrote:
>
> < snip >
>
>>
>> Disclaimer #1: Yes, it seems my copy-pasted output is all messed up.
>> I don't know if it was my tiredness or just Fi
On 10/9/2014 7:51 AM, joaoandrefe...@sapo.pt wrote:
> Citando Frank Rowand :
>> On 10/8/2014 3:24 PM, joaoandrefe...@sapo.pt wrote:
< snip >
>
> Disclaimer #1: Yes, it seems my copy-pasted output is all messed up.
> I don't know if it was my tiredness or just Firefox, unfortunately
> I've just d
Citando Frank Rowand :
> On 10/8/2014 3:24 PM, joaoandrefe...@sapo.pt wrote:
>
>
>
>>
>> Thank you so much. I'm getting improvements. Running "./kdmx -n -d
>> -p/dev/ttyS0 -b115200 -DtT" ouputs:
>>
>> serial port: /dev/ttyS0
>> Initalizing the serial port to 115200 8n1
>> /dev/pts/0 is slave pt
On 10/8/2014 3:24 PM, joaoandrefe...@sapo.pt wrote:
>
> Thank you so much. I'm getting improvements. Running "./kdmx -n -d
> -p/dev/ttyS0 -b115200 -DtT" ouputs:
>
> serial port: /dev/ttyS0
> Initalizing the serial port to 115200 8n1
> /dev/pts/0 is slave pty for for terminal emulator
> /dev/p
Citando Frank Rowand :
> On 10/8/2014 4:21 AM, joaoandrefe...@sapo.pt wrote:
>> Citando Frank Rowand :
>>
>>> On 10/7/2014 1:27 PM, Frank Rowand wrote:
>
> < snip >
>
>>>
>>> Here is an example, where I am using a USB serial port to connect between
>>> my host and target. I did all of the comma
Citando Frank Rowand :
On 10/8/2014 7:54 AM, joaoandrefe...@sapo.pt wrote:
Citando joaoandrefe...@sapo.pt:
Citando Frank Rowand :
< snip >
Host window #2 (minicom):
$ minicom -o -w -p /dev/pts/1 Welcome to minicom 2.3
OPTIONS: I18n Compiled on Aug 19 2010, 05:48:57. Port /dev/ttyS0
Pr
On 10/8/2014 7:54 AM, joaoandrefe...@sapo.pt wrote:
> Citando joaoandrefe...@sapo.pt:
>
>> Citando Frank Rowand :
< snip >
Host window #2 (minicom):
>>
>> $ minicom -o -w -p /dev/pts/1 Welcome to minicom 2.3
>>
>> OPTIONS: I18n Compiled on Aug 19 2010, 05:48:57. Port /dev/ttyS0
>>
>> Pre
On 10/8/2014 4:21 AM, joaoandrefe...@sapo.pt wrote:
> Citando Frank Rowand :
>
>> On 10/7/2014 1:27 PM, Frank Rowand wrote:
< snip >
>>
>> Here is an example, where I am using a USB serial port to connect between
>> my host and target. I did all of the commands in "host window 1" before
>> I di
Citando joaoandrefe...@sapo.pt:
> Citando Frank Rowand :
>
>> On 10/7/2014 1:27 PM, Frank Rowand wrote:
>>> On 10/7/2014 12:00 PM, joaoandrefe...@sapo.pt wrote:
Citando Frank Rowand :
> On 10/7/2014 4:04 AM, joaoandrefe...@sapo.pt wrote:
>
> < snip >
>
>>
>>
Citando Frank Rowand :
> On 10/7/2014 1:27 PM, Frank Rowand wrote:
>> On 10/7/2014 12:00 PM, joaoandrefe...@sapo.pt wrote:
>>> Citando Frank Rowand :
>>>
On 10/7/2014 4:04 AM, joaoandrefe...@sapo.pt wrote:
< snip >
>
> Hello again,
>
> Just one more doubt,
On 10/7/2014 1:27 PM, Frank Rowand wrote:
> On 10/7/2014 12:00 PM, joaoandrefe...@sapo.pt wrote:
>> Citando Frank Rowand :
>>
>>> On 10/7/2014 4:04 AM, joaoandrefe...@sapo.pt wrote:
>>>
>>> < snip >
>>>
Hello again,
Just one more doubt, regarding kdmx: after researching a little
On 10/7/2014 12:00 PM, joaoandrefe...@sapo.pt wrote:
> Citando Frank Rowand :
>
>> On 10/7/2014 4:04 AM, joaoandrefe...@sapo.pt wrote:
>>
>> < snip >
>>
>>>
>>> Hello again,
>>>
>>> Just one more doubt, regarding kdmx: after researching a little bit,
>>> I need to confirm that I indeed need to use
Citando Frank Rowand :
> On 10/7/2014 4:04 AM, joaoandrefe...@sapo.pt wrote:
>
> < snip >
>
>>
>> Hello again,
>>
>> Just one more doubt, regarding kdmx: after researching a little bit,
>> I need to confirm that I indeed need to use it, since that in the
>> cases I've found the setup seemed d
On 10/7/2014 4:04 AM, joaoandrefe...@sapo.pt wrote:
< snip >
>
> Hello again,
>
> Just one more doubt, regarding kdmx: after researching a little bit,
> I need to confirm that I indeed need to use it, since that in the
> cases I've found the setup seemed different from mine (sharing a
> serial
Citando joaoandrefe...@sapo.pt:
> Citando Frank Rowand :
>
>> On 10/3/2014 11:14 AM, joaoandrefe...@sapo.pt wrote:
>>> Citando Frank Rowand :
>>>
On 10/3/2014 4:03 AM, joaoandrefe...@sapo.pt wrote:
> Hello again,
>
> By the way, while googling for this error I've noticed that
Citando Frank Rowand :
> On 10/3/2014 11:14 AM, joaoandrefe...@sapo.pt wrote:
>> Citando Frank Rowand :
>>
>>> On 10/3/2014 4:03 AM, joaoandrefe...@sapo.pt wrote:
Hello again,
By the way, while googling for this error I've noticed that a
common mistake is to invoke GDB on
On 10/3/2014 11:14 AM, joaoandrefe...@sapo.pt wrote:
> Citando Frank Rowand :
>
>> On 10/3/2014 4:03 AM, joaoandrefe...@sapo.pt wrote:
>>> Hello again,
>>>
>>> By the way, while googling for this error I've noticed that a
>>> common mistake is to invoke GDB on the wrong location (e. g.
>>> http:
Citando Frank Rowand :
> On 10/3/2014 4:03 AM, joaoandrefe...@sapo.pt wrote:
>> Hello again,
>>
>> By the way, while googling for this error I've noticed that a common
>> mistake is to invoke GDB on the wrong location (e. g.
>> http://ehc.ac/p/kgdb/mailman/message/23341685/). What I'm doing i
On 10/3/2014 4:03 AM, joaoandrefe...@sapo.pt wrote:
> Hello again,
>
> By the way, while googling for this error I've noticed that a common
> mistake is to invoke GDB on the wrong location (e. g.
> http://ehc.ac/p/kgdb/mailman/message/23341685/). What I'm doing is
The answer is in that li
Hello again,
By the way, while googling for this error I've noticed that a common
mistake is to invoke GDB on the wrong location (e. g.
http://ehc.ac/p/kgdb/mailman/message/23341685/). What I'm doing is
calling GDB on /boot/ directory on the host machine, where I've placed
the vmlinux file
Citando Frank Rowand :
> On 10/2/2014 4:29 AM, joaoandrefe...@sapo.pt wrote:
>> Hello all,
>>
>> I have two machines running CentOS connected through a serial cable.
>> The connection seems to be working since I can transmit text via PuTTY
>> in each direction. I have started KGDB in one machine,
On 10/2/2014 4:29 AM, joaoandrefe...@sapo.pt wrote:
> Hello all,
>
> I have two machines running CentOS connected through a serial cable.
> The connection seems to be working since I can transmit text via PuTTY
> in each direction. I have started KGDB in one machine, where it is
> waiting fo
On 10/2/2014 4:29 AM, joaoandrefe...@sapo.pt wrote:
> Hello all,
>
> I have two machines running CentOS connected through a serial cable.
> The connection seems to be working since I can transmit text via PuTTY
> in each direction. I have started KGDB in one machine, where it is
> waiting fo
Hello all,
I have two machines running CentOS connected through a serial cable.
The connection seems to be working since I can transmit text via PuTTY
in each direction. I have started KGDB in one machine, where it is
waiting for a connection from remote GDB. On the second machine, I've
st
36 matches
Mail list logo