aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-15* serial.h (SERIAL_ASYNC): Delete.Andrew Cagney1-39/+39
2001-07-11s/typedef serial_t/struct serial */Andrew Cagney1-3/+3
2001-05-04Phase 1 of the ptid_t changes.Kevin Buettner1-9/+11
2001-04-03* remote-mips.c (S_IROTH): Moved definition from here.J.T. Conklin1-9/+1
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-0/+1
2001-02-25Replace calls to abort() with calls to internal_error().Kevin Buettner1-1/+1
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-2/+4
2001-02-02* ppc-bdm.c (#include <signal.h>): Removed.J.T. Conklin1-2/+0
2001-02-02* monitor.c (#include "gdb_wait.h"): Removed.J.T. Conklin1-1/+0
2001-01-31Replace strsave() with xstrdup().Andrew Cagney1-5/+5
2001-01-23* exec.c (xfer_memory): Add attrib argument.J.T. Conklin1-3/+6
2000-12-15Replace free() with xfree().Kevin Buettner1-4/+4
2000-09-12Replace hardwired timeouts in remote-mips.c with ``remote_timeout''Andrew Cagney1-22/+41
2000-09-01* dcache.c (dcache_info): Output a cache line's state vector so itJ.T. Conklin1-3/+5
2000-08-03Thu Aug 3 15:02:23 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney1-5/+6
2000-07-30Protoization.Kevin Buettner1-205/+73
2000-07-11Move the ``set mask-address'' command to remote-mips.c. DisableAndrew Cagney1-42/+46
2000-06-17Remove arbitrary printf output limit placed on pmon targetsAndrew Cagney1-9/+22
2000-06-06Delete TARGET_MONITOR_PROMPT.Andrew Cagney1-2/+19
2000-05-28PARAMS removal.Kevin Buettner1-59/+53
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney1-1/+1
2000-02-02import gdb-2000-02-01 snapshotJason Molenda1-3/+3
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-7/+7
1999-08-09import gdb-1999-08-09 snapshotJason Molenda1-18/+2
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-618/+651
1999-07-07import gdb-1999-07-07 pre reformatJason Molenda1-28/+34
1999-04-26import gdb-19990422 snapshotStan Shebs1-5/+3
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+3655
1999-04-16Initial creation of sourceware repositoryStan Shebs1-3655/+0
1999-01-22Fix for PR 18873:Mark Alexander1-1/+4
1998-12-28hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1-14/+21
1998-11-25CARP: --enable-build-warnings=-Werror: Fix problems stopping GDB beingAndrew Cagney1-1/+1
1998-07-23 * remote-mips.c (remote_mips_insert_hw_breakpoint,Dawn Perchik1-0/+30
1998-02-17 * remote-mips.c (mips_request): Use unsigned long during parsingFrank Ch. Eigler1-2/+2
1998-02-12* Changed MIPS monitor interface code to be tolerant of slightlyFrank Ch. Eigler1-12/+1
1997-12-22 * remote-mips.c (_initialize_remote_mips): Fix DDB doc string.Mark Alexander1-2/+2
1997-10-06Remove sanitized-out Magic Cap support, will never be releasedStan Shebs1-18/+0
1997-10-05 * remote-mips.c (mips-initialize): Work around flakiness inMark Alexander1-0/+5
1997-06-17 * infrun.c (wait_for_inferior): Mark registers as invalid whenMark Alexander1-358/+535
1997-04-15 * remote-mips.c (mips_load): Ensure that PC gets updatedMark Alexander1-4/+4
1997-03-27 * remote-mips.c: Clean up comment and extraneous semicolonMark Alexander1-11/+12
1997-03-27 * remote-mips.c: Add `set monitor-prompt' command.Mark Alexander1-25/+22
1997-03-06 * remote-mips.c (mips_exit_debug): Some IDT boards don'tBob Manson1-1/+1
1997-02-27 * remote-mips.c: Put back the form feeds.Mark Alexander1-18/+10
1997-02-27 * remote-mips.c: Remove form feeds (^L) from source.Mark Alexander1-24/+45
1997-02-11 * mips-tdep.c (non_heuristic_proc_desc): New function.Mark Alexander1-18/+110
1997-02-09 * remote-mips.c (common_breakpoint): Prevent 64-bit addressesMark Alexander1-0/+1
1996-12-19 * values.c (unpack_double): Make it compile with MSVC++ 2.x.Mark Alexander1-2/+7
1996-11-27 * config/mips/tm-mips.h (ADDR_BITS_REMOVE, TARGET_READ_SP): Define.Mark Alexander1-11/+31