Age | Commit message (Expand) | Author | Files | Lines |
1997-06-25 | * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote | Bob Manson | 4 | -131/+195 |
1997-06-22 | Fix a "ninemoons" email address that slipped in. | Fred Fish | 1 | -1/+1 |
1997-06-22 | Fix one of my "ninemoons" email addresses that slipped in. | Fred Fish | 1 | -1/+1 |
1997-06-22 | * gdb.base/printcmds.exp: Fix "check for floating addition" | Fred Fish | 3 | -5/+13 |
1997-06-21 | * sh-tdep.c (sh_skip_prologue): Also recognize fmov insns. | Fred Fish | 2 | -3/+36 |
1997-06-21 | Sanitize away sh4 stuff for now. | Fred Fish | 1 | -0/+27 |
1997-06-21 | Minor formatting change (whitespace only). | Fred Fish | 1 | -1/+1 |
1997-06-19 | * utils.c (floatformat_from_doublest): Improve test for infinity. | Mark Alexander | 2 | -1/+5 |
1997-06-19 | (gdb_expect): Add optional timeout parameter, and add timeout | Bob Manson | 2 | -65/+56 |
1997-06-18 | * dwarfread.c (isreg, optimized_out, offreg, basereg): Move | Fred Fish | 2 | -35/+60 |
1997-06-18 | * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init | Bob Manson | 2 | -1/+6 |
1997-06-18 | lib/gdb.exp(gdb_expect): Handle getting a value for $timeout | Bob Manson | 2 | -10/+14 |
1997-06-17 | * procfs.c (proc_set_exec_trap, procfs_init_inferior, procfs_wait, | Peter Schauer | 2 | -53/+16 |
1997-06-17 | * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode | Bob Manson | 2 | -0/+7 |
1997-06-17 | * dwarfread.c (new_symbol): Use SYMBOL_VALUE_ADDRESS, instead of | Fred Fish | 2 | -3/+17 |
1997-06-17 | * infrun.c (wait_for_inferior): Mark registers as invalid when | Mark Alexander | 5 | -433/+849 |
1997-06-17 | * lib/gdb.exp: Close connection to remote host if gdb doesn't | Bob Manson | 2 | -3/+15 |
1997-06-14 | * config/monitor.exp(gdb_load): Fix typo in regexp. | Bob Manson | 2 | -12/+21 |
1997-06-13 | * fix earlier checkin error | Michael Snyder | 1 | -3/+0 |
1997-06-13 | Fri Jun 13 13:44:47 1997 Michael Snyder (msnyder@cleaver.cygnus.com) | Michael Snyder | 8 | -18/+120 |
1997-06-13 | * mn10300-tdep.c (mn10300_analyze_prologue): Fix some comments. | Jeff Law | 1 | -0/+8 |
1997-06-13 | * symfile.c (generic_load): Check return code of target_write_memory. | David Edelsohn | 2 | -2/+8 |
1997-06-13 | * config/i386/nm-linux.h: Enable prototypes that were #ifdef out. | Fred Fish | 12 | -53/+875 |
1997-06-13 | * sh-tdep.c (symfile.h): Include. | Fred Fish | 3 | -1/+16 |
1997-06-13 | * defs.h (perror_with_name): Is a NORETURN function. | Fred Fish | 11 | -28/+501 |
1997-06-13 | * gdb.base/funcargs.exp: Remove spurious suppress tests call. | Bob Manson | 2 | -79/+92 |
1997-06-07 | start-sanitize-gdbtk | Peter Schauer | 5 | -12/+36 |
1997-06-06 | Modified Files: | Keith Seitz | 3 | -1/+52 |
1997-06-06 | sim_kill() isn't used. | Andrew Cagney | 2 | -2/+25 |
1997-06-04 | * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd | Bob Manson | 2 | -36/+60 |
1997-06-03 | * configure.tgt: add mipsr3900-elf target | Michael Snyder | 8 | -0/+132 |
1997-06-03 | * Makefile.in (LIB_RUNTIME_DIR): New variable. | Tom Tromey | 1 | -0/+10 |
1997-06-03 | Added proelf. | Bob Manson | 1 | -0/+1 |
1997-05-23 | * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run | Bob Manson | 1 | -1/+16 |
1997-05-23 | * config/monitor.exp(gdb_load): Handle gdb_sect_offset and | Bob Manson | 3 | -36/+83 |
1997-05-23 | * infcmd.c (jump_command): Don't try to dereference sfn if it's | Bob Manson | 1 | -0/+5 |
1997-05-23 | * config/i386-bozo.exp: New file. | Bob Manson | 2 | -0/+5 |
1997-05-23 | Don't restrict the endian commands to BI-ENDIAN gdb. | Andrew Cagney | 2 | -18/+27 |
1997-05-23 | Make sure we keep the old value of timeout set properly. | Bob Manson | 1 | -3/+7 |
1997-05-23 | Don't look at timeout unless it exists. | Bob Manson | 1 | -3/+9 |
1997-05-23 | * lib/gdb.exp(gdb_expect): Look for gdb,timeout target | Bob Manson | 2 | -0/+11 |
1997-05-23 | * config/proelf.exp: New entry. | Bob Manson | 2 | -0/+24 |
1997-05-22 | * lib/gdb.exp: Remove spurious .* patterns at the beginning | Bob Manson | 2 | -28/+37 |
1997-05-22 | * gdb.base/watchpoint.exp: Don't run the test_stepping | Bob Manson | 2 | -8/+14 |
1997-05-22 | add new file. | Bob Manson | 1 | -0/+1 |
1997-05-22 | Restrict simulator commands to an enabled simulator. | Andrew Cagney | 2 | -8/+22 |
1997-05-22 | * gdb.base/setshow.exp: Don't run the set prompt tests if | Bob Manson | 2 | -14/+21 |
1997-05-21 | Wed May 21 16:03:25 1997 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 4 | -380/+715 |
1997-05-20 | * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs". | Jeff Law | 2 | -1/+21 |
1997-05-20 | Depreciate sim_set_callbacks() function. Set simulator callbacks | Andrew Cagney | 1 | -5/+3 |