mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
a25a9f49ca
* findvar.c: Move default def of CANNOT_STORE_REGISTER closer to the beginning of the code. * (write_register_gen): New routine. Analogous to read_register_gen. * (write_register_bytes): Another rewrite! Make it smarter about not updating regs with the same value. * monitor.c (printf_monitor readchar): Use stderr instead of stdout to output debug info. Also cleanup readchar a little. * (expect): Make sure that excessive responses are null terminated. * (monitor_open): Check for magic number in monitor_ops struct. Allow multiple commands as init strings. Also, clear all breakpoints. * (monitor_resume monitor_wait): Send a command to dump all the regs for those targets which don't do so when waking up after a continue command. * (monitor_wait): Handle excessive response output better. * (monitor_write_memory): Use block fill, word, and long word commands (if they exist) to write memory more efficiently. * General cleanups to use flag bits instead of individual flag words in monitor_ops struct. * (monitor_command): Return output from command. * (monitor_load_srec): Allocate buffer only once. Use alloca. Wait for load response string instead of using a timeout to start sending S-records. Fix bug where value of srec_frame shrinks. If hashmark is set, print `-' for retransmissions. General cleanups. * (monitor_make_srec): Get rid of S-record default type kludge. * monitor.h: Use seperate struct for memory and register read/write commands. Memory commands can come in byte, word, long, and longlong forms. * (monitor_ops): Change lots of fields. Generalize some stuff. Put all flags into flags word. Allow init to be a list of commands. Add command for clearing all breakpoints, block fill, dumping all registers. * remote-est.c: Rewrite to use new monitor conventions. * config/m68k/est.mt (TDEPFILES): Add monitor.o. * config/m68k/tm-est.h: Set NUM_REGS to 18. * testsuite/gdb.base/break.exp: Lots of cleanups. Use gdb_test more thoroughly. |
||
---|---|---|
.. | ||
.Sanitize | ||
3b1.mh | ||
3b1.mt | ||
altos.mh | ||
altos.mt | ||
apollo68b.mh | ||
apollo68b.mt | ||
apollo68v.mh | ||
cisco.mt | ||
delta68.mh | ||
delta68.mt | ||
dpx2.mh | ||
dpx2.mt | ||
es1800.mt | ||
est.mt | ||
hp300bsd.mh | ||
hp300bsd.mt | ||
hp300hpux.mh | ||
hp300hpux.mt | ||
isi.mh | ||
isi.mt | ||
m68klynx.mh | ||
m68klynx.mt | ||
m68kv4.mh | ||
m68kv4.mt | ||
monitor.mt | ||
news1000.mh | ||
news.mh | ||
news.mt | ||
nm-apollo68b.h | ||
nm-apollo68v.h | ||
nm-delta68.h | ||
nm-dpx2.h | ||
nm-hp300bsd.h | ||
nm-hp300hpux.h | ||
nm-m68klynx.h | ||
nm-news.h | ||
nm-sun2.h | ||
nm-sun3.h | ||
nm-sysv4.h | ||
os68k.mt | ||
st2000.mt | ||
sun2os3.mh | ||
sun2os3.mt | ||
sun2os4.mh | ||
sun2os4.mt | ||
sun3os3.mh | ||
sun3os3.mt | ||
sun3os4.mh | ||
sun3os4.mt | ||
tm-3b1.h | ||
tm-altos.h | ||
tm-apollo68b.h | ||
tm-cisco.h | ||
tm-delta68.h | ||
tm-dpx2.h | ||
tm-es1800.h | ||
tm-est.h | ||
tm-hp300bsd.h | ||
tm-hp300hpux.h | ||
tm-isi.h | ||
tm-m68k.h | ||
tm-m68klynx.h | ||
tm-m68kv4.h | ||
tm-mac.h | ||
tm-monitor.h | ||
tm-news.h | ||
tm-os68k.h | ||
tm-st2000.h | ||
tm-sun2.h | ||
tm-sun2os4.h | ||
tm-sun3.h | ||
tm-sun3os4.h | ||
tm-vx68.h | ||
vxworks68.mt | ||
xm-3b1.h | ||
xm-altos.h | ||
xm-apollo68b.h | ||
xm-apollo68v.h | ||
xm-delta68.h | ||
xm-dpx2.h | ||
xm-hp300bsd.h | ||
xm-hp300hpux.h | ||
xm-isi.h | ||
xm-m68k.h | ||
xm-m68klynx.h | ||
xm-m68kv4.h | ||
xm-mpw.h | ||
xm-news1000.h | ||
xm-news.h | ||
xm-sun2.h | ||
xm-sun3.h | ||
xm-sun3os4.h |