search for: debug_information

Displaying 8 results from an estimated 8 matches for "debug_information".

2010 Dec 04
0
[LLVMdev] question on generating dwarf metadata
...the structures that start with > DW_TAG's parsed? > > In general, what's resources does a front end implementer have in order to > understand how to generate the DWARF stuff via llvm assembly source? We are working on a document. Here is current draft: http://wiki.llvm.org/Debug_Information - Devang
2010 Dec 03
3
[LLVMdev] question on generating dwarf metadata
I am writing a front end for a new language and am having trouble generating the DWARF debugging information. I'm outputting llvm assembly source so I'm trying to generate the "!metadata" stuff. I have found the document <http://llvm.org/docs/SourceLevelDebugging.html> a helpful start, as far as it goes. However, it doesn't quite match what I see clang produce
2010 Nov 05
2
[LLVMdev] Debug Information Wiki Page
Hi All, We've been working on a wiki page to help people build debug information in their own front-ends: http://wiki.llvm.org/Debug_Information It's definitely a work in progress, but it already has the basic format and how to create the basic information (line, functions, variables, basic types). It's not complete nor completely accurate, so if you do spot a problem, please be kind and fix it. ;) If you want to add more informa...
2010 Dec 04
1
[LLVMdev] question on generating dwarf metadata
On 4 December 2010 00:28, Devang Patel <dpatel at apple.com> wrote: > We are working on a document. Here is current draft: >        http://wiki.llvm.org/Debug_Information Hi Devang, Do you think we should keep updating the wiki or in the HTML? Do we need this doc to be in the release docs? cheers, --renato
2010 Dec 04
4
[LLVMdev] question on generating dwarf metadata
On 12/03/2010 06:28 PM, Devang Patel wrote: > We are working on a document. Here is current draft: > http://wiki.llvm.org/Debug_Information > > - > Devang While this is great news, it doesn't completely satisfy my needs. Your documentation assumes one is going to use the LLVM provided functions (such as DIFactory::). My front-end can't use them because it is not written in C or C++. I need to know the exact layo...
2010 Nov 06
0
[LLVMdev] Debug Information Wiki Page
On Nov 5, 2010, at 8:04 AM, Renato Golin wrote: > Hi All, > > We've been working on a wiki page to help people build debug > information in their own front-ends: > > http://wiki.llvm.org/Debug_Information > > It's definitely a work in progress, but it already has the basic > format and how to create the basic information (line, functions, > variables, basic types). > > It's not complete nor completely accurate, so if you do spot a > problem, please be kind and fix it....
2010 Dec 06
0
[LLVMdev] question on generating dwarf metadata
On Dec 4, 2010, at 1:16 PM, Bagel wrote: > On 12/03/2010 06:28 PM, Devang Patel wrote: >> We are working on a document. Here is current draft: >> http://wiki.llvm.org/Debug_Information >> >> - >> Devang > > While this is great news, it doesn't completely satisfy my needs. Your documentation assumes one is going to use the LLVM provided functions (such as DIFactory::). My front-end can't use them because it is not written in C or C++. I need to...
2011 Feb 21
0
[LLVMdev] Debug Information Interface / Documentation
...e is the code, which is in constant change and has a lot of context; Can we work out a proper stable interface and, if possible, a reasonably stable API? I'm volunteering (again) to start, but I need help, otherwise it'll be yet another [1]. -- cheers, --renato [1] http://wiki.llvm.org/Debug_Information [2] http://llvm.org/docs/SourceLevelDebugging.html [3] http://llvm.org/docs/LangRef.html