search for: addlabel

Displaying 7 results from an estimated 7 matches for "addlabel".

2006 Sep 04
2
Question about ACMError
...n I tested xm commands related to security (xm *label/*policy), I found that some of them. - return 0, - show ACMError''s Traceback messages. Are these results specifications or bugs? Example: # xm cfgbootpolicy xyz ACMError: Illegal policy name ''xyz'' # echo $? 0 # xm addlabel xyz dom acm-test1.conf ACMError: No active policy. Policy must be specified in command line. Traceback (most recent call last): File "//usr/lib/python/xen/xm/addlabel.py", line 129, in main security.err("No active policy. Policy must be specified in command line.") ACMErro...
2011 Feb 24
0
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...VM :: FrontendC++/2010-08-31-ByValArg.cpp > LLVM :: FrontendC/2009-02-17-BitField-dbg.c > LLVM :: FrontendC/2010-01-14-StaticVariable.c > LLVM :: FrontendC/2010-02-16-DbgVarScope.c > LLVM :: FrontendObjC/2009-08-17-DebugInfo.m This is because of @@ -1903,7 +1912,8 @@ addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_addr, Asm->GetTempSymbol("section_line")); else - addUInt(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, 0); + addSectionOffset(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_addr, + Asm->GetTempSymbol(&...
2011 Feb 24
2
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
On Feb 24, 2011, at 11:36 AM, Devang Patel wrote: > > On Feb 12, 2011, at 2:07 AM, Nathan Jeffords wrote: > >> Hello All, >> >> I have created a set of patches that get dwarf debugging support working for the COFF object file. I also believe I have fixed what appears to be a bug in how line info sections are referred to from the DW_TAG_compile_unit DIE. I have run
2007 Aug 10
1
Unexpected behavior in PBSmapping package
Using R 2.5.1 on Windows XP Professional, and PBSmapping package version 2.51, I have encountered some behavior which puzzles me. I am including the package's listed maintainer on this email but also seek the thoughts of the R-help community. I have a set of EventData, which I want to plot as points, and to color the points according to some criterion. It turns out that some of my
2012 Nov 19
0
[LLVMdev] Debug information under windows
...2012 +0100 @@ -567,9 +567,14 @@ NewCU->addUInt(Die, dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, 0); // DW_AT_stmt_list is a offset of line number information for this // compile unit in debug_line section. - if (Asm->MAI->doesDwarfRequireRelocationForSectionOffset()) - NewCU->addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, + if (Asm->MAI->doesDwarfRequireRelocationForSectionOffset()) { + if (Asm->MAI->getDwarfSectionOffsetDirective()) // COFF + NewCU->addDelta(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, + Asm->GetT...
2012 Oct 26
5
[LLVMdev] Debug information under windows
Hello, Recently I found binaries produced with LLVM impossible to debug under Windows. This was probably related to the following bug: http://llvm.org/bugs/show_bug.cgi?id=13636 Asm generated from .ll files revealed that some offsets to debug information were incorrect: they were absolute instead of relative to their sections. Following patch seemed to have repaired the problem, so I'm
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
...nd.uuid - Universal Unique Identifiers (UUIDs). By default, UUIDs generated here are xen.xend.xenstore (package) xen.xend.xenstore.tests (package) xen.xend.xenstore.tests.stress_xs xen.xend.xenstore.xstransact xen.xend.xenstore.xsutil xen.xend.xenstore.xswatch xen.xm.XenAPI xen.xm (package) xen.xm.addlabel - Labeling a domain configuration file or a resource. xen.xm.cfgbootpolicy - Configuring a security policy into the boot configuration xen.xm.console xen.xm.create - Domain creation. xen.xm.dry-run - Tests the security settings for a domain and its resources. xen.xm.dumppolicy - Display currently e...