search for: lookup_type

Displaying 3 results from an estimated 3 matches for "lookup_type".

2016 Jun 01
1
GDB pretty printers for LLVM ADTs
...uot; def __init__(self, val):\n" .ascii " self.val = val\n" .ascii "\n" .ascii " def to_string(self):\n" .ascii " begin = self.val['BeginX']\n" .ascii " end = self.val['EndX']\n" .ascii " return begin.cast(gdb.lookup_type(\"char\").pointer()).string(length = end - begin)\n" .ascii "\n" .ascii " def display_hint (self):\n" .ascii " return 'string'\n" ... .ascii "pp = gdb.printing.RegexpCollectionPrettyPrinter(\"LLVMSupport\")\n" .ascii &quo...
2013 Oct 30
2
:merge_behavior: deeper and hiera_hash
...s pulled from hiera with :merge_behavior: deeper, are not merged "as expected", where as hiera_hash does work "as expected". Or to rephrase: they behave differently, despite merge_behavior being set. I found a snippet documenting this here: http://docs.puppetlabs.com/hiera/1/lookup_types.html#deep-merging-in-hiera--120 Might make sense to make these things allot more apparent by listing the caveats and known issues at the top of the documentation and in release notes. That said, Hiera is great and I''m looking forward to future improvements. -- You received this mes...
2011 Apr 01
0
Wine release 1.3.17
...first caller of GrabChanges. dbghelp: Now that compilers (like clang) start to merge symbols across compilation units, no longer barf about duplicates. kernel32: When testing the debugger activation, don't use unitialized values (clang). dbghelp: Return proper null value when lookup_type fails. dbghelp: In const types, force 'void' type when none is found. loader: Protect preloader against ELF file without loadable segments (clang). winegcc: Check that option argument is within command line parameters. include: Added missing no return attribute. Fra...