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