aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_debugger.c
AgeCommit message (Expand)Author
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-03-10Updated copyright years.njn
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-11-24Don't let the debugger attachment fail silently in some cases.sewardj
2007-11-19Zero out the vki_user_regs_struct before using it. Otherwise, we endsewardj
2007-11-19Add initial code to support debugger attaching on ppc64-linux (Ryan John).sewardj
2007-11-19Minor tidyings to the debugger-attach code, as part of a failedsewardj
2007-11-19When doing ptrace on amd64-linux, provide values which don't fail thesewardj
2007-02-25Get rid of the type XArrayStrings in m_clientstate and use new genericsewardj
2007-01-08Update copyright dates.sewardj
2006-10-17Merge r6152: Add dummy cases for AIX5.sewardj
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj
2006-06-05Update copyright dates.sewardj
2005-12-18Increase buffer size, so that long debugger command lines don't crashsewardj
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj
2005-11-09Add casts to stop gcc complaining.sewardj
2005-11-09Third pass at the ppc32 ptrace stuff. It compiles now, but gcc complains thatsewardj
2005-11-09Do ptrace_setregs in a ppc32 compatible way instead of a ppc64 way.tom
2005-11-08Try to fill in ptrace_setregs. Dunno if it's right.sewardj
2005-09-29Make ppc32-linux build again following aspacem merge. Doesn't work, though:sewardj
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj
2005-07-19Make attaching a debugger work on amd64.tom
2005-07-02ah, crapnjn
2005-07-02Remove unnecesary #includes.njn
2005-06-20Finally, valgrind on ppc32.cerion
2005-06-20Add #include necessary for AMD64.njn
2005-06-19Moved VG_(start_debugger) out of m_main.c into its own module,njn