summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/arch/mips
Commit message (Collapse)AuthorAgeFilesLines
* Add a new knob WITH_DEBUG_FILES to control the building of standaloneemaste2013-06-071-3/+0
| | | | | | | | | | | | | | | | debug files for userland programs and libraries. The "-g" debug flag is automatically applied when WITH_DEBUG_FILES is set. The debug files are now named ${prog}.debug and ${shlib}.debug for consistency with other systems and documentation. In addition they are installed under /usr/lib/debug, to simplify the process of installing them if needed after a crash. Users of bsd.{prog,lib}.mk outside of the base system place the standalone debug files in a .debug subdirectory. GDB automatically searches both of these directories for standalone debug files. Thanks to everyone who contributed changes, review, and testing during development.
* Note two shortcomings of GDB on MIPS that should be addressed.jmallett2012-03-131-0/+3
|
* Fix initialization order:_initialize_svr4_solib shouldgonzo2010-11-071-2/+2
| | | | be called before _initialize_thread_db
* Link threads support to the buildgonzo2010-11-072-1/+2
|
* These contain JC's patch to get gdb sort of workingrrs2010-02-202-2/+6
| | | | | | | | | | | | on mips. Its not fully done yet but its a start. Obtained from: JC - c.jayachandran@gmail.com M gnu/usr.bin/gdb/kgdb/trgt_mips.c M gnu/usr.bin/gdb/arch/mips/init.c M gnu/usr.bin/gdb/arch/mips/Makefile M gnu/usr.bin/Makefile M contrib/gdb/gdb/mips-tdep.h
* FreeBSD/mips gdb build suspport. From the mips2-jnpr branch.imp2008-04-263-0/+794
OpenPOWER on IntegriCloud