search for: dbgprint

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

Did you mean: dbg_print
2011 Aug 15
1
Wine 1.3.26: Samsung NPS does not work
...11cf-b1aa-00aa00b8de95} could be created for context 0x1 err:oss:AUDDRV_GetEndpointIDs OSS /dev/mixer doesn't seem to exist err:oss:AUDDRV_GetEndpointIDs OSS /dev/mixer doesn't seem to exist err:winmm:WINMM_DevicesThreadProc Unexpected message: 0x15 fixme:ntoskrnl:KeGetCurrentThread () stub DbgPrint says: 0: DbgPrint says: Filemon.SYS: entering DriverEntry wine: Call from 0x7b839f22 to unimplemented function ntoskrnl.exe.IoGetCurrentProcess, aborting wine: Unimplemented function ntoskrnl.exe.IoGetCurrentProcess called at address 0x7b839f22 (thread 002d), starting debugger... wine: Call from 0x...
2019 Apr 10
0
pci resource address
...ed char *buf, int size) { int rval; pciaddr_t addr; void *fpga_addr; struct pci_domain *domain; struct pci_device *dev; domain = pci_scan(); if (!domain) { DBGPRINT("couldn't find PCI Domain\n"); return -1; } for_each_pci_func3(dev, domain, addr) { /* TODO: should we do more checks on the device? Like class? */ if (dev-&gt...
2008 Nov 09
0
another windows debugging tip
Something else I just discovered to make capturing DbgPrint and KdPrint output from Windows (I use this a lot in debugging gplpv drivers): . Make sure "serial=''pty''" is in your windomu config . Run DebugView from SysInternals . Enabled Kernel Capture . Log to a file - type ''com1'' as the filename . xm console wi...
2008 Nov 09
0
another windows debugging tip
Something else I just discovered to make capturing DbgPrint and KdPrint output from Windows (I use this a lot in debugging gplpv drivers): . Make sure "serial=''pty''" is in your windomu config . Run DebugView from SysInternals . Enabled Kernel Capture . Log to a file - type ''com1'' as the filename . xm console wi...
2009 Jan 30
0
Wine release 1.1.14
...e 16927 Compile broken in dlls/kernel32/cpu.c on NetBSD 16933 Compile broken in dlls/ntdll/signal_i386.c on NetBSD 16944 DVD-Ripper RipIt4Me stopped working as of version 1.1.8 16946 Calling CloseServiceHandle() multiple times on same client side service handle corrupts heap 16947 [v]DbgPrint[Ex][WithPrefix] output buffers as ansi - not suitable in cases when unicode format codes are passed 16960 UnrealTournament video issue: wined3d: Add support for EXT_vertex_array_bgra. 16970 read exactly on newline boundary returns the \r (crlf not being performed) 16982 fgets as first read...
2007 Jan 25
0
Wine release 0.9.30
...elling fixes. shell32/tests: Add some more SHGetFileInfo() tests. shell32: Add proper support for SHGetFileInfo(SHGFI_ICONLOCATION | SHGFI_USEFILEATTRIBUTES). oleaut32/tests: Fix compilation on systems that don't support nameless structs (e.g. gcc 2.95). snmpapi: SnmpUtilDbgPrint() is a vararg and not an stdcall function. snmpapi: Add a missing '\n' trace. dbghelp: Fix the spec file to better match the SymGetSymFromAddr64() prototype. shell32: SHLoadNonloadedIconOverlayIdentifiers() is a WINAPI function. mscoree: _CorValidateImage() is a WINA...