summaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
Commit message (Expand)AuthorAgeFilesLines
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-0/+1
* Replace calls to abort() with calls to internal_error().Kevin Buettner2001-02-251-1/+1
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-2/+4
* * ppc-bdm.c (#include <signal.h>): Removed.J.T. Conklin2001-02-021-2/+0
* * monitor.c (#include "gdb_wait.h"): Removed.J.T. Conklin2001-02-021-1/+0
* Replace strsave() with xstrdup().Andrew Cagney2001-01-311-5/+5
* * exec.c (xfer_memory): Add attrib argument.J.T. Conklin2001-01-231-3/+6
* Replace free() with xfree().Kevin Buettner2000-12-151-4/+4
* Replace hardwired timeouts in remote-mips.c with ``remote_timeout''Andrew Cagney2000-09-121-22/+41
* * dcache.c (dcache_info): Output a cache line's state vector so itJ.T. Conklin2000-09-011-3/+5
* Thu Aug 3 15:02:23 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney2000-08-031-5/+6
* Protoization.Kevin Buettner2000-07-301-205/+73
* Move the ``set mask-address'' command to remote-mips.c. DisableAndrew Cagney2000-07-111-42/+46
* Remove arbitrary printf output limit placed on pmon targetsAndrew Cagney2000-06-171-9/+22
* Delete TARGET_MONITOR_PROMPT.Andrew Cagney2000-06-061-2/+19
* PARAMS removal.Kevin Buettner2000-05-281-59/+53
* Replace ../include/wait.h with gdb_wait.h.Andrew Cagney2000-02-091-1/+1
* import gdb-2000-02-01 snapshotJason Molenda2000-02-021-3/+3
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-7/+7
* import gdb-1999-08-09 snapshotJason Molenda1999-08-091-18/+2
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-618/+651
* import gdb-1999-07-07 pre reformatJason Molenda1999-07-071-28/+34
* import gdb-19990422 snapshotStan Shebs1999-04-261-5/+3
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+3655
* Initial creation of sourceware repositoryStan Shebs1999-04-161-3655/+0
* Fix for PR 18873:Mark Alexander1999-01-221-1/+4
* hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1998-12-281-14/+21
* CARP: --enable-build-warnings=-Werror: Fix problems stopping GDB beingAndrew Cagney1998-11-251-1/+1
* * remote-mips.c (remote_mips_insert_hw_breakpoint,Dawn Perchik1998-07-231-0/+30
* * remote-mips.c (mips_request): Use unsigned long during parsingFrank Ch. Eigler1998-02-171-2/+2
* * Changed MIPS monitor interface code to be tolerant of slightlyFrank Ch. Eigler1998-02-121-12/+1
* * remote-mips.c (_initialize_remote_mips): Fix DDB doc string.Mark Alexander1997-12-221-2/+2
* Remove sanitized-out Magic Cap support, will never be releasedStan Shebs1997-10-061-18/+0
* * remote-mips.c (mips-initialize): Work around flakiness inMark Alexander1997-10-051-0/+5
* * infrun.c (wait_for_inferior): Mark registers as invalid whenMark Alexander1997-06-171-358/+535
* * remote-mips.c (mips_load): Ensure that PC gets updatedMark Alexander1997-04-151-4/+4
* * remote-mips.c: Clean up comment and extraneous semicolonMark Alexander1997-03-271-11/+12
* * remote-mips.c: Add `set monitor-prompt' command.Mark Alexander1997-03-271-25/+22
* * remote-mips.c (mips_exit_debug): Some IDT boards don'tBob Manson1997-03-061-1/+1
* * remote-mips.c: Put back the form feeds.Mark Alexander1997-02-271-18/+10
* * remote-mips.c: Remove form feeds (^L) from source.Mark Alexander1997-02-271-24/+45
* * mips-tdep.c (non_heuristic_proc_desc): New function.Mark Alexander1997-02-111-18/+110
* * remote-mips.c (common_breakpoint): Prevent 64-bit addressesMark Alexander1997-02-091-0/+1
* * values.c (unpack_double): Make it compile with MSVC++ 2.x.Mark Alexander1996-12-191-2/+7
* * config/mips/tm-mips.h (ADDR_BITS_REMOVE, TARGET_READ_SP): Define.Mark Alexander1996-11-271-11/+31
* * mips-tdep.c: Replace hard-coded constants with MIPS_INSTLEN.Mark Alexander1996-11-221-116/+334
* Patches to add Irix6 host support.Jim Wilson1996-11-121-1/+1
* * mips-tdep.c, remote-mips.c, values.c, mdebugread.c,Dawn Perchik1996-11-111-25/+33
* * remote-mips.c: Use the correct name everywhere (DDB) for NEC'sStan Shebs1996-10-101-29/+29