search for: addcomment

Displaying 16 results from an estimated 16 matches for "addcomment".

Did you mean: add_comment
2013 May 30
2
[LLVMdev] How to associate extra comments to a MachineInstruction ?
> From: Eric Christopher > Subject: Re: [LLVMdev] How to associate extra comments to a > MachineInstruction ? > > Should be spelled like this yes? > > Asm->OutStreamer.AddComment("foo") > Asm->EmitFoo(); > > -eric That should work at the moment that you are emitting the instructions. But what would you do when you are manipulating a MachineBasicBlock and want to annotate some instructions there ? (way before the assembler jumps in) The annotation...
2013 May 30
2
[LLVMdev] How to associate extra comments to a MachineInstruction ?
Hi, is there a convenient way to associate/add a comment to a MachineInstruction, so that in the produced assembly file, the comment is added next to the instruction ? Greetings, Jeroen Dobbelaere
2013 May 30
0
[LLVMdev] How to associate extra comments to a MachineInstruction ?
Should be spelled like this yes? Asm->OutStreamer.AddComment("foo") Asm->EmitFoo(); -eric On Thu, May 30, 2013 at 1:44 PM, Jeroen Dobbelaere <Jeroen.Dobbelaere at synopsys.com> wrote: > Hi, > > is there a convenient way to associate/add a comment to a MachineInstruction, so that > in the produced assembly file, the comment i...
2006 Apr 16
0
scaffolding issue - new action defaults to list action
...connect '''', :controller => "photo", :action=> "index" map.connect '':controller/'', :action=> "index" map.connect '':controller/:photo'', :action=> "index" map.connect '':controller/:photo/addcomment'', :action=> "addcomment" map.connect ''/admin'', :controller=>"admin/photo", :action=> "index" # Allow downloading Web Service WSDL as a file with an extension # instead of a file named ''wsdl'' map.connect '':...
2006 Mar 24
1
AJAX & Posting Reccomendation
...rite the javascript to handle this without a problem. If this were in PHP/Perl, I''d just use javascript to post the data to a php/cgi file. However, I''m a little unsure of the best way to approach this with Rails. Would I create a controller just for this? myurl.com/photos/addcomment and post to that controller... or? Any suggestions? Thanks in advance tyler -- Posted via http://www.ruby-forum.com/.
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); Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("info_end", TheCU->getID())); Does anybody know what the bug is in GDB that this work...
2013 May 30
0
[LLVMdev] How to associate extra comments to a MachineInstruction ?
...at 2:16 PM, Jeroen Dobbelaere <Jeroen.Dobbelaere at synopsys.com> wrote: >> From: Eric Christopher >> Subject: Re: [LLVMdev] How to associate extra comments to a >> MachineInstruction ? >> >> Should be spelled like this yes? >> >> Asm->OutStreamer.AddComment("foo") >> Asm->EmitFoo(); >> >> -eric > > > That should work at the moment that you are emitting the instructions. > Yep. > But what would you do when you are manipulating a MachineBasicBlock and want to > annotate some instructions there ? (way b...
2010 Jan 21
1
Rgeneric.py assists in rearranging generic function definitions
I've attached a script I wrote that pulls all the setGeneric definitions out of a set of R files and puts them in a separate file, default allGenerics.R. I thought it might help others who find themselves in a similar situation. The "situation" was that I had to change the order in which files in my package were parsed; the scheme in which the generic definition is in the
2013 Sep 23
3
Custom iptables rules to drop DNS Amplification Attacks
Hi all, I need an help to implement this kind of rules on shorewall: iptables --insert INPUT -p udp --dport 53 -m u32 --u32 "0x28&0xFFDFDFDF=0x055a5a47 && 0x2c&0xDFDFFFDF=0x53540343 && 0x30&0xDFDFFFFF=0x4f4d0000" -j DROP This kind of rules need to block a DNS Amplification Attack. I found this file
2011 Apr 13
0
[LLVMdev] Extra padding on DWARF debug info?
On Apr 13, 2011, at 8:42 AM, Ken Dyck wrote: > 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); > Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("info_end", TheCU->getID())); > > Does anybody know what th...
2001 Jul 03
1
Re: ogg vorbis controls (fwd)
...comments. > > I havent added this part in yet. as soon as i get some other stuff out of > > the way i'll add this in. > > This is a very important feature for my project. > I noticed that the Vorbis implementation of the BladeEnc DLL spec > implements the needed AddComment() code. If you need this code; please let > me know. > > > 4) Control must be visible to work. Setting visible to false; prevents > > component from firing %done event. > > ' that is odd. i havent tested the controls in delphi h owever someothers > > sa...
2000 Jun 29
2
Question on an alternative to ls() and expanded R object types
Hello everyone, This question and associated comments come from a desire for more sanity in my object name space. These ideas may just be a whacky, way too difficult to implement or already possible with existing functions. Would it be possible to improve R's listing ability by adding the capability to list objects by type, creation date, modification date, ancestry and/or user comments?
2003 Dec 01
0
No subject
<-----------------------------------------------------------------------> Changes to user passwords are captured by a special DLL, which traps and then stores the password changes in encrypted form in a private area. On each synchronization schedule, the synchronization service first examines the SAM file for changes, and then checks this private area for passwords to be synchronized. Once
2003 Sep 18
0
rasapi32: Dial-Up Networking (DUN) and Remote Access Service (RAS)
Hello In the status site it is written that "most people just setup their Windows apps for LAN, then use their Linux tools to dial up." I'd like to do this too but I don't know how to setup my Windows apps for LAN. I tried but failed. It seemed to me that I need a network card to setup something for LAN in windows. But I admit that I didn' t understand too much from the
2003 Mar 13
0
too many open files , samba crashes
hello, using SuSE 7.3 with all Patches and SAMBA 2.2.7a-SuSE after a couple of days too many files are opend (bejond 16000) and samba hast to be totally stopped and restartet. the log tells us the following: [2003/03/13 09:21:44, 0] smbd/posix_acls.c:create_canon_ace_lists(919) create_canon_ace_lists: unable to map SID S-1-5-21-823518204-1202660629-842925246-2721 to uid or gid. [2003/03/13
2003 Mar 03
3
Using asterisk with ISDN - How to configure
Hello, first of all I have to say: I read the handbook but there are some questions left I couldn't answer. It's very basicaly. Sorry about that. I have a AVM B1 PCI - Card. I think there is a I4L and a Capi-Port installed. 1. How can I define the right channels, how are they defined. I found the modem.conf example with an ISDN section but how can I make asterisk load it? 2. Do I