Re: [Kgdb-bugreport] Doubt using "set" command with registers

2014-11-05 Thread George Anzinger
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. &

Re: [Kgdb-bugreport] Doubt using "set" command with registers

2014-11-01 Thread George Anzinger
packet: $g#67...Ack > Packet received: > 1400ccb59cc06700089fcbf10c9fcbf1ac309dc079154ac09600600068007b009dc07c00 > (gdb) info reg $ss > ss 0x68104 > > Best regards, > João > > ----

Re: [Kgdb-bugreport] [PATCHv3 1/3] NETPOLL: Extend rx_hook support.

2012-02-28 Thread George Anzinger
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

Re: [Kgdb-bugreport] [PATCH] kdb: Avoid using dbg_io_ops until it is initialized

2011-09-23 Thread George Anzinger
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

Re: [Kgdb-bugreport] [PATCH] kdb: Avoid using dbg_io_ops until it is initialized

2011-09-22 Thread George Anzinger
if (dbg_io_ops&& !dbg_io_ops->is_console) { > len = strlen(kdb_buffer); > cp = kdb_buffer; > while (len--) { -- George Anzinger geo...@wildturkeyranch.net --

Re: [Kgdb-bugreport] [PATCH] KGDB: add smp_mb() in synchronisation during exception handler exit

2010-03-09 Thread George Anzinger
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

Re: [Kgdb-bugreport] Any one know how to print CPU local data?

2008-08-16 Thread George Anzinger
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

Re: [Kgdb-bugreport] kgdb_light Stopping/Continuing kernel execution

2008-08-07 Thread George Anzinger
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

Re: [Kgdb-bugreport] About kgdb some questions

2008-03-27 Thread George Anzinger
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

Re: [Kgdb-bugreport] [PATCH 1/5] KGDB: improve early init

2008-01-31 Thread George Anzinger
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 &

Re: [Kgdb-bugreport] kernel stucks while booting with kgdb

2007-02-22 Thread George Anzinger
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

Re: [Kgdb-bugreport] Help please: switch thread failure

2006-12-29 Thread George Anzinger
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

Re: [Kgdb-bugreport] [PATCH] allow to turn DEBUG_INFO off when KGDB is selected

2006-10-12 Thread George Anzinger
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

Re: [Kgdb-bugreport] [PATCH] allow to turn DEBUG_INFO off when KGDB is selected

2006-10-12 Thread George Anzinger
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

Re: [Kgdb-bugreport] Integration with kernel.org repository - shouldn't code in traps.c be #ifdef CONFIG_KGDB?

2006-10-11 Thread George Anzinger
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: >>>

Re: [Kgdb-bugreport] Integration with kernel.org repository - shouldn't code in traps.c be #ifdef CONFIG_KGDB?

2006-10-09 Thread George Anzinger
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: >>

Re: [Kgdb-bugreport] Integration with kernel.org repository - shouldn't code in traps.c be #ifdef CONFIG_KGDB?

2006-10-05 Thread George Anzinger
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: >>> >> >>~ >> >> >>>-

Re: [Kgdb-bugreport] Integration with kernel.org repository - shouldn't code in traps.c be #ifdef CONFIG_KGDB?

2006-10-05 Thread George Anzinger
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: >>> >> >>~ >> >> >>>-

Re: [Kgdb-bugreport] Integration with kernel.org repository - shouldn't code in traps.c be #ifdef CONFIG_KGDB?

2006-10-05 Thread George Anzinger
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

Re: [Kgdb-bugreport] Integration with kernel.org repository - shouldn't code in traps.c be #ifdef CONFIG_KGDB?

2006-10-05 Thread George Anzinger
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&

Re: [Kgdb-bugreport] KGDB git and stacked-git trees

2006-09-03 Thread George Anzinger
> 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]

Re: [Kgdb-bugreport] KGDB for 8250-compatible UARTs weirdness

2006-09-01 Thread George Anzinger
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

Re: [Kgdb-bugreport] kgdb and total system freeze

2006-05-29 Thread George Anzinger
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

Re: [Kgdb-bugreport] kgdb and total system freeze

2006-05-24 Thread George Anzinger
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

Re: [Kgdb-bugreport] kgdb's weak symbols vs. gcc 4.1

2006-05-22 Thread George Anzinger
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...

Re: [Kgdb-bugreport] kgdb and total system freeze

2006-05-18 Thread George Anzinger
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

Re: [Kgdb-bugreport] kgdb and total system freeze

2006-05-17 Thread George Anzinger
.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

Re: [Kgdb-bugreport] kgdb and total system freeze

2006-05-17 Thread George Anzinger
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

Re: [Kgdb-bugreport] Kgdb-setjmp/longjmp() routines can be used kprobes

2006-04-28 Thread George Anzinger
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