summaryrefslogtreecommitdiff
path: root/gnu/dist/gdb
AgeCommit message (Expand)Author
2004-01-02Re-implement fetch_kcore_registers() for alpha.nathanw
2003-12-11Alpha uses software single-step. Lost in the 5.0->5.3 conversion.nathanw
2003-12-11Catch up alpha_software_single_step() prototype with reality.nathanw
2003-11-14Add kcore and netbsd thread support.matt
2003-11-14Add kcore & netbsd thread supportmatt
2003-11-14Fix from Ian Lance Taylor to allow building a cross-gdb with arm--netbsdelfbriggs
2003-11-11Remove unused variables.martin
2003-11-11Fix register offset calculations. From Christian Limpach.martin
2003-11-09set the arm breakpoint depending on the byte order. now armeb gdb works.mrg
2003-11-07The "pref @rN" instruction was introduced in sh3, not sh4, so correctuwe
2003-11-04Add "target kcore" to gdb53/sparc64.hannken
2003-11-03Index fpregsetp->fpr correctly.skrll
2003-11-02Add "target kcore" to gdb53/sparc.hannken
2003-10-31First cut at implementing software single stepping for sh3. We needuwe
2003-10-27Make it compile again. Blind copy-and-paste from sparc64nbsd-nat.c.hannken
2003-10-27g/c unused variablescl
2003-10-26Make this link and work again (from Christian Limpach)christos
2003-10-26* mips-tdep.c (mips_addr_bits_remove): Don't shift by 32simonb
2003-10-25Try dealing with sigtramps better.matt
2003-10-25GDB 5.3 support for VAXmatt
2003-10-25Use gregset_t/fpregset_t since that's what is really wanted.matt
2003-10-25make m68k/gdb53 compile as a crossgdbcl
2003-10-23More fallout from the NULL change:he
2003-10-22Consistent naming.skrll
2003-10-21ARM thread support.skrll
2003-10-19add {supply,fill}_{fp,g}regset functionscl
2003-10-18Implement regset routines.nathanw
2003-10-18nbsd_reg_to_internal() and friends are obsolete.nathanw
2003-10-18Pass the LWP of the ptid in PT_{GET,SET}REGS calls.nathanw
2003-10-18Revert a local change that nbsd-thread.c now handles.nathanw
2003-10-18Pile of cleanups and improvements, including:nathanw
2003-10-14Set some better defaults for OSABI_UNKNOWN, and add NetBSD kcore support.fvdl
2003-10-14NetBSD support for the x86_64 target.fvdl
2003-09-29In the thread support functions only transfer those registers, that fitmartin
2003-09-26Fix for gcc 3.3.1 warning.skrll
2003-09-26Fix merge mistake so that we can compile.skrll
2003-09-26Cast to appease properly prototyped readline headers [ours].christos
2003-09-24Remove static from a function declaration.matt
2003-09-24Fix GCC 3.3.1 nit.matt
2003-09-24Merge back kcore support.matt
2003-09-23Fix a char comparision to be more unsigned friendly.matt
2003-09-23add m68k--netbsdelf bootstrap supportcl
2003-09-23enable pthread debuggingcl
2003-09-23make gdb53 work on m68kcl
2003-09-21Add missing #include "sh-tdep.h" for *_REGNUM defines.uwe
2003-09-15Add thread support (XXX - not realy functional yet)martin
2003-09-15Thread support for sparc (thanks to Ian L. Taylor for hints).martin
2003-09-14Add casts so that we can compile with both the readline headers and ours.christos
2003-09-14Backout previos (no comment on this code).martin
2003-09-13make it compilecl