| 2005-05-23 |
Julian Seward | More possible outputs |
commit | commitdiff | tree | snapshot |
| 2005-05-23 |
Julian Seward | More possible outputs. |
commit | commitdiff | tree | snapshot |
| 2005-05-23 |
Julian Seward | Yet another possible output |
commit | commitdiff | tree | snapshot |
| 2005-05-23 |
Julian Seward | More possible outputs (sigh) |
commit | commitdiff | tree | snapshot |
| 2005-05-23 |
Julian Seward | This seems to have been missing. |
commit | commitdiff | tree | snapshot |
| 2005-05-23 |
Julian Seward | Add another possible output. |
commit | commitdiff | tree | snapshot |
| 2005-05-21 |
Nicholas Nethercote | Address item in NOTES.txt. |
commit | commitdiff | tree | snapshot |
| 2005-05-21 |
Nicholas Nethercote | Concise-ify switch. |
commit | commitdiff | tree | snapshot |
| 2005-05-20 |
Julian Seward | Add a folding rule for 1Uto64. |
commit | commitdiff | tree | snapshot |
| 2005-05-20 |
Julian Seward | Dither |
commit | commitdiff | tree | snapshot |
| 2005-05-20 |
Julian Seward | Print error counts in the XML output. |
commit | commitdiff | tree | snapshot |
| 2005-05-20 |
Julian Seward | Apparently a CFI record covering 1.4MB was spotted... |
commit | commitdiff | tree | snapshot |
| 2005-05-20 |
Julian Seward | fix trivial regtest failures |
commit | commitdiff | tree | snapshot |
| 2005-05-19 |
Julian Seward | Small but critical performance fix from Pete Moceyunas... |
commit | commitdiff | tree | snapshot |
| 2005-05-19 |
Tom Hughes | Don't try and set up the thread state members that... |
commit | commitdiff | tree | snapshot |
| 2005-05-19 |
Nicholas Nethercote | Remove dead field. |
commit | commitdiff | tree | snapshot |
| 2005-05-19 |
Julian Seward | First pass at adding ability for Memcheck to print... |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Nicholas Nethercote | Removed the clone_flags, parent_tidptr and child_tidptr... |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Nicholas Nethercote | Comment only change: improve comments on VG_(clone... |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Nicholas Nethercote | Make VG_(wait_for_threadstate) local to linux/core_os.c. |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Nicholas Nethercote | Make VG_(sanitize_client_sigmask)() local to m_syscalls. |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Nicholas Nethercote | Un-export VG_(is_sig_ign)(). |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Julian Seward | Handle XCHG Gb,Eb. |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Julian Seward | Handle XCHG rAX, reg for 32-bit regs as well as 64... |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Julian Seward | Handle XOR Ib, AL. |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Nicholas Nethercote | wibble |
commit | commitdiff | tree | snapshot |
| 2005-05-18 |
Nicholas Nethercote | Hmm, actually put some code into m_options.c. |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Nicholas Nethercote | Don't need to -I $(builddir)/include now that valgrind... |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Nicholas Nethercote | minor cleanups |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Nicholas Nethercote | Avoid compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Nicholas Nethercote | Add missing #include. |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Tom Hughes | Pass an explicit "-m32" or "-m64" in the C flags on... |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Tom Hughes | Get rid of all the duplicated settings of AM_CFLAGS... |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Julian Seward | Give this file a standard preamble, since having empty... |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Julian Seward | comment-only wibble |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Tom Hughes | Correct file name in error messages. |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Nicholas Nethercote | Remove orphaned comment. |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Nicholas Nethercote | Move linux-only syscall wrappers into m_syscalls. |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Nicholas Nethercote | Undo the awful Leak Error type-abuse. |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Nicholas Nethercote | Update website address. |
commit | commitdiff | tree | snapshot |
| 2005-05-17 |
Julian Seward | A 4999 entry hashtable is too small when there are... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Added module m_options for holding all the command... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Tom Hughes | Fix test for amd64. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Move VGA_STACK_SIZE_W into m_syscalls, the only place... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Removed the core_arch_asm.h files. The OYNK macros... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Move ThreadArchState into core.h and avoid duplication. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Remove VGP_LONGJMP and VGP_SETJMP, since they're the... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | core.h: remove some #include lines, move some others... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Julian Seward | wibble |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Julian Seward | CFI reader: handle DW_CFA_GNU_window_save. Why is... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Julian Seward | More FC4 jiggery-pokery. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Julian Seward | Disable a bunch of suppressions made obsolete by r3740. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Julian Seward | Fix for sys_sysctl wrapper, from Ulrich Drepper. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | No need to generate valgrind.h from valgrind.h.in.... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Julian Seward | CFI reader: partially handle DW_CFA_expression and |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Julian Seward | Fix comment. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Tom Hughes | Fill in the amd64 case for regaddr_from_tst. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Tom Hughes | Use movq to get the frame pointer on amd64. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Complete restructuring of include/ directory -- I forgo... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Restructured the include/ directory. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Moved the stack-walking macros into m_stacktrace. |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Move some decls in vg_dwarf.c closer to the comment... |
commit | commitdiff | tree | snapshot |
| 2005-05-16 |
Nicholas Nethercote | Moved VGA_(reg_addr_from_tst)() and VGA_R_{STACK,FRAME... |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Move VGA_GET_REAL_{STACK,FRAME}_PTR into vg_symtab2.c. |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | bugfix: don't print bogus "obj:" lines when generating... |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Let's assume the client's address space starts at 0... |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Improved structure of LDT-related code: |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Cover the unknown-platform case. |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Remove dead constant. |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Don't mix backticks and apostrophes when quoting words... |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Julian Seward | glibc-2.3.5 fix (FC4) |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Julian Seward | CFI reader: handle DW_CFA_def_cfa_offset_sf -- FC4... |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Cleaned up the logging command-line option variables: |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Add note to FAQ about unloaded shared objects and leak... |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Remove VGA_WORD_SIZE; we already have VG_WORDSIZE. |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | fixup headers a bit |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Move the symbol table reading closer to the debug info... |
commit | commitdiff | tree | snapshot |
| 2005-05-15 |
Nicholas Nethercote | Be more concise. |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Nicholas Nethercote | Remove call to VGA_(cleanup_thread)() from VG_(exit_thr... |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Nicholas Nethercote | Remove dead function. |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Nicholas Nethercote | Whoops, a little premature in removing core_asm.h ... |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Nicholas Nethercote | Created pub_core_transtab_asm.h, killing core_asm.h... |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Nicholas Nethercote | Modularised vg_hashtable.c as m_hashtable. |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Nicholas Nethercote | Renamed the field Segment.symtab to Segment.seginfo... |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Nicholas Nethercote | VG_(resolve_redir)() can now be made private to vg_redir.c. |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Nicholas Nethercote | Move resolve_redir_allsegs() to vg_redir.c, the only... |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Nicholas Nethercote | Remove a short sequence of code that was: |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Julian Seward | Add test cases for MOVQ on amd64. |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Julian Seward | Fix behaviour of MOVQ on amd64. |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Julian Seward | No wonder I couldn't figure out exactly how movq was... |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Julian Seward | Finally fix the behaviour of MOVQ (xmm -> xmm). |
commit | commitdiff | tree | snapshot |
| 2005-05-14 |
Julian Seward | Handle NegF64. |
commit | commitdiff | tree | snapshot |
| 2005-05-13 |
Nicholas Nethercote | Modularised vg_transtab.c as m_transtab. |
commit | commitdiff | tree | snapshot |
| 2005-05-13 |
Julian Seward | Don't crash when dealing with dealing with naughty... |
commit | commitdiff | tree | snapshot |
| 2005-05-13 |
Nicholas Nethercote | Forgot to add pub_core_translate.h to the Makefile.am. |
commit | commitdiff | tree | snapshot |
| 2005-05-13 |
Nicholas Nethercote | Modularised vg_translate.c as m_translate. |
commit | commitdiff | tree | snapshot |
| 2005-05-13 |
Nicholas Nethercote | Import vki_unistd.h on a need-to-know basis, rather... |
commit | commitdiff | tree | snapshot |
| 2005-05-13 |
Nicholas Nethercote | VGA_(terminate) doesn't need to be exported. |
commit | commitdiff | tree | snapshot |
| 2005-05-13 |
Nicholas Nethercote | VGA_(restart_syscall)() doesn't need to be exported. |
commit | commitdiff | tree | snapshot |
| 2005-05-13 |
Nicholas Nethercote | Use HChar for format strings to printf-like functions. |
commit | commitdiff | tree | snapshot |
| next |