Displaying 3 results from an estimated 3 matches for "b2e4b369".
2010 Aug 24
0
[LLVMdev] [patch] DwarfDebug problem with line section
...in GDB not understanding the debug information.
>
AFAICT, GCC in darwin uses offset here. Using absolute address breaks
debugger on darwin.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100823/b2e4b369/attachment.html>
2010 Jun 30
2
[LLVMdev] [patch] DwarfDebug problem with line section
On Wed, Jun 30, 2010 at 1:57 AM, Artur Pietrek <pietreka at gmail.com> wrote:
> Hi Devang,
> Thanks for working on that. Unfortunately after your change it still doesn't
> work (I've tried x86 and our backend under Linux).
What errors exactly you are seeing ?
> The problem is that you put difference between two labels
> .Lset7 = .Lsection_line_begin-.Lsection_line ##
2010 Aug 17
1
[LLVMdev] [patch] DwarfDebug problem with line section
On 30 Jun 2010, at 18:40, Devang Patel wrote:
> On Wed, Jun 30, 2010 at 1:57 AM, Artur Pietrek <pietreka at gmail.com>
> wrote:
>> The problem is that you put difference between two labels
>> .Lset7 = .Lsection_line_begin-.Lsection_line ## DW_AT_stmt_list
>> and that will be evaluated by assembler to a constant. It has to be
>> a label,
>> not a