Displaying 7 results from an estimated 7 matches for "32035".
Did you mean:
2035
2011 Apr 13
4
[LLVMdev] Extra padding on DWARF debug info?
...orks around? The
>> workaround was added as part of r103439[1], which added support for
>> multiple compilation units in one module. Does the bug ever affect
>> modules with only a single compilation unit?
>>
>
> It was not added by r103439. In fact, it was added by r32035.
>
> http://llvm.org/viewvc/llvm-project?view=rev&revision=32035
>
> Unfortunately the log message and comments do not provide any hints, and I do not have access to the author anymore.
Sounds like we should rip it out and see if there is any regression on the gdb testsuite.
-C...
2011 Apr 13
0
[LLVMdev] Extra padding on DWARF debug info?
...bug is in GDB that this works around? The
> workaround was added as part of r103439[1], which added support for
> multiple compilation units in one module. Does the bug ever affect
> modules with only a single compilation unit?
>
It was not added by r103439. In fact, it was added by r32035.
http://llvm.org/viewvc/llvm-project?view=rev&revision=32035
Unfortunately the log message and comments do not provide any hints, and I do not have access to the author anymore.
-
Devang
> -Ken
>
> [1] http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100510/101040....
2011 Apr 13
2
[LLVMdev] Extra padding on DWARF debug info?
DwarfDebug::emitDebugInfo() always appends four zero bytes to the tail
of the debug info section:
emitDIE(Die);
// FIXME - extra padding for gdb bug.
Asm->OutStreamer.AddComment("4 extra padding bytes for GDB");
Asm->EmitInt8(0);
Asm->EmitInt8(0);
Asm->EmitInt8(0);
Asm->EmitInt8(0);
2011 Apr 13
0
[LLVMdev] Extra padding on DWARF debug info?
...;> workaround was added as part of r103439[1], which added support for
>>> multiple compilation units in one module. Does the bug ever affect
>>> modules with only a single compilation unit?
>>>
>>
>> It was not added by r103439. In fact, it was added by r32035.
>>
>> http://llvm.org/viewvc/llvm-project?view=rev&revision=32035
>>
>> Unfortunately the log message and comments do not provide any hints, and I do not have access to the author anymore.
>
> Sounds like we should rip it out and see if there is any regression...
2006 Feb 09
0
Study Guide by Topics for Beginners
Hi,
I've been trying to organize my self, and has been making an order
list, for beginners (as I am), of practical topics that should be
studied to manage a communication node (ISP). Also, each topic should
have referred books, urls and materials about it, in order of reading
too.
Here I ask you for some experienced help, to conform this, or some
reference point where start on. The way you
2006 Jul 12
2
continuous access to printer causes high memory usage
...Ss Jul11 0:00 /usr/sbin/smbd -D
root 12656 0.0 0.2 9264 2972 ? S Jul11 0:00 \_ /usr/sbin/smbd -D
root 31433 0.0 0.4 9368 4880 ? S 08:28 0:02 \_ /usr/sbin/smbd -D
user1 31842 0.2 77.8 872844 803180 ? S 08:46 1:21 \_ /usr/sbin/smbd -D
user2 32035 0.0 0.5 12200 5764 ? S 08:54 0:00 \_ /usr/sbin/smbd -D
user3 32292 0.0 2.5 35092 26056 ? S 09:03 0:02 \_ /usr/sbin/smbd -D
root 9788 0.0 0.3 9180 3496 ? S 16:01 0:00 \_ /usr/sbin/smbd -D
---> Excerpt from samba.log
[2006/07/12 14:51:21, 3] s...
2012 Oct 26
0
Wine release 1.5.16
...Hitman 2: problem with rendering models
32015 Systray icons are invisible
32020 Black Mirror 2 crashes after a short time
32027 Chrome (game) refuses to start without native msvcp60
32028 Swords and Soldiers fails to start without native msvcp80 (purist)
32032 CS:GO exits silently
32035 Deity spams the terminal with '|'
32041 Adobe Audition CS6 - Crash during UI paint at startup (again)
----------------------------------------------------------------
Changes since 1.5.15:
Akihiro Sagawa (3):
cmd: Properly handle multibyte characters in batch files.
ntdll...