search for: quickdebuginfotests

Displaying 3 results from an estimated 3 matches for "quickdebuginfotests".

2011 Mar 17
0
[LLVMdev] Writing unit tests for DWARF?
...ode and run it regularly. That's what various build bots for llvm does. Same way, if you want to validate generated debug info you have to go through the debugger. That said, there is a new unit test harness available. All it needs is more unit tests... http://llvm.org/docs/TestingGuide.html#quickdebuginfotests - Devang On Mar 16, 2011, at 11:40 PM, Talin wrote: > One problem that has been vexing me of late: It seems that whenever I run into a problem that requires debugging one of my programs in gdb, before I can do that I have to fix my frontend's broken generation of debugging info. > &gt...
2011 Mar 17
1
[LLVMdev] Writing unit tests for DWARF?
...d run it regularly. That's what various build bots for llvm does. Same way, if you want to validate generated debug info you have to go through the debugger. That said, there is a new unit test harness available. All it needs is more unit tests... http://llvm.org/docs/TestingGuide.html#quickdebuginfotests - Devang On Mar 16, 2011, at 11:40 PM, Talin wrote: > One problem that has been vexing me of late: It seems that whenever I run into >a problem that requires debugging one of my programs in gdb, before I can do >that I have to fix my frontend's broken generation of debugging info....
2011 Mar 17
4
[LLVMdev] Writing unit tests for DWARF?
One problem that has been vexing me of late: It seems that whenever I run into a problem that requires debugging one of my programs in gdb, before I can do that I have to fix my frontend's broken generation of debugging info. The code that generates debugging information is quite fragile - you have to generate metadata for each of your files, classes, and functions, and do so without error,