Displaying 6 results from an estimated 6 matches for "flexycor".
Did you mean:
flexycore
2008 Dec 11
2
[LLVMdev] ARM Debug support patch
Thanks for the commit.
FlexyCore works only on ARM EABI Linux target for now. This binary with
Dwarf information could be debugged with a gdb-server 6.8 without problem on
our side.
If you are working on ARM Linux target, could you send us LLVM source file,
and gdb version ? But if you are using ARM Darwin as Anton suggest, we...
2008 Dec 10
6
[LLVMdev] ARM Debug support patch
Hi all,
FlexyCore, the company I am working for, use LLVM to generate binary for ARM
platform. We are very fulfilled with LLVM, and FlexyCore will be pleased to
contribute on this software.
We need debug support in ARM binary, but, in LLVM 2.4, this support is not
activated for ARM backend. Consequently, I made s...
2008 Dec 12
1
[LLVMdev] ARM Debug support patch
...is will be done
with the progress of our project.
Could you explain more in details (by mail if possible) what is the problem
with aggregates and debugging ?
Could you also provide C program or llvm source file that exposes this
problem in order to see what we can do?
During our roadmap progress, FlexyCore will not hesitate to send patches if
needed.
Mikaƫl.
Evan Cheng wrote:
>
>
> On Dec 11, 2008, at 8:23 AM, Mike-1 wrote:
>
>>
>> Thanks for the commit.
>>
>> FlexyCore works only on ARM EABI Linux target for now. This binary
>> with
>> Dwarf...
2008 Dec 11
0
[LLVMdev] ARM Debug support patch
On Dec 11, 2008, at 8:23 AM, Mike-1 wrote:
>
> Thanks for the commit.
>
> FlexyCore works only on ARM EABI Linux target for now. This binary
> with
> Dwarf information could be debugged with a gdb-server 6.8 without
> problem on
> our side.
Good to hear. Are you able to examine aggregates?
>
>
> If you are working on ARM Linux target, could you send us...
2008 Dec 10
0
[LLVMdev] ARM Debug support patch
...t to
generate Dwarf information. However, I did not have much luck
debugging llvm produced executables. I would appreciate it very much
if you can put the debug support to test and contribute more patches.
Thanks,
Evan
On Dec 10, 2008, at 8:38 AM, Mike-1 wrote:
>
> Hi all,
>
> FlexyCore, the company I am working for, use LLVM to generate binary
> for ARM
> platform. We are very fulfilled with LLVM, and FlexyCore will be
> pleased to
> contribute on this software.
>
>
> We need debug support in ARM binary, but, in LLVM 2.4, this support
> is not
>...
2008 Dec 10
0
[LLVMdev] ARM Debug support patch
...ode *FINode = dyn_cast<FrameIndexSDNode>(N1);
if (!FINode)
break;
int FI = FINode->getIndex();
I'll fix these minor issues and commit the patch for you. Thanks for
your contribution!
Evan
On Dec 10, 2008, at 8:38 AM, Mike-1 wrote:
>
> Hi all,
>
> FlexyCore, the company I am working for, use LLVM to generate binary
> for ARM
> platform. We are very fulfilled with LLVM, and FlexyCore will be
> pleased to
> contribute on this software.
>
>
> We need debug support in ARM binary, but, in LLVM 2.4, this support
> is not
>...