search for: printf'ing

Displaying 4 results from an estimated 4 matches for "printf'ing".

2012 Jan 30
2
[LLVMdev] Debugging LLVM IR
...figuring out when I'm going wrong. Another problem here is that I'm not aware of any good ways to debug IR. I tried gdb a little bit, but it doesn't seem to understand IR. And I ran my program under valgrind, but nothing useful showed up there, either. I tried to figure out someways of printf'ing pointers and values straight from the IR, but that doesn't work. Perhaps it would be useful to add an instruction for that? It also seems like lli should be fertile ground for better debugging tools; I imagine it should technically not be too hard to print out a blow-by-blow of the evol...
2005 Feb 01
3
[Bug 977] duplicate log entries when using "sshd -D -e"
...ety of OpenSSH versions - 3.6.1p2 and 3.8p1 under Linux FC2 and 3.5p1 under FreeBSD 4.10. 3.1p1 on a Linux Redhat 7.2 doesn't, however (woo? :-). LogLevel in sshd_config is commented out, so should be default (INFO?). I poked around in log.c:do_log() (3.8p1), and discovered through judicious printf'ing that the second entry occurs in the child process, not the parent, although I can't see why this would prevent syslog from printing the second entry. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2013 Mar 05
3
Answering the Hydrogen Audio thread
Take a look at how the Opus Tools package handles it. So far as I remember, it requires minimal changes to the file(s) containing references to the main entry point and to fopen. It imports the command line arguments as wchar_t and converts them to UTF-8, and has replacement functions for fopen and some text output that accept UTF-8 instead of ANSI. I think it automatically kicks in on definition
2009 Aug 30
26
[Bug 23593] New: nouveau hangs after a few minutes
http://bugs.freedesktop.org/show_bug.cgi?id=23593 Summary: nouveau hangs after a few minutes Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org