summaryrefslogtreecommitdiff
path: root/gnu/dist/toolchain/gdb
AgeCommit message (Expand)Author
2001-12-21Fixes to alpha_next_pc() (for software single-step):thorpej
2001-12-21Minimal changes/files to get gdb for vax building under the new toolchain.matt
2001-12-21Implement software single stepping, and enable it for NetBSD/alpha.thorpej
2001-12-21Major overhaul, plus support ELF core files.thorpej
2001-12-19Tag all version strings with "nb1" to make FSF/binutils/gcc/gdb peopletv
2001-12-16Make this compile. Still needs work.thorpej
2001-12-16Avoid infinite #include recursion.thorpej
2001-12-14Add an alpha*-*-netbsd* target.thorpej
2001-12-11New NetBSD/sparc GDB native dependent module, cloned from the newthorpej
2001-12-11Correct a warning message.thorpej
2001-12-10* Massive overhaul, including sharing the code that supplies registersthorpej
2001-12-10Fix a typo in fetch_core_registers() which caused the integer regsthorpej
2001-12-09* Clean up the way registers are supplied to the debugger proper.thorpej
2001-12-09* Clean up the way registers are provided to the debugger proper.thorpej
2001-12-09Add support for ELF core files.thorpej
2001-12-08Define HAVE_SSE_REGS.thorpej
2001-12-07Add a fetch_kcore_registers() function.scw
2001-12-06Catch up to the thorpe-o-tiller:rafal
2001-12-06* Overhaul:thorpej
2001-12-05Add MIPS (both target and host) support to the NEW_TOOLCHAIN GDB, based onrafal
2001-12-02Add ${CONFIG_SHELL-/bin/sh} in front of all calls to $ac_config_sub.jmc
2001-11-29Add ser-tcp.o to XDEPFILES so that "target remote host:port" works,thorpej
2001-11-29Move solib.o from TDEPFILES to NATDEPFILES (solib.c requires targetthorpej
2001-11-29- Split some target-dependent stuff for i386-netbsd out of i386nbsd-nat.cthorpej
2001-11-23Put solib.o back in NATDEPFILES; gdb really drives me crazy sometimes.thorpej
2001-11-20Add _initialize_armnbsd_nat(), which registers our core filethorpej
2001-11-20Back out part of previous; needs more thought as to what to dothorpej
2001-11-19Move solib.o to TDEPFILES. Add kcore-nbsd.o to NATDEPFILES, -lkvmthorpej
2001-11-16Merge alpha support from src/gnu/dist. Doesn't necessarily build or worktv
2001-11-16Add a gdb_host=nbsd line for alpha hosts.tv
2001-11-15Put solib support in native files, as gdb build will bomb on cross otherwise.tv
2001-11-06Give mips*-*-netbsd* a gdb_target=nbsd line.tv
2001-11-04Need "gdbcore.h" for struct core_fns.scw
2001-11-04Build kcore and gdbserver support into m68k gdb.scw
2001-11-04Define SVR4_SHARED_LIBS when __ELF__ is defined now that most of NetBSD'sscw
2001-10-29Move the code for splitting and joining a 26-bit R15 into arm-tdep.c, sincebjh21
2001-10-25When fetching registers, if CPSR is zero (and hence we've just fetched frombjh21
2001-10-24Fix up the Makefile fragments for GDB on NetBSD/arm so they actuallybjh21
2001-10-22Replace Mark Brinicombe's NetBSD/arm glue with Richard Earnshaw's, since thebjh21
2001-10-22Correct a comment: NetBSD uses an undefined instruction as a breakpoint,bjh21
2001-10-22Apply Richard Earnshaw's gdb.step.patch, which adds software single-stepbjh21
2001-10-20Add a hack to automatically switch to 26-bit mode when starting up on anbjh21
2001-10-20Oops: Get the test for 32-bitness the right way around.bjh21
2001-10-20arm_addr_bits_remove: Stop believing in the existence of 26-bit Thumb.bjh21
2001-10-19Update ARM software single-stepping support to work with GDB 5.0.bjh21
2001-10-18Small changes to make GDB for arm--netbsdelf compile:bjh21
2001-10-08Add an entry for NetBSD/arm.bjh21
2001-10-05Add a cast to a chunk of code already marked as broken in the mainthorpej
2001-10-05Cast ints to u_longs before casting to char *. Avoids warning onthorpej
2001-10-05Cast ints to u_longs before casting to void *. Avoids warning onthorpej