summaryrefslogtreecommitdiff
path: root/coregrind/m_debuglog.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj1-0/+36
2009-08-23The format attribute may be repeated in the function definition but does not ...bart1-1/+0
2009-07-26Added support for %o (octal format).bart1-0/+12
2009-06-03A number of changes relating to syscall numbering:njn1-6/+6
2009-05-28Merge the DARWIN branch onto the trunk.njn1-0/+87
2009-05-20On x86-linux, send debuglog output to stderr, not stdout.njn1-1/+1
2009-03-10Updated copyright years.njn1-1/+1
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart1-18/+32
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-02-16Make VG_(printf) et al conform to ANSI w.r.t. capitalisation ofsewardj1-11/+14
2007-01-08Update copyright dates.sewardj1-1/+1
2006-11-10Syscall tidying.sewardj1-8/+8
2006-10-17Merge r6150 and 6151:sewardj1-12/+179
2006-06-05Update copyright dates.sewardj1-1/+1
2006-05-26Replace the obviously-bogus piece of inline asm with a probablysewardj1-14/+24
2006-05-22Rewrite inline asm for ppc32/64-linux to make them gcc-4.1.0 proof.sewardj1-43/+63
2006-04-28Fix completely bogus asm, which didn't work when compiled with gcc-4.1.0sewardj1-15/+20
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-1/+34
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj1-6/+13
2005-08-26Change slightly the way integers are printed by printf() and friends.njn1-2/+10
2005-07-19New printf format specifier %t, which is like %s but escapessewardj1-0/+43
2005-06-20Finally, valgrind on ppc32.cerion1-0/+33
2005-06-19Final commit for the initial modularisation pass:njn1-5/+5
2005-05-30debug-logging (-d) totally didn't work when one Valgrindified processsewardj1-1/+11
2005-05-15Don't mix backticks and apostrophes when quoting words -- eg. use 'foo'njn1-1/+1
2005-05-02Initial cleanups based on target-specific defines.sewardj1-5/+3
2005-04-28Even more pissing with inline asm around to placate gcc-3.4 -fpic. Wesewardj1-7/+10
2005-04-27local_sys_write_stderr: tell gcc what registers the asm trashes.sewardj1-4/+8
2005-04-27Make the debug log module work on amd64.tom1-2/+23
2005-04-27Rework the inline assembly implementations of write and getpid for x86 totom1-9/+14
2005-04-25amd64 build fixes.sewardj1-1/+14
2005-04-25More printing fine-tuningsewardj1-1/+1
2005-04-25Print a bit more prettily.sewardj1-5/+10
2005-04-25Add a new module: the debug-logger. For a while now, we've used thesewardj1-0/+483