Displaying 5 results from an estimated 5 matches for "generic_start_main".
2017 Aug 01
2
[RFC] Profile guided section layout
...dlPv
2 _ZN4llvm14object_deleterISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE4callEPv _ZdlPv
2 _ZN3lld3elf19GnuHashTableSection10addSymbolsERSt6vectorINS0_16SymbolTableEntryESaIS3_EE _ZdlPvRKSt9nothrow_t
2 _ZN3lld3elf13OutputSection14sortCtorsDtorsEv _ZdlPvRKSt9nothrow_t
2 generic_start_main __rint
2 _ZN4llvm12PassRegistry23addRegistrationListenerEPNS_24PassRegistrationListenerE _ZN4llvm3sys11RWMutexImpl14writer_releaseEv
2 _ZN4llvm12PassRegistry23addRegistrationListenerEPNS_24PassRegistrationListenerE _ZN4llvm3sys11RWMutexImpl14writer_acquireEv
2 _ZN4llvm12PassRegistry13enumerateWithE...
2017 Jul 31
2
[RFC] Profile guided section layout
A rebased version of the lld patch is attached.
Cheers,
Rafael
On 31 July 2017 at 15:11, Rafael Avila de Espindola
<rafael.espindola at gmail.com> wrote:
> Tobias Edler von Koch <tobias at codeaurora.org> writes:
>
>> Hi Rafael,
>>
>> On 07/31/2017 04:20 PM, Rafael Avila de Espindola via llvm-dev wrote:
>>> However, do we need to start with
2017 Aug 03
2
Why LLVM doesn't have debug information of function right parentheses?
...ttribute to indicate the right parentheses (line 5 in this example).
So if we use gdb to debug it:
(gdb) b main
Breakpoint 1 at 0x100005c8: file a.c, line 3.
(gdb) r
Breakpoint 1, main () at a.c:3
3 int i = 0;
Missing separate debuginfos,
(gdb) n
4 return 0;
(gdb) n
0x00003fffb7db4580 in generic_start_main.isra.0
We can not stop at line 5.
But GCC can stop at line 5
(gdb) b main
Breakpoint 1 at 0x100005e0: file a.c, line 3.
(gdb) r
Breakpoint 1, main () at a.c:3
3 int i = 0;
Missing separate debuginfos
(gdb) n
4 return 0;
(gdb) n
5 }
(gdb)
-------------- next part --------------
An HTML...
2017 Aug 03
3
Why LLVM doesn't have debug information of function right parentheses?
...xample).
>
> So if we use gdb to debug it:
> (gdb) b main
> Breakpoint 1 at 0x100005c8: file a.c, line 3.
> (gdb) r
> Breakpoint 1, main () at a.c:3
> 3 int i = 0;
> Missing separate debuginfos,
> (gdb) n
> 4 return 0;
> (gdb) n
> 0x00003fffb7db4580 in generic_start_main.isra.0
> We can not stop at line 5.
>
> But GCC can stop at line 5
> (gdb) b main
> Breakpoint 1 at 0x100005e0: file a.c, line 3.
> (gdb) r
> Breakpoint 1, main () at a.c:3
> 3 int i = 0;
> Missing separate debuginfos
> (gdb) n
> 4 return 0;
> (gdb) n...
2011 Sep 02
5
Linux kernel crash due to ocfs2
Hello,
we have a pair of IBM P570 servers running RHEL5.2
kernel 2.6.18-92.el5.ppc64
We have Oracle RAC on ocfs2 storage
ocfs2 is 1.4.7-1 for the above kernel (downloaded from oracle oss site)
Recently both servers have been crashing with the following error:
Assertion failure in journal_dirty_metadata() at
fs/jbd/transaction.c:1130: "handle->h_buffer_credits > 0"
kernel BUG in