aboutsummaryrefslogtreecommitdiff
path: root/gdb/monitor.c
AgeCommit message (Expand)AuthorFilesLines
1998-12-28hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1-14/+38
1998-12-14* monitor.c (monitor_printable_string): New function to convert a intoAndrew Cagney1-31/+121
1998-12-041998-12-03 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+3
1998-12-03Clean up function return types. Functions not returning values,Andrew Cagney1-14/+10
1998-11-25CARP: --enable-build-warnings=-Werror: Fix problems stopping GDB beingAndrew Cagney1-48/+56
1998-04-29Wed Apr 29 10:20:40 1998 John Metzler <jmetzler@cygnus.com>John Metzler1-58/+473
1998-01-24 * monitor.c (monitor_write, monitor_readchar): New functions.Mark Alexander1-4/+45
1998-01-05 * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.Mark Alexander1-0/+10
1997-12-29 * dve3900-rom.c: New file to support Densan DVE-R3900/20 board.Mark Alexander1-95/+152
1996-12-10 * monitor.c (monitor_insert_breakpoint): Handle bi-endian machines.David Edelsohn1-25/+32
1996-11-01Make gdb compile & link cleanly on powerpc-linuxMichael Meissner1-3/+3
1996-11-01Thu Oct 31 16:37:17 1996 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-6/+25
1996-06-28 * configure,configure.in: Add target sparclet.Dawn Perchik1-2/+45
1996-06-28 * monitor.c (monitor_debug): Fix remotedebug buffering.Dawn Perchik1-12/+42
1996-04-19 * monitor.c: Use int rather than LONGEST for values, sinceStan Shebs1-61/+121
1995-11-29Make debugging remote gdb friendlierMichael Meissner1-218/+52
1995-10-24 * monitor.c (monitor_expect_regexp): Same as monitor_expect, butStu Grossman1-21/+95
1995-09-13 * monitor.c (monitor_make_srec): Fix thinkos in computationJeff Law1-23/+18
1995-08-01* configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1-4/+5
1995-06-21Hmm.. The ChangeLog went in, but not the code....Steve Chamberlain1-43/+111
1995-06-20 * monitor.c (monitor_wait): Don't use the watchdog timeoutStan Shebs1-6/+24
1995-05-18 * utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,J.T. Conklin1-4/+22
1995-05-17* monitor.c (monitor_printf): Changed format specification inJ.T. Conklin1-51/+288
1995-05-04 * monitor.c (monitor_command): Don't use PROMPT until monitorStan Shebs1-383/+129
1995-03-30start-sanitize-gdbtkStu Grossman1-279/+433
1995-03-08 * monitor.c (monitor_load): Set PC to start address when doneStu Grossman1-0/+4
1995-03-08 * monitor.c: More general cleanups. Add prototypes, removeStu Grossman1-138/+26
1995-03-07 * Makefile.in: Add rules for monitor.o and rom68k-rom.o to makeStu Grossman1-1100/+359
1995-02-28 * defs.h: define SWAP_TARGET_AND_HOST macro.Kung Hsu1-21/+8
1995-02-27 * monitor.c: General gcc -Wall lint cleanup and reformat.Stan Shebs1-912/+1022
1995-02-24 * monitor.c (monitor_load_ascii_srec): Add a one second sleepStu Grossman1-4/+5
1995-02-09 * monitor.c: Fix so all the output shows up in the GUI commandRob Savoye1-21/+23
1995-02-03 * array-rom.c: Remove the non GDB remote protocol config stuff.Rob Savoye1-67/+515
1994-12-30 * monitor.[ch], op50-rom.c, rom68k-rom.c, w89k-rom.c: Add supportRob Savoye1-19/+94
1994-12-21 * monitor.c: Now supports xmodem as a remoteloadprotocol.Rob Savoye1-4/+27
1994-11-18 * monitor.[ch], w89k-rom.c, op50n-rom.c, idp-rom.c: Add supportRob Savoye1-3/+15
1994-11-15 * op50-rom.c, w89k-rom.c, monitor.c: Modify to use two variablesRob Savoye1-4/+45
1994-11-10 * rom68k-rom.c: New file. Replaces the old remote-mon.c and usesRob Savoye1-154/+342
1994-10-18 * monitor.c (set_loadtype_command): Fixed so it doesn't core dump.Rob Savoye1-44/+285
1994-10-13Cleanup debugging messages.Rob Savoye1-34/+19
1994-10-12Cleanup debug logging, fix single stepping. WinBond works good!Rob Savoye1-88/+115
1994-10-12Breakpoints work, run works. Fixed "monitor" command.Rob Savoye1-53/+102
1994-10-11Writing to memory now works for both targets.Rob Savoye1-39/+54
1994-10-11Memory_reads_inferior() and monitor_fetch_registers() now work good onRob Savoye1-0/+988