aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-pa.c
AgeCommit message (Collapse)AuthorFilesLines
1995-03-07 * defs.h utils.c remote-hms.c remote-pa.c remote.c: Fix defs andStu Grossman1-2/+2
usage of fputc_unfiltered and putchar_unfiltered. Eliminate putc_unfiltered (it's superfluous).
1995-01-29 * remote.c, remote-pa.c: Remove #if 0'd icache code. It has hadJim Kingdon1-23/+5
no hope of working as is for a long time (in particular, shebs' 27 Jan 95 change confuses the issue further--target_read_memory and xfer_core_file do *not* do the same thing in this context). Revise comment.
1995-01-28 * convex-tdep.c (xfer_core_file): Comment out.Stan Shebs1-1/+1
* config/convex/tm-convex.h (XFER_CORE_FILE): Remove. * remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file references to target_read_memory. * gdbcore.h (xfer_core_file, core_open, core_detach): Remove declarations. * corelow.c (core_open, core_detach): Make static.
1994-11-03 * corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c,Stu Grossman1-0/+1
remote-adapt.c, remote-e7000.c, remote-eb.c, remote-es.c, remote-hms.c, remote-mips.c, remote-mm.c, remote-mon.c, remote-nindy.c, remote-os9k.c, remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c, remote-vx.c, remote-z8k.c, remote.c, w89k-rom.c, target.c, target.h: Add support for target_stop(). * gdbtk.c (gdb_stop): Switch to target_stop(). * ChangeLog: Fix comment to make shebs happy...
1994-08-23Command loop sort-of works, stopeed core dumping.Rob Savoye1-42/+95
1994-08-18Make a unique remote target "hppro", rather than use generic remote.Rob Savoye1-21/+50
1994-08-18New file for remote protocol to embedded HPPA targets.Rob Savoye1-0/+1479