Author Topic: Interfacing CDB  (Read 4374 times)

Offline etko

  • Multiple posting newcomer
  • *
  • Posts: 10
    • Homepage
Interfacing CDB
« on: March 18, 2006, 02:18:48 am »
Hi is there any site on the web with simple and comprehensive info how to interface windows CDB/WinDbg?
I am just asking about this for non C project.

takeshimiya

  • Guest
Re: Interfacing CDB
« Reply #1 on: March 18, 2006, 02:28:41 am »
Hi is there any site on the web with simple and comprehensive info how to interface windows CDB/WinDbg?
I am just asking about this for non C project.

Yes, here: http://www.microsoft.com/whdc/devtools/debugging/resources.mspx or here: http://www.google.com. :wink:

Or do you mean integrated from within C::B ?

Offline etko

  • Multiple posting newcomer
  • *
  • Posts: 10
    • Homepage
Re: Interfacing CDB
« Reply #2 on: March 18, 2006, 03:16:37 am »
I mean how to integrate it into 3rd party app like C::B does.

takeshimiya

  • Guest
Re: Interfacing CDB
« Reply #3 on: March 18, 2006, 03:37:56 am »
I mean how to integrate it into 3rd party app like C::B does.
From what I know, C::B integrates GNU GDB and MS CDB as debuggers.
You might want to look at the debugger plugin code.