Greetings,
I’ve been given responsibility for assembly code which needs serious
debugging. Unfortunately, the previous keeper of the source wasn’t into
Visual Source Safe…and fell a little behind in documentation…
I was given one version of source code, and several executables (none of
which was built from the source given to me, of course).
This code is an option rom for an ATA/ATAPI controller.
Now, some of these exes work on some systems, and some work on others. It
would be *so* nice to know what the differences are between them, that I’m
thinking disassembling the exes of interest might be worth it.
Can anyone suggest a good disassembler?
Harmony,
–Christine
“Resignation is never so perfect as when the blessing denied begins to lose
somewhat of its value in our estimation.”
–Mr. Collins, “Pride and Prejudice”, by Jane Austin
IDA (http://www.datarescue.com/ida.htm) - the best, without a doubt.
There’s a demoware version that’s better than most of the unrestricted
ones from other companies.
Oh yeah, and there’s debug.com. 
-sd
On Mon, 2002-11-18 at 13:51, Christine Ames wrote:
Greetings,
I’ve been given responsibility for assembly code which needs serious
debugging. Unfortunately, the previous keeper of the source wasn’t into
Visual Source Safe…and fell a little behind in documentation…
I was given one version of source code, and several executables (none of
which was built from the source given to me, of course).
This code is an option rom for an ATA/ATAPI controller.
Now, some of these exes work on some systems, and some work on others. It
would be *so* nice to know what the differences are between them, that I’m
thinking disassembling the exes of interest might be worth it.
Can anyone suggest a good disassembler?
Harmony,
–Christine
“Resignation is never so perfect as when the blessing denied begins to lose
somewhat of its value in our estimation.”
–Mr. Collins, “Pride and Prejudice”, by Jane Austin
You are currently subscribed to ntdev as: xxxxx@positivenetworks.net
To unsubscribe send a blank email to %%email.unsub%%
–
Steve Dispensa
Chief Technology Officer
Positive Networks
IDA Pro is a rather good one : http://www.datarescue.com
Some like also W32DASM 8.9x from URSoftware …
----- Original Message -----
From: “Christine Ames”
To: “NT Developers Interest List”
Sent: Monday, November 18, 2002 8:51 PM
Subject: [ntdev] Disassembler Suggestions
> Greetings,
>
> I’ve been given responsibility for assembly code which needs serious
> debugging. Unfortunately, the previous keeper of the source wasn’t into
> Visual Source Safe…and fell a little behind in documentation…
>
> I was given one version of source code, and several executables (none of
> which was built from the source given to me, of course).
>
> This code is an option rom for an ATA/ATAPI controller.
>
> Now, some of these exes work on some systems, and some work on others. It
> would be so nice to know what the differences are between them, that I’m
> thinking disassembling the exes of interest might be worth it.
>
> Can anyone suggest a good disassembler?
>
> Harmony,
>
> --Christine
>
>
> “Resignation is never so perfect as when the blessing denied begins to
lose
> somewhat of its value in our estimation.”
> --Mr. Collins, “Pride and Prejudice”, by Jane Austin
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@Compaqnet.be
> To unsubscribe send a blank email to %%email.unsub%%
>
Sourcer from www.v-com.com is a good one that I have used. It will be a
full time job for several man/woman months to do “several” executables. As
you disassemble each piece you modify a file that adds more and more
information to each successive run of Sourcer. There is a Windows Source
module if the programs are not pure MS-DOS executables or .COM files.
I would approach it as follows:
- Get all the files I can find that match a particular executable. You
are looking for debug files, source files, and the .MAP file.
- Run Sourcer and see how much variation exists between a current compile
of the sources you have available. Check size differences between external
labels. Don’t forget that the compiler libraries might have changed and try
to match them if possible. Try to compile the new version with varying
optimization levels and options until you match closest to that of your
released executable.
- When you get it down to a few functions that have variations, keep
running sourcer until you understand the code and can match it to the
sources. Then modify the sources to incorporate the new functionality
and/or bug fixes.
Good luck. I have seen your company’s products in Sam’s Club and other
locations.
----- Original Message -----
From: “Christine Ames”
To: “NT Developers Interest List”
Sent: Monday, November 18, 2002 2:51 PM
Subject: [ntdev] Disassembler Suggestions
> Greetings,
>
> I’ve been given responsibility for assembly code which needs serious
> debugging. Unfortunately, the previous keeper of the source wasn’t into
> Visual Source Safe…and fell a little behind in documentation…
>
> I was given one version of source code, and several executables (none of
> which was built from the source given to me, of course).
>
> This code is an option rom for an ATA/ATAPI controller.
>
> Now, some of these exes work on some systems, and some work on others. It
> would be so nice to know what the differences are between them, that I’m
> thinking disassembling the exes of interest might be worth it.
>
> Can anyone suggest a good disassembler?
>
> Harmony,
>
> --Christine
>
>
> “Resignation is never so perfect as when the blessing denied begins to
lose
> somewhat of its value in our estimation.”
> --Mr. Collins, “Pride and Prejudice”, by Jane Austin
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> To unsubscribe send a blank email to %%email.unsub%%
>
HIEW is more or less good, a full-screen DOS tool.
Max
----- Original Message -----
From: “Christine Ames”
To: “NT Developers Interest List”
Sent: Monday, November 18, 2002 10:51 PM
Subject: [ntdev] Disassembler Suggestions
> Greetings,
>
> I’ve been given responsibility for assembly code which needs serious
> debugging. Unfortunately, the previous keeper of the source wasn’t
into
> Visual Source Safe…and fell a little behind in documentation…
>
> I was given one version of source code, and several executables
(none of
> which was built from the source given to me, of course).
>
> This code is an option rom for an ATA/ATAPI controller.
>
> Now, some of these exes work on some systems, and some work on
others. It
> would be so nice to know what the differences are between them,
that I’m
> thinking disassembling the exes of interest might be worth it.
>
> Can anyone suggest a good disassembler?
>
> Harmony,
>
> --Christine
>
>
> “Resignation is never so perfect as when the blessing denied begins
to lose
> somewhat of its value in our estimation.”
> --Mr. Collins, “Pride and Prejudice”, by Jane Austin
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>
> IDA (http://www.datarescue.com/ida.htm) - the best, without a doubt.
There’s a demoware version that’s better than most of the
unrestricted
ones from other companies.
Oh yeah, and there’s debug.com. 
… and also dumpbin /disasm
Max
> -----Original Message-----
From: Christine Ames [mailto:xxxxx@PacificDigital.com]
Sent: Monday, November 18, 2002 11:51 AM
Well, I’m armed and dangerous now!
Thanks to everyone who gave me pointers. If you’re really interested,
send me email off-line and I’ll let you know how it goes.
Harmony,
–Christine
Steve & Max,
I’ve obtained decent results using dumpbin /disasm. But it only produces
usable results when I have a symbol file (.PDB) for the module being
disassembled. If the symbol file is present in the directory containing
the module, dumpbin is able to put symbolic info in the listing it
produces. Just make sure that you use the version of dumpbin from Visual
Studio .NET if you want to disassemble modules from WinXP.
OTOH, I’m glad to see these other suggestions. I had no idea there were
other tools available ! Thanks.
At 12:00 AM 11/19/2002 , you wrote:
> > IDA (http://www.datarescue.com/ida.htm) - the best, without a doubt.
> > There’s a demoware version that’s better than most of the
>unrestricted
> > ones from other companies.
> >
> > Oh yeah, and there’s debug.com. 
>
>… and also dumpbin /disasm
>
> Max
Christine,
Nobody suggested SoftICE. It is best known as a debugger but I it may
be worth looking into (cost $799). I think IDA Pro is much cheaper
($300).
Dan
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Christine Ames
Sent: Monday, November 18, 2002 3:43 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Disassembler Suggestions
-----Original Message-----
From: Christine Ames [mailto:xxxxx@PacificDigital.com]
Sent: Monday, November 18, 2002 11:51 AM
Well, I’m armed and dangerous now!
Thanks to everyone who gave me pointers. If you’re really interested,
send me email off-line and I’ll let you know how it goes.
Harmony,
–Christine
—
You are currently subscribed to ntdev as: xxxxx@moralesdirect.com
To unsubscribe send a blank email to %%email.unsub%%
Softice isnt a dissasembler by any stretch of imagination.
----- Original Message -----
From: “Dan Morales”
To: “NT Developers Interest List”
Sent: Tuesday, November 19, 2002 5:40 PM
Subject: [ntdev] RE: Disassembler Suggestions
> Christine,
>
> Nobody suggested SoftICE. It is best known as a debugger but I it may
> be worth looking into (cost $799). I think IDA Pro is much cheaper
> ($300).
>
> Dan
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Christine Ames
> Sent: Monday, November 18, 2002 3:43 PM
> To: NT Developers Interest List
> Subject: [ntdev] RE: Disassembler Suggestions
>
> > -----Original Message-----
> > From: Christine Ames [mailto:xxxxx@PacificDigital.com]
> > Sent: Monday, November 18, 2002 11:51 AM
>
>
>
> Well, I’m armed and dangerous now!
>
> Thanks to everyone who gave me pointers. If you’re really interested,
> send me email off-line and I’ll let you know how it goes.
>
> Harmony,
>
> --Christine
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@moralesdirect.com
> To unsubscribe send a blank email to %%email.unsub%%
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@rdsor.ro
> To unsubscribe send a blank email to %%email.unsub%%
>
And it costs too damn much just for a disassembler.
–
Gary G. Little
Have Computer, Will Travel …
909-698-3191
909-551-2105
“Dan Partelly” wrote in message news:xxxxx@ntdev…
>
> Softice isnt a dissasembler by any stretch of imagination.
> ----- Original Message -----
> From: “Dan Morales”
> To: “NT Developers Interest List”
> Sent: Tuesday, November 19, 2002 5:40 PM
> Subject: [ntdev] RE: Disassembler Suggestions
>
>
> > Christine,
> >
> > Nobody suggested SoftICE. It is best known as a debugger but I it may
> > be worth looking into (cost $799). I think IDA Pro is much cheaper
> > ($300).
> >
> > Dan
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Christine Ames
> > Sent: Monday, November 18, 2002 3:43 PM
> > To: NT Developers Interest List
> > Subject: [ntdev] RE: Disassembler Suggestions
> >
> > > -----Original Message-----
> > > From: Christine Ames [mailto:xxxxx@PacificDigital.com]
> > > Sent: Monday, November 18, 2002 11:51 AM
> >
> >
> >
> > Well, I’m armed and dangerous now!
> >
> > Thanks to everyone who gave me pointers. If you’re really interested,
> > send me email off-line and I’ll let you know how it goes.
> >
> > Harmony,
> >
> > --Christine
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@moralesdirect.com
> > To unsubscribe send a blank email to %%email.unsub%%
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@rdsor.ro
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>
>
>
>
Hey, you get an assembler too. 
Alberto.
-----Original Message-----
From: Gary G. Little [mailto:xxxxx@inland.net]
Sent: Tuesday, November 19, 2002 5:42 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Disassembler Suggestions
And it costs too damn much just for a disassembler.
–
Gary G. Little
Have Computer, Will Travel …
909-698-3191
909-551-2105
“Dan Partelly” wrote in message news:xxxxx@ntdev…
>
> Softice isnt a dissasembler by any stretch of imagination.
> ----- Original Message -----
> From: “Dan Morales”
> To: “NT Developers Interest List”
> Sent: Tuesday, November 19, 2002 5:40 PM
> Subject: [ntdev] RE: Disassembler Suggestions
>
>
> > Christine,
> >
> > Nobody suggested SoftICE. It is best known as a debugger but I it may
> > be worth looking into (cost $799). I think IDA Pro is much cheaper
> > ($300).
> >
> > Dan
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Christine Ames
> > Sent: Monday, November 18, 2002 3:43 PM
> > To: NT Developers Interest List
> > Subject: [ntdev] RE: Disassembler Suggestions
> >
> > > -----Original Message-----
> > > From: Christine Ames [mailto:xxxxx@PacificDigital.com]
> > > Sent: Monday, November 18, 2002 11:51 AM
> >
> >
> >
> > Well, I’m armed and dangerous now!
> >
> > Thanks to everyone who gave me pointers. If you’re really interested,
> > send me email off-line and I’ll let you know how it goes.
> >
> > Harmony,
> >
> > --Christine
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@moralesdirect.com
> > To unsubscribe send a blank email to %%email.unsub%%
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@rdsor.ro
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>
>
>
>
—
You are currently subscribed to ntdev as: xxxxx@compuware.com
To unsubscribe send a blank email to %%email.unsub%%
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it.
Still costs to much … 
–
Gary G. Little
Have Computer, Will Travel …
909-698-3191
909-551-2105
“Moreira, Alberto” wrote in message
news:xxxxx@ntdev…
>
> Hey, you get an assembler too. 
>
> Alberto.
>
>
> -----Original Message-----
> From: Gary G. Little [mailto:xxxxx@inland.net]
> Sent: Tuesday, November 19, 2002 5:42 PM
> To: NT Developers Interest List
> Subject: [ntdev] Re: Disassembler Suggestions
>
>
> And it costs too damn much just for a disassembler.
>
> –
> Gary G. Little
> Have Computer, Will Travel …
> 909-698-3191
> 909-551-2105
>
> “Dan Partelly” wrote in message
news:xxxxx@ntdev…
> >
> > Softice isnt a dissasembler by any stretch of imagination.
> > ----- Original Message -----
> > From: “Dan Morales”
> > To: “NT Developers Interest List”
> > Sent: Tuesday, November 19, 2002 5:40 PM
> > Subject: [ntdev] RE: Disassembler Suggestions
> >
> >
> > > Christine,
> > >
> > > Nobody suggested SoftICE. It is best known as a debugger but I it may
> > > be worth looking into (cost $799). I think IDA Pro is much cheaper
> > > ($300).
> > >
> > > Dan
> > >
> > > -----Original Message-----
> > > From: xxxxx@lists.osr.com
> > > [mailto:xxxxx@lists.osr.com] On Behalf Of Christine Ames
> > > Sent: Monday, November 18, 2002 3:43 PM
> > > To: NT Developers Interest List
> > > Subject: [ntdev] RE: Disassembler Suggestions
> > >
> > > > -----Original Message-----
> > > > From: Christine Ames [mailto:xxxxx@PacificDigital.com]
> > > > Sent: Monday, November 18, 2002 11:51 AM
> > >
> > >
> > >
> > > Well, I’m armed and dangerous now!
> > >
> > > Thanks to everyone who gave me pointers. If you’re really
interested,
> > > send me email off-line and I’ll let you know how it goes.
> > >
> > > Harmony,
> > >
> > > --Christine
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@moralesdirect.com
> > > To unsubscribe send a blank email to %%email.unsub%%
> > >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@rdsor.ro
> > > To unsubscribe send a blank email to %%email.unsub%%
> > >
> >
> >
> >
> >
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@compuware.com
> To unsubscribe send a blank email to %%email.unsub%%
>
>
>
> The contents of this e-mail are intended for the named addressee only. It
> contains information that may be confidential. Unless you are the named
> addressee or an authorized designee, you may not copy or use it, or
disclose
> it to anyone else. If you received it in error please notify us
immediately
> and then destroy it.
>
>
>
>
At 08:35 AM 11/20/2002 -0800, you wrote:
Still costs to much … 
Not if you like to use it for source level debugging of your driver code.
Works great for that!
Russ Poffenberger
NPTest, Inc.
xxxxx@NPTest.com
Especially when other symbolic debuggers for drivers are avilable for 0$. =)
----- Original Message -----
From: “Russ Poffenberger”
To: “NT Developers Interest List”
Sent: Wednesday, November 20, 2002 7:14 PM
Subject: [ntdev] Re: Disassembler Suggestions
> At 08:35 AM 11/20/2002 -0800, you wrote:
> >Still costs to much … 
>
> Not if you like to use it for source level debugging of your driver code.
> Works great for that!
>
>
> Russ Poffenberger
> NPTest, Inc.
> xxxxx@NPTest.com
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@rdsor.ro
> To unsubscribe send a blank email to %%email.unsub%%
>
There are a few reasons to use SoftIce, but they are nearly as important as
they used to be:
Windows 9x, forget anything provided by Microsoft and use SoftIce. If you
use it for 9x, it is much easier to use it for NT as well.
Boss too stupid to buy a second system, but SoftIce costs more. Different
budget maybe?
You have money to burn. In that case, why not buy a real ICE?
The ability to package the source and debug info into a single file is one
advantage to SoftIce.
----- Original Message -----
From: “Dan Partelly”
To: “NT Developers Interest List”
Sent: Wednesday, November 20, 2002 12:37 PM
Subject: [ntdev] Re: Disassembler Suggestions
> Especially when other symbolic debuggers for drivers are avilable for 0$.
=)
>
>
>
>
>
> ----- Original Message -----
> From: “Russ Poffenberger”
> To: “NT Developers Interest List”
> Sent: Wednesday, November 20, 2002 7:14 PM
> Subject: [ntdev] Re: Disassembler Suggestions
>
>
> > At 08:35 AM 11/20/2002 -0800, you wrote:
> > >Still costs to much … 
> >
> > Not if you like to use it for source level debugging of your driver
code.
> > Works great for that!
> >
> >
> > Russ Poffenberger
> > NPTest, Inc.
> > xxxxx@NPTest.com
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@rdsor.ro
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> To unsubscribe send a blank email to %%email.unsub%%
>
Speed of debugging. SoftIce on the same machine is inifinitly faster
than WinDbg over serial.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of David J. Craig
Sent: Wednesday, November 20, 2002 10:26 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Disassembler Suggestions
There are a few reasons to use SoftIce, but they are nearly
as important as they used to be:
Windows 9x, forget anything provided by Microsoft and use
SoftIce. If you use it for 9x, it is much easier to use it
for NT as well.
Boss too stupid to buy a second system, but SoftIce costs
more. Different budget maybe?
You have money to burn. In that case, why not buy a real ICE?
The ability to package the source and debug info into a
single file is one advantage to SoftIce.
----- Original Message -----
From: “Dan Partelly”
> To: “NT Developers Interest List”
> Sent: Wednesday, November 20, 2002 12:37 PM
> Subject: [ntdev] Re: Disassembler Suggestions
>
>
> > Especially when other symbolic debuggers for drivers are
> avilable for
> > 0$.
> =)
> >
> >
> >
> >
> >
> > ----- Original Message -----
> > From: “Russ Poffenberger”
> > To: “NT Developers Interest List”
> > Sent: Wednesday, November 20, 2002 7:14 PM
> > Subject: [ntdev] Re: Disassembler Suggestions
> >
> >
> > > At 08:35 AM 11/20/2002 -0800, you wrote:
> > > >Still costs to much … 
> > >
> > > Not if you like to use it for source level debugging of
> your driver
> code.
> > > Works great for that!
> > >
> > >
> > > Russ Poffenberger
> > > NPTest, Inc.
> > > xxxxx@NPTest.com
> > >
> > >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as:
> xxxxx@rdsor.ro To
> > > unsubscribe send a blank email to %%email.unsub%%
> > >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com To
> > unsubscribe send a blank email to %%email.unsub%%
> >
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@nryan.com
> To unsubscribe send a blank email to %%email.unsub%%
>
windbg over serial was a bit pokey, but now that I’ve switched over to
1394 debugging with windbg is much quicker for me.
-p
-----Original Message-----
From: Nicholas Ryan [mailto:xxxxx@nryan.com]
Sent: Wednesday, November 20, 2002 10:52 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Disassembler Suggestions
Speed of debugging. SoftIce on the same machine is inifinitly faster
than WinDbg over serial.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of David J. Craig
Sent: Wednesday, November 20, 2002 10:26 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Disassembler Suggestions
There are a few reasons to use SoftIce, but they are nearly
as important as they used to be:
Windows 9x, forget anything provided by Microsoft and use
SoftIce. If you use it for 9x, it is much easier to use it
for NT as well.
Boss too stupid to buy a second system, but SoftIce costs
more. Different budget maybe?
You have money to burn. In that case, why not buy a real ICE?
The ability to package the source and debug info into a
single file is one advantage to SoftIce.
----- Original Message -----
From: “Dan Partelly”
> To: “NT Developers Interest List”
> Sent: Wednesday, November 20, 2002 12:37 PM
> Subject: [ntdev] Re: Disassembler Suggestions
>
>
> > Especially when other symbolic debuggers for drivers are
> avilable for
> > 0$.
> =)
> >
> >
> >
> >
> >
> > ----- Original Message -----
> > From: “Russ Poffenberger”
> > To: “NT Developers Interest List”
> > Sent: Wednesday, November 20, 2002 7:14 PM
> > Subject: [ntdev] Re: Disassembler Suggestions
> >
> >
> > > At 08:35 AM 11/20/2002 -0800, you wrote:
> > > >Still costs to much … 
> > >
> > > Not if you like to use it for source level debugging of
> your driver
> code.
> > > Works great for that!
> > >
> > >
> > > Russ Poffenberger
> > > NPTest, Inc.
> > > xxxxx@NPTest.com
> > >
> > >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as:
> xxxxx@rdsor.ro To
> > > unsubscribe send a blank email to %%email.unsub%%
> > >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com To
> > unsubscribe send a blank email to %%email.unsub%%
> >
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@nryan.com
> To unsubscribe send a blank email to %%email.unsub%%
>
—
You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to %%email.unsub%%
Ok, cannot hold it back:
Did I mentioned that windbg with firewire is not quick enough to
handle debug-outs in an usb driver with isochronous pipes 
But here is the workaround (works for me):
Run ‘debugview’ on the target and deselect ‘pass-through’.
The only problem now is, when your target bugchecks you can not access
the debuglog of ‘debugview’ in windbg.
Norbert.
“If pro is the opposite of con, is Congress the opposite of Progress?”
---- snip ----
> ----------
From: xxxxx@stollmann.de[SMTP:xxxxx@stollmann.de]
Reply To: xxxxx@lists.osr.com
Sent: Wednesday, November 20, 2002 8:23 PM
To: xxxxx@lists.osr.com
Subject: [ntdev] Re: Disassembler Suggestions
Ok, cannot hold it back:
Lets re-start the neverending thread #3 
Did I mentioned that windbg with firewire is not quick enough to
handle debug-outs in an usb driver with isochronous pipes 
SoftICE could help there; it is fast enough in UVD mode and traps bugchecks
so you’d see everything.
But here is the workaround (works for me):
Run ‘debugview’ on the target and deselect ‘pass-through’.
The only problem now is, when your target bugchecks you can not access
the debuglog of ‘debugview’ in windbg.
Have you tried Process Crash Dump feature?
Best regards,
Michal Vodicka
STMicroelectronics Design and Application s.r.o.
[michal.vodicka@st.com, http:://www.st.com]