Prev: Clipboard internals
Next: Non blocking FIFO list
From: Aaron Gray on 30 Jan 2010 13:55 Hi, For want of a better place to ask. I am after the CodeView data format specifications 4 and/or 5. I am writing an object module generator and need to generate CodeView debugging information. Many thanks in advance, Aaron
From: Pavel A. on 30 Jan 2010 15:26 "Aaron Gray" <ang.usenet(a)gmail.com> wrote in message news:OdJkO3doKHA.1552(a)TK2MSFTNGP04.phx.gbl... > Hi, > > For want of a better place to ask. I am after the CodeView data format > specifications 4 and/or 5. I am writing an object module generator and > need to generate CodeView debugging information. > Look on MSDN. They had documented quite a lot of formats and interfaces recently. Also, try microsoft.public.windbg --pa
From: Aaron Gray on 30 Jan 2010 15:45 "Pavel A." <pavel_a(a)12fastmail34.fm> wrote in message news:56C3F9AE-FF73-4D7D-A052-91E97FCF968E(a)microsoft.com... > "Aaron Gray" <ang.usenet(a)gmail.com> wrote in message > news:OdJkO3doKHA.1552(a)TK2MSFTNGP04.phx.gbl... >> Hi, >> >> For want of a better place to ask. I am after the CodeView data format >> specifications 4 and/or 5. I am writing an object module generator and >> need to generate CodeView debugging information. >> > > Look on MSDN. They had documented quite a lot of formats and interfaces > recently. > Also, try microsoft.public.windbg Hi Pavel, I could not find anything on it on MSDN :( Could you have a look for me as I never seem to have any luck finding anything on MSDN, they just keep moving things around. Many thanks, Aaron
From: Pavel A. on 30 Jan 2010 16:21 Yep. They move things around a lot. I could not find CV debug info under published documents ( http://msdn.microsoft.com/en-us/library/dd208104(PROT.10).aspx ) Maybe, you'd better use .NET IL for your code generation, rather than native code. Or generate C or asm code and then compile with supported MS compilers. Good luck, -pa "Aaron Gray" <ang.usenet(a)gmail.com> wrote in message news:O3mSF1eoKHA.1552(a)TK2MSFTNGP04.phx.gbl... > "Pavel A." <pavel_a(a)12fastmail34.fm> wrote in message > news:56C3F9AE-FF73-4D7D-A052-91E97FCF968E(a)microsoft.com... >> "Aaron Gray" <ang.usenet(a)gmail.com> wrote in message >> news:OdJkO3doKHA.1552(a)TK2MSFTNGP04.phx.gbl... >>> Hi, >>> >>> For want of a better place to ask. I am after the CodeView data format >>> specifications 4 and/or 5. I am writing an object module generator and >>> need to generate CodeView debugging information. >>> >> >> Look on MSDN. They had documented quite a lot of formats and interfaces >> recently. >> Also, try microsoft.public.windbg > > Hi Pavel, > > I could not find anything on it on MSDN :( > > Could you have a look for me as I never seem to have any luck finding > anything on MSDN, they just keep moving things around. > > Many thanks, > > Aaron >
From: Aaron Gray on 30 Jan 2010 16:57
"Pavel A." <pavel_a(a)12fastmail34.fm> wrote in message news:OzZf0JfoKHA.1544(a)TK2MSFTNGP06.phx.gbl... > Yep. They move things around a lot. > I could not find CV debug info under published documents > ( http://msdn.microsoft.com/en-us/library/dd208104(PROT.10).aspx ) > > Maybe, you'd better use .NET IL for your code generation, rather than > native code. > Or generate C or asm code and then compile with supported MS compilers. > > Good luck, Thanks for looking. No I have a X86 COFF backend already and need debugging information in order to debug it. If I cannot get hold of the spec I will have to reverse engineer it :( Aaron > "Aaron Gray" <ang.usenet(a)gmail.com> wrote in message > news:O3mSF1eoKHA.1552(a)TK2MSFTNGP04.phx.gbl... >> "Pavel A." <pavel_a(a)12fastmail34.fm> wrote in message >> news:56C3F9AE-FF73-4D7D-A052-91E97FCF968E(a)microsoft.com... >>> "Aaron Gray" <ang.usenet(a)gmail.com> wrote in message >>> news:OdJkO3doKHA.1552(a)TK2MSFTNGP04.phx.gbl... >>>> Hi, >>>> >>>> For want of a better place to ask. I am after the CodeView data format >>>> specifications 4 and/or 5. I am writing an object module generator and >>>> need to generate CodeView debugging information. >>>> >>> >>> Look on MSDN. They had documented quite a lot of formats and interfaces >>> recently. >>> Also, try microsoft.public.windbg >> >> Hi Pavel, >> >> I could not find anything on it on MSDN :( >> >> Could you have a look for me as I never seem to have any luck finding >> anything on MSDN, they just keep moving things around. >> >> Many thanks, >> >> Aaron >> |