summaryrefslogtreecommitdiff
path: root/gnu/dist/gdb
AgeCommit message (Expand)Author
2006-06-26consolidate the sh*netbsd* targets into sh*l* and sh*.mrg
2006-06-18Remove various dotfiles that wandered their way in.dogcow
2006-05-23- include <stdlib.h> and <string.h> where appropriatemrg
2006-05-11cast the functions assignments for gnu_v3_abi_ops.is_destructor_namemrg
2006-05-10Pulls over the changes from gdb mainline to fix the cast lvalues.skrll
2006-04-03PR/32683: Dieter Baron: gdb/i386 cannot single step of shared library functions.christos
2006-03-07In binutils 2.16 new SuperH flags were introduced. Since we still useuwe
2006-02-17Fix PR 32076 by using procfs to get details of the file when attachingskrll
2006-01-02Handle the case when control transfer instruction jumps to its ownuwe
2005-08-16nbsd_thread_resume(): make sure that we've been passed a thread ID innathanw
2005-05-27Now that rl_callback_handler_install's argument has been fixed to conformagc
2005-01-13add a comment telling that i386bsd_sigcontext_addr() returnsdrochner
2005-01-13wire in the right offsets of eip/esp within a ucontext_tdrochner
2005-01-13Signal handlers don't get passed a "struct sigcontext"drochner
2004-12-26PR/28781: OBATA Akio: gdb -write would core-dump if the executable did notchristos
2004-10-16Back out previous commit. PIDGET() must be used with a ptid_t, and thecube
2004-10-12Two changes for better handling of blocked threads with LWPs:mycroft
2004-10-12Finally x86-64reinoud
2004-10-12Forgot NetBSD/alpha in my ptrace() fix.reinoud
2004-10-12Pass the LWP id to the ptrace() calls. Passing a zero as it did meant thatreinoud
2004-10-08If we can't read the switchframe from the core dump, fake it, rather thanmycroft
2004-09-29Bring in current sim/ppc sources which fix configury to work withian
2004-08-23Add Thumb breakpointsrearnsha
2004-08-09Remove some unused variables.nathanw
2004-08-09nbsd_thread_unsuspend() doesn't need to get or look at the threadnathanw
2004-08-09Fix up a few error messages to correctly report what function they'renathanw
2004-07-29Add rwlock support to "thread sync" command, and clean up somenathanw
2004-07-20Enable scheduler_lock mode.nathanw
2004-07-20Jumbo update to address several issues.nathanw
2004-05-28Fix the calculation of next_pc for braf/bsrf instructions.uwe
2004-05-27Failure to fetch FP registers from the thread debugging library isn'tnathanw
2004-05-07Fix stack backtracing so not refer to the initial entry frame.matt
2004-04-15Remove an extraneous use of a 'retval'.nathanw
2004-04-12+TM_FILE= tm-x86-64nbsd.hmrg
2004-04-04Add libraries needed for configurematt
2004-04-02#endif /* MUST NOT HAVE TOKENS AFTER IT */mrg
2004-04-02- (required) const poisonmrg
2004-04-02labels must have statements:;mrg
2004-03-10Add support for traversing through signal handler frames.matt
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