Royce Mitchell III wrote
How are you source-level debugging ros?
Probably using Insight, that's what I use when building with mingw. I don't know assembly well enough to even consider it.
Ged.
************************************************************************ The information contained in this message or any of its attachments is confidential and is intended for the exclusive use of the addressee. The information may also be legally privileged. The views expressed may not be company policy, but the personal views of the originator. If you are not the addressee, any disclosure, reproduction, distribution or other dissemination or use of this communication is strictly prohibited. If you have received this message in error, please contact postmaster@exideuk.co.uk mailto:postmaster@exideuk.co.uk and then delete this message.
Exide Technologies is an industrial and transportation battery producer and recycler with operations in 89 countries. Further information can be found at www.exide.com
From: Murphy, Ged (Bolton)
Royce Mitchell III wrote
How are you source-level debugging ros?
Probably using Insight, that's what I use when building with mingw. I don't know assembly well enough to even consider it.
Yup, using Insight (the cygwin GUI for gdb), which connects over a null modem to the GDB stub in ntoskrnl. I'm using a slightly-modified version, since the official one insists that when doing a stack backtrace the frame pointer should increase for each stack frame (which is correct generally but breaks when you're backtracing from the kernelmode stack back into the usermode stack). Also the official version has a problem with hardware watchpoints.
GvG
On Wed, 4 Jan 2006 14:51:02 +0100 "Ge van Geldorp" gvg@reactos.org wrote:
From: Murphy, Ged (Bolton)
Royce Mitchell III wrote
How are you source-level debugging ros?
Probably using Insight, that's what I use when building with mingw. I don't know assembly well enough to even consider it.
Yup, using Insight (the cygwin GUI for gdb), which connects over a null modem to the GDB stub in ntoskrnl. I'm using a slightly-modified version, since the official one insists that when doing a stack backtrace the frame pointer should increase for each stack frame (which is correct generally but breaks when you're backtracing from the kernelmode stack back into the usermode stack). Also the official version has a problem with hardware watchpoints.
GvG
Please post the version of insight and gdb that you use. I've long wanted to work with reactos that way, but haven't found a combination of tools that worked reliably.
From: art yerkes
Please post the version of insight and gdb that you use. I've long wanted to work with reactos that way, but haven't found a combination of tools that worked reliably.
Will do, might take me a couple of days to clean up and write a Wiki page.
GvG
From: art yerkes
Please post the version of insight and gdb that you use. I've long wanted to work with reactos that way, but haven't found a combination of tools that worked reliably.
As promised, I put up a Wiki page describing how I use Insight: http://www.reactos.org/wiki/index.php/Gdb (or Wiki Main Page -> Debugging -> gdb). You can find the "new and improved" Insight version at http://www.reactos.nl/downloads/gdb_reactos.zip
GvG
That you every mutch.
As promised, I put up a Wiki page describing how I use Insight: http://www.reactos.org/wiki/index.php/Gdb (or Wiki Main Page -> Debugging -> gdb). You can find the "new and improved" Insight version at http://www.reactos.nl/downloads/gdb_reactos.zip
GvG
Thank you, I will try it today or to morning
----- Original Message ----- From: "Ge van Geldorp" gvg@reactos.org To: "'ReactOS Development List'" ros-dev@reactos.org Sent: den 7 January 2006 22:29 Subject: [ros-dev] GDB HOWTO
From: art yerkes
Please post the version of insight and gdb that you use. I've long wanted to work with reactos that way, but haven't found a combination of tools that worked reliably.
As promised, I put up a Wiki page describing how I use Insight: http://www.reactos.org/wiki/index.php/Gdb (or Wiki Main Page ->
Debugging ->
gdb). You can find the "new and improved" Insight version at http://www.reactos.nl/downloads/gdb_reactos.zip
GvG
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev