Age | Commit message (Expand) | Author | Files | Lines |
1994-10-12 | Breakpoints work, run works. Fixed "monitor" command. | Rob Savoye | 4 | -65/+119 |
1994-10-11 | Writing to memory now works for both targets. | Rob Savoye | 2 | -40/+55 |
1994-10-11 | * lynx-nat.c (child_wait): Correct handling of byte reversed SPARC | Ian Lance Taylor | 2 | -6/+37 |
1994-10-11 | Memory_reads_inferior() and monitor_fetch_registers() now work good on | Rob Savoye | 4 | -26/+1062 |
1994-10-09 | * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache | Jim Kingdon | 2 | -2/+30 |
1994-10-09 | * blockframe.c (reinit_frame_cache): Reinstate select_frame call | Jim Kingdon | 1 | -0/+5 |
1994-10-08 | * config/sparc/tm-sparc.h: Add PARAMS declarations to all | Peter Schauer | 1 | -5/+11 |
1994-10-08 | Speed up GDB startup time by not demangling partial symbols. | Peter Schauer | 8 | -232/+314 |
1994-10-08 | The point of these changes is to avoid reading the frame pointer | Jim Kingdon | 26 | -102/+130 |
1994-10-07 | whoops | Ian Lance Taylor | 1 | -1/+1 |
1994-10-07 | * top.c (target_byte_order_auto): New static variable. | Ian Lance Taylor | 3 | -17/+84 |
1994-10-07 | * nlm/i386.c (flush_i_cache): New function, does nothing. | J.T. Conklin | 2 | -5/+61 |
1994-10-06 | * defs.h: If TARGET_BYTE_ORDER_SELECTABLE is defined by tm.h, | Ian Lance Taylor | 6 | -71/+154 |
1994-10-06 | * config/mips/tm-mips.h (GDB_TARGET_IS_MIPS64): If not already | Ian Lance Taylor | 7 | -52/+59 |
1994-10-06 | * remote-mips.c (break_insn): Remove. | Ian Lance Taylor | 1 | -10/+4 |
1994-10-06 | Both targets initialize, can dump registers too. | Rob Savoye | 2 | -31/+116 |
1994-10-05 | * nlm/configure.in: ${gdb_host_cpu} defaults to ${host_cpu}. | J.T. Conklin | 2 | -1/+3 |
1994-10-05 | yet another typo | J.T. Conklin | 1 | -1/+1 |
1994-10-05 | * nlm/Makefile.in: Get rid of NWINCLUDES. | J.T. Conklin | 3 | -5/+1 |
1994-10-05 | Fix typo | J.T. Conklin | 1 | -3/+3 |
1994-10-05 | * nlm/Makefile.in: Get rid of NWINCLUDES. | J.T. Conklin | 1 | -1/+7 |
1994-10-03 | * gdbserver/server.c (main): Silently accept all unrecognized | Jim Kingdon | 1 | -0/+6 |
1994-10-03 | * gdbserver/server.c (main): Silently accept query requests | Peter Schauer | 1 | -0/+118 |
1994-10-03 | * corelow.c (core_open): Copy the modified to_sections_end | Peter Schauer | 2 | -1/+11 |
1994-10-01 | * nlm/Makefile.in: Get rid of NWINCLUDES. | J.T. Conklin | 4 | -3/+9 |
1994-09-30 | * gdbserver/low-lynx.c (create_inferior): Pass all 4 args to ptrace. | Jim Kingdon | 2 | -1/+5 |
1994-09-30 | * lynx-nat.c (child_wait): Use status.w_status, not status, in | Jim Kingdon | 2 | -2/+5 |
1994-09-30 | * config/nm-lynx.h (PTRACE_ARG3_TYPE): Define to int, not char *. | Jim Kingdon | 2 | -1/+7 |
1994-09-29 | * xcoffread.c (read_xcoff_symtab): Fix comment for yesterday's change. | Jim Kingdon | 2 | -7/+10 |
1994-09-29 | * coffread.c (complete_symtab): If last_source_file is set upon | Jim Kingdon | 2 | -10/+33 |
1994-09-29 | * hpread.c (hpread_read_array_type): Do not change the type code | Jeff Law | 2 | -3/+6 |
1994-09-29 | * hpread.c (hpread_type_translate): Handle T_UNS_LONG types with | Jeff Law | 2 | -1/+11 |
1994-09-28 | * xcoffread.c (read_xcoff_symtab, case C_FILE): | Jim Kingdon | 2 | -1/+8 |
1994-09-28 | * xcoffexec.c (exec_close): If quitting, don't call clear_symtab_users. | Jim Kingdon | 2 | -2/+6 |
1994-09-28 | * xcoffread.c (read_xcoff_symtab): Process XTY_LD symbols we were | Jim Kingdon | 2 | -8/+28 |
1994-09-28 | * hpread.c (struct hpread_symfile_info): Delete have_module field | Jeff Law | 2 | -46/+40 |
1994-09-27 | Don't nuke hppapro.mt. | Rob Savoye | 1 | -0/+1 |
1994-09-26 | * defs.h (misc_command_type): Remove trailing comma from | Peter Schauer | 2 | -0/+28 |
1994-09-26 | * hppa-tdep.c (frame_saved_pc): Fix thinko in code to dig saved pc | Jeff Law | 2 | -2/+7 |
1994-09-25 | * infcmd.c (do_registers_info) [INVALID_FLOAT]: Only use if | Stan Shebs | 19 | -102/+82 |
1994-09-25 | * TODO: Remove item about adding general multi-threaded stuff; | Jim Kingdon | 1 | -25/+0 |
1994-09-25 | * TODO: Append contents of Projects file. | Stan Shebs | 4 | -98/+93 |
1994-09-24 | * corelow.c (add_solib_stub): Remove copying of to_sections, | Peter Schauer | 3 | -12/+26 |
1994-09-23 | * solib.c: *BSD systems need <a.out.h> to be included before | J.T. Conklin | 16 | -11/+381 |
1994-09-21 | * .gdbinit: Add list-objfiles command. | Jim Kingdon | 1 | -0/+10 |
1994-09-21 | * TODO: Reword item regarding NO_STD_REGS. | Jim Kingdon | 2 | -3/+5 |
1994-09-21 | * coffread.c (record_minimal_symbol, coff_read_enum_type, | Jim Kingdon | 1 | -0/+6 |
1994-09-20 | * TODO: Add more items. | Stan Shebs | 2 | -3/+149 |
1994-09-20 | * coffread.c (init_stringtab): When copying length to stringtab, | Jim Kingdon | 2 | -1/+11 |
1994-09-19 | * Makefile.in: Removed prelude.o, i386-nlmstub.o, nlmstub.o, | J.T. Conklin | 2 | -1164/+7 |