Displaying 3 results from an estimated 3 matches for "contextrecord".
2006 Feb 07
4
Ruby, Rails & Inheritance
Hi!
I am looking for a solution for the following problem:
Some of my models share some attributes and also was in need for some
extra features, so I created a class "RecordWithFeatures":
-----------------------------------------------------------------
class RecordWithFeatures < ActiveRecord::Base
# @Override
def self.descends_from_active_record?
superclass ==
2011 Oct 06
2
[LLVMdev] [Patch] Build failure on Windows+MinGW (GCC and Clang)
...Walk64 StackWalk64;
^
M:/Development/mingw64/bin/../lib/clang/3.0/../../../x86_64-w64-mingw32/include\psdk_inc/_dbg_common.h:269:20:
note: previous definition is here
WINBOOL IMAGEAPI StackWalk64(DWORD MachineType,HANDLE hProcess,HANDLE
hThread,LPSTACKFRAME64 StackFrame,PVOID
ContextRecord,PREAD_PROCESS_MEMORY_ROUTINE64
ReadMemoryRoutine,PFUNCTION_TABLE_ACCESS_ROUTINE64
FunctionTableAccessRoutine,PGET_MODULE_BASE_ROUTINE64
^
In file included from M:\Development\Source\LLVM\lib\Support\Signals.cpp:33:
M:\Development\Source\LLVM\lib\Support/Windows/Signals.inc:121:29...
2016 Aug 19
0
Wine release 1.9.17
...nwind return from exception handler.
ntdll: Call exception handler with correct context.
ntdll: Add support for exceptions inside termination handlers in __C_specific_handler.
ntdll: Print fixme message in case of nested exception.
ntdll: Pass updated context inside dispatch.ContextRecord in call_stack_handlers.
Sebastian Lackner (31):
vcomp: Prefer builtin version.
vcomp120: Prefer builtin version.
vcomp110: Prefer builtin version.
vcomp100: Prefer builtin version.
vcomp90: Prefer builtin version.
services: Preparation to allow arbitrary data in...