search for: alexinbeijing

Displaying 6 results from an estimated 6 matches for "alexinbeijing".

2015 May 28
0
[LLVMdev] Generate .debug_info for asm files?
On Thu, May 28, 2015 at 4:36 PM, Alex <alexinbeijing at gmail.com> wrote: > Dear LLVM devs, > > I've noticed that LLVM's assembler (and hence clang) doesn't generate > debug data when assembling, even when run with "-g". > Sorry, let me correct that: the assembler does generate the .debug_info section (as wel...
2015 May 28
4
[LLVMdev] Generate .debug_info for asm files?
Dear LLVM devs, I've noticed that LLVM's assembler (and hence clang) doesn't generate debug data when assembling, even when run with "-g". Users can add their own CFI/line number data with assembler directives. But GDB ignores the line number data if you don't have a DIE in the .debug_info section which identifies the compilation unit. (I'm not an expert on GDB, but
2015 Oct 12
13
[Bug 2478] New: Escape sequences (starting with ~) don't work when remote shell is BusyBox ash
...ll is BusyBox ash Product: Portable OpenSSH Version: 7.1p1 Hardware: ix86 OS: Linux Status: NEW Severity: minor Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: alexinbeijing at gmail.com Created attachment 2725 --> https://bugzilla.mindrot.org/attachment.cgi?id=2725&action=edit Fix This was originally send directly to the mailing list, but I am also posting it here as requested by Damien Miller. This patch was prompted by the observation that SSH escapes (u...
2015 May 29
0
[LLVMdev] Questions about DWARF handling (esp. re: file and line data)
On Fri, May 29, 2015 at 11:55 AM, Alex <alexinbeijing at gmail.com> wrote: > > On Fri, May 29, 2015 at 8:46 PM, David Blaikie <dblaikie at gmail.com> wrote: > >> >> On Fri, May 29, 2015 at 2:17 AM, Alex <alexinbeijing at gmail.com> wrote: >> >>> Dear LLVM devs, >>> >>> I'm just...
2015 May 29
2
[LLVMdev] Questions about DWARF handling (esp. re: file and line data)
Dear LLVM devs, I'm just working on the LLVM assembler's handling of .file and .line directives. I've noticed some strange things and am wondering if there is a reason the code works the way it does. 1. MCContext keeps a map of number -> MCDwarfLineTable called MCDwarfLineTablesCUMap. However, as far as I can see, the only compilation unit number which is *ever* used is zero! If
2015 Jun 05
2
[LLVMdev] Who to assign as "reviewers" for a patch??
Dear LLVM devs, I just submitted a patch: http://reviews.llvm.org/D10149. However, Phabricator is warning me that "this revision needs review, but there are no reviewers specified". How should I determine who the reviewers should be? Thanks, Alex Dowad -------------- next part -------------- An HTML attachment was scrubbed... URL: