Remote GDB

2000-11-17 Thread Christopher Harrer
Hello All, Is there a way to "break" into a gdb (using remote GDB) while a FreeBSD system under test is running? I've tried ^C with no success (meaning I never stop execution). Also, I've tried "interrupt" from the button menu in DDD. Thanks! Chris Chris Harrer Alacritech, Inc. 403 West

RE: Remote GDB

2000-11-17 Thread Christopher Harrer
Duh, nevermind, thanks Julian. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Harrer Sent: Friday, November 17, 2000 4:48 PM To: Julian Elischer Cc: Freebsd-Hackers Subject: RE: Remote GDB Yes, that's what I mean. I've already gotten

RE: Determining CPU on SMP box

2000-10-25 Thread Christopher Harrer
: Tuesday, October 24, 2000 4:48 PM To: Christopher Harrer Cc: Freebsd-Hackers Subject: Re: Determining CPU on SMP box Is there a way to determine which CPU I'm currently executing on in a SMP box? I've found references to proc-p_oncpu, but I'm not sure if this is the best way to determine

RE: Determining CPU on SMP box

2000-10-25 Thread Christopher Harrer
I'm using version 4.1. Thanks, Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Lehey Sent: Tuesday, October 24, 2000 11:59 PM To: Christopher Harrer Cc: Freebsd-Hackers Subject: Re: Determining CPU on SMP box On Tuesday, 24 October 2000

RE: Cache Questions

2000-10-24 Thread Christopher Harrer
Of Terry Lambert Sent: Tuesday, October 24, 2000 3:54 AM To: Christopher Harrer Cc: Freebsd-Hackers Subject: Re: Cache Questions We're working on a driver for a PCI card, we're currently running into a problem that's symptomatic of a cache coherency problem. We have a area of memory that we

Determining CPU on SMP box

2000-10-24 Thread Christopher Harrer
Hello All, Is there a way to determine which CPU I'm currently executing on in a SMP box? I've found references to proc-p_oncpu, but I'm not sure if this is the best way to determine where I'm executing. I'd like to be able to "trace" various actions within my driver and one of the fields I

Cache Questions

2000-10-23 Thread Christopher Harrer
Hello All, We're working on a driver for a PCI card, we're currently running into a problem that's symptomatic of a cache coherency problem. We have a area of memory that we manipulate and pass a physical address to our card. In other OS's (Linux, NT), before we manipulate this memory area, we

Remote Kernel Debugging

2000-10-06 Thread Christopher Harrer
Hello All, Not sure if this is the right list or not. I tried posting this on FreeBSD-Questions and did not get a response. If this is not the right list, please let me know. Is there anyway to specify the speed for remote Kernel debugging using gdb? For example, I compile my kernel with gdb