On 11/05/14 08:34, joaoandrefe...@sapo.pt wrote:
>
>
>
>
> Citando George Anzinger :
>
>> On 10/31/14 11:06, joaoandrefe...@sapo.pt wrote:
>>> Hello all,
>>>
>>> Lately, I've been experimenting with KGDB to do some kernel debugging.
&
packet: $g#67...Ack
> Packet received:
> 1400ccb59cc06700089fcbf10c9fcbf1ac309dc079154ac09600600068007b009dc07c00
> (gdb) info reg $ss
> ss 0x68104
>
> Best regards,
> João
>
> ----
ltering on the WiFi thus avoiding the
need for WPA.
>
> Jason.
>
> ------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> i
On 09/22/2011 03:46 PM, Tim Bird was caught saying:
> On 09/22/2011 01:34 PM, George Anzinger wrote:
>> I learned a long time ago that if you have to put special words in the
>> messages or the manual there is something wrong with the code.
>>
>> Surely there is a wa
if (dbg_io_ops&& !dbg_io_ops->is_console) {
> len = strlen(kdb_buffer);
> cp = kdb_buffer;
> while (len--) {
--
George Anzinger geo...@wildturkeyranch.net
--
atomic_read(&cpu_in_kgdb[i]))
> cpu_relax();
>
Doesn't this have the same issue if this cpu gets to the while prior to
the other cpu doing its write. I would think the "smp_mb()" should be
in the while loop not prior to it.
--
George Anzin
uild the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Kgdb-bugreport mailing list
gt;> Kgdb-bugreport@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
>>
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Deve
db*.
>
>> protocol specification?
>
> Indeed where? It should be somewhere among the gdb documentation I
> guess...
Yes, the gdb "info" has the best (only) description I have seen. I
usually acc
On 01/31/2008 01:36 AM, Jan Kiszka was caught saying:
> Jan Kiszka wrote:
>> George Anzinger wrote:
>>> On 01/30/2008 04:08 PM, Jan Kiszka was caught saying:
>>>> [Here comes a rebased version against latest x86/mm]
>>>>
>>>> In case &
t went to
>>use
>> port-0 ?
>>2) Is it possible that some body is trying to write
>>to
>> serial port before its driver is up ?
>>3) How do we ensure that this serial driver is up
>>(and
>>
>> hence this UART is ini
it is still in kgdb.c, not switch to my tom_ext3_1 thread.
>
> Thanks!
>
> Jinggang
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll g
George Anzinger wrote:
Don't really understand how that old address got into the from field of the
last post. This is my correct email address.
--
George Anzinger [EMAIL PROTECTED]
-
Using Tomcat but need to do
Deepak Saxena wrote:
>On Oct 12 2006, at 10:44, Kevin Hilman was caught saying:
>
>
>>Index: linux-2.6.18/lib/Kconfig.kgdb
>>===
>>--- linux-2.6.18.orig/lib/Kconfig.kgdb
>>+++ linux-2.6.18/lib/Kconfig.kgdb
>>@@ -1,7 +1,6 @@
>>
>> co
Piet Delaney wrote:
> On Mon, 2006-10-09 at 19:30 -0700, George Anzinger wrote:
>
>>Piet Delaney wrote:
>>
>>>On Sat, 2006-10-07 at 15:37 +0200, Blaisorblade wrote:
>>>
>>>
>>>>On Friday 06 October 2006 02:07, Tom Rini wrote:
>>>
i wrote:
>>>>
>>>>>On Thu, Oct 05, 2006 at 08:46:20AM -0700, George Anzinger wrote:
>>>>>
>>>>>>Tom Rini wrote:
>>>>>>
>>>>>>>On Wed, Oct 04, 2006 at 08:42:04PM -0700, Piet Delaney wrote:
>>
Piet Delaney wrote:
> On Thu, 2006-10-05 at 17:04 -0700, George Anzinger wrote:
>
>>Piet Delaney wrote:
>>
>>>On Thu, 2006-10-05 at 12:17 -0700, Tom Rini wrote:
>>>
>>
>>~
>>
>>
>>>-
Piet Delaney wrote:
> On Thu, 2006-10-05 at 17:04 -0700, George Anzinger wrote:
>
>>Piet Delaney wrote:
>>
>>>On Thu, 2006-10-05 at 12:17 -0700, Tom Rini wrote:
>>>
>>
>>~
>>
>>
>>>-
tp://source.mvista.com/~ganzinger/
~
--
George Anzinger [EMAIL PROTECTED]
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opi
his enabled kgdb to come up earlier than the running of the init code (other
things may be required...)
--
George Anzinger [EMAIL PROTECTED]
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net&
> needed by `include/linux/dwarf2-defs.h'. Stop.
>
I think this use to be made with an "always" rule in the top level make file
(I am not saying this is the best way, but it worked that way when I first
put it together).
George
--
George Anzinger [EMAIL PROTECTED]
e to have a different syntax as it
> went from "what port in the static table" to "give me all information".
>
> I'm quite open to redoing how we add non-static ports (and reworking how
> we handle static ports too, so long as they Just Work in the end). An
Florian Beier wrote:
Am Mittwoch 24 Mai 2006 22:05 schrieb George Anzinger:
Florian Beier wrote:
The problem wasn't the watchdog, which was properly configured...
I had to stop the syslog daemon which took the stacktrace so that I got
nothing on the remote machine...
Could you explain
Florian Beier wrote:
Am Freitag, 19. Mai 2006 00:57 schrieb George Anzinger:
Given this is an x86 box, I suspect a configuration problem around the NMI
rather than a double fault (which, I think, will force a reboot rather than
a hang). It is also possible that the system is not as frozen as
ou also need to provide a library of weak functions, it just needs
to be in a different *.c so gcc doesn't see it and conclude that it can drop
it. I.e. the linker needs to see both the real arch version and the weak
version.
One wonders what gcc would do if the weak module was not empty...
t possible to write any output
directly to the serial interface?
I think that an untagged printk forces output prior to returning. Others may
know more on this, but I am sure that, if the untagged printk does not wait,
there is a tag (or a method) that will wait.
George
--
Florian
.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
--
George Anzinger [EMAIL PROTECTED]
HRT (High-res-timers): http://sourceforge.net/projects/high-res-timers/
---
Using Tomcat but need to do more? Need to support web s
f the kgdb documentation...)
--
George Anzinger [EMAIL PROTECTED]
HRT (High-res-timers): http://sourceforge.net/projects/high-res-timers/
Subject: Debugging with NMI
Date: Mon, 12 Jul 1999 11:28:31 -0500
From: David Grothe <[EMAIL PROTECTED]>
Organization: Gcom, Inc
To: David Grothe <[EMAIL
particular, changes
to the preemption level are of most concern (they being hidden in
various spinlock macros and such).
Also, please note my new email address...
--
George Anzinger [EMAIL PROTECTED]
HRT (High-res-timers): http://sourceforge.net/projects/high-res-timers
29 matches
Mail list logo