Displaying 2 results from an estimated 2 matches for "mli_poll".
Did you mean:
mei_poll
2012 May 10
2
[LLVMdev] Wrong Dwarf info with -O2? [PowerPC]
Hi all,
today I was debugging some code (compiled by a 2 weeks old clang) on a
PowerPC embedded system using the newest gdb (v7.4).
I got a backtrace like this:
(gdb) bt
#0 0x0fe96314 in poll () from /lib/tls/libc.so.6
#1 0x1002c8ac in mli_poll (
fds=<error reading variable: Unhandled dwarf expression opcode 0x1>,
nfds=<optimized out>, timeout=<optimized out>) at msglib.c:7560
#2 0x10027684 in mli_do_work (peer_index=<optimized out>,
creply=<error reading variable: Unhandled dwarf expression opcode...
2012 May 10
0
[LLVMdev] Wrong Dwarf info with -O2? [PowerPC]
...f wrote:
> Hi all,
>
> today I was debugging some code (compiled by a 2 weeks old clang) on a
> PowerPC embedded system using the newest gdb (v7.4).
>
> I got a backtrace like this:
>
> (gdb) bt
> #0 0x0fe96314 in poll () from /lib/tls/libc.so.6
> #1 0x1002c8ac in mli_poll (
> fds=<error reading variable: Unhandled dwarf expression opcode 0x1>,
> nfds=<optimized out>, timeout=<optimized out>) at msglib.c:7560
> #2 0x10027684 in mli_do_work (peer_index=<optimized out>,
> creply=<error reading variable: Unhandled dwar...