Age | Commit message (Expand) | Author | Files | Lines |
1991-04-26 | * eval.c (evaluate_subexp, case UNOP_LOGNOT): If following opcode | Jim Kingdon | 1 | -7/+20 |
1991-04-26 | dbxread.c (read_type): If we get "##", don't lookup_function_type | Jim Kingdon | 1 | -24/+31 |
1991-04-26 | * cplus-dem.c (optable): Add "nw", "dl", "compound". | Jim Kingdon | 1 | -4/+37 |
1991-04-26 | * expread.y (abs_decl): Accept '&' and '&' abs_decl. | Jim Kingdon | 1 | -2/+32 |
1991-04-26 | * vax-opcode.h, expread.y, expprint.c, cplus-dem.c: Declare some | Jim Kingdon | 2 | -2/+3 |
1991-04-26 | gmalloc.c: #if 0 out !HAVE_GETPAGESIZE code. | Jim Kingdon | 1 | -0/+5 |
1991-04-26 | * xconfig/i386v{,32}{,-g}: Add XM_CFLAGS=-Dgetpagesize()=4096. | Jim Kingdon | 4 | -0/+8 |
1991-04-24 | This is the last one I gave to Telebit, minus all the print_msg's. | Jim Kingdon | 1 | -0/+2 |
1991-04-24 | * WHATS.NEW: Remove mention of readline and more paging (in 3.5). | Jim Kingdon | 2 | -22/+15 |
1991-04-24 | * gmalloc.c [!HAVE_GETPAGESIZE]: Try to figure out the pagesize. | Jim Kingdon | 2 | -0/+39 |
1991-04-24 | * infun.c (resume, resume_cleanups): New functions. | Jim Kingdon | 1 | -6/+35 |
1991-04-24 | * remote.c (getpkt): Don't set immediate_quit. | Jim Kingdon | 2 | -0/+16 |
1991-04-24 | * blockframe.c, frame.h (reinit_frame_cache): New function. | Jim Kingdon | 4 | -0/+30 |
1991-04-24 | * symtab.c (lookup_symbol): Add 3 more of those loops through | Jim Kingdon | 2 | -0/+142 |
1991-04-24 | values.c (value_virtual_fn_field): If there is no fcontext, | Jim Kingdon | 2 | -4/+17 |
1991-04-24 | * main.c (cd_command): Call dont_repeat. | Jim Kingdon | 3 | -8/+38 |
1991-04-23 | * printcmd.c (print_scalar_formatted): Add 't' for binary. | Jim Kingdon | 1 | -0/+45 |
1991-04-23 | Use unpush_target not pop_target in core_open. | Jim Kingdon | 2 | -2/+4 |
1991-04-23 | *** empty log message *** | Jim Kingdon | 5 | -5/+42 |
1991-04-23 | Restore Schauer's version of ADD_SOLIB in core_open(). | Jim Kingdon | 1 | -3/+1 |
1991-04-23 | * Shared libaray/corefile changes from Peter Schauer: | Jim Kingdon | 4 | -5/+127 |
1991-04-22 | * sparc-tdep.c (skip_prologue): Don't skip anything unless there | Jim Kingdon | 2 | -8/+19 |
1991-04-22 | Initial revision | Jim Kingdon | 1 | -0/+1 |
1991-04-22 | Fix the fix to the appearance of the ChangeLog | Jim Kingdon | 1 | -1/+2 |
1991-04-22 | Fix appearance of ChangeLog. | Jim Kingdon | 1 | -12/+6 |
1991-04-22 | * symfile.c (symbol_file_add): Add comment. | Jim Kingdon | 3 | -16/+39 |
1991-04-22 | Check for NULL selected_frame in various places. | Jim Kingdon | 7 | -13/+64 |
1991-04-22 | * breakpoint.c (bpstat_print): Try all elements on the bpstat | Jim Kingdon | 4 | -2/+50 |
1991-04-22 | * tm-i386v{,-g}.h: Remove N_SET_MAGIC define. | Jim Kingdon | 3 | -8/+4 |
1991-04-21 | * i386-tdep.c: Remove unnecessary #includes. | Jim Kingdon | 1 | -0/+2 |
1991-04-21 | * coffread.c (find_linenos): Use LINESZ not sizeof (struct lineno). | Jim Kingdon | 3 | -6/+69 |
1991-04-20 | infrun.c (start_remote): Also call wait_for_inferior & normal_stop. | Jim Kingdon | 1 | -0/+2 |
1991-04-20 | * findvar.c (read_register_gen): Add "target byte-order" comment. | Jim Kingdon | 7 | -20/+37 |
1991-04-20 | * mipsread.c (parse_symbol): Set startup_file_{start,end} if | Jim Kingdon | 1 | -0/+5 |
1991-04-20 | * stddef.h (size_t): Let either _SIZE_T or _SIZE_T_ guard it. | Jim Kingdon | 1 | -1/+3 |
1991-04-20 | signame.c: Change #ifdef SYS_SIGLIST_MISSING to #if. | Jim Kingdon | 3 | -5/+11 |
1991-04-20 | Fix comment (coff-encap -> dbx-in-coff). | Jim Kingdon | 1 | -2/+2 |
1991-04-20 | * tm-68k.h (NUM_REGS): Conditionalize on TARGET_SUN3 not sun. | Jim Kingdon | 3 | -1/+6 |
1991-04-19 | * utils.c: Use CPLUS_MARKER not '$'. | Jim Kingdon | 3 | -5/+18 |
1991-04-19 | * arm-opcode.h: New file (same contents as before; it had | Jim Kingdon | 1 | -0/+3 |
1991-04-19 | Initial revision | Jim Kingdon | 1 | -0/+294 |
1991-04-19 | * tm-68k.h: Put declaration of ext_format_68881 outside the macros. | Jim Kingdon | 2 | -4/+6 |
1991-04-19 | * main.c: New HAVE_SIGSETMASK #ifdefs. | Jim Kingdon | 2 | -0/+17 |
1991-04-19 | * coffread.c (read_coff_symtab): Check for "LF%" with all the | Jim Kingdon | 1 | -3/+14 |
1991-04-19 | * Makefile.dist (cplus-dem.o): Hack in an #include "param.h" | Jim Kingdon | 5 | -2/+31 |
1991-04-19 | * i386-pinsn.c (OP_E): Change %d to 0x%x for consistency. | Jim Kingdon | 2 | -1/+3 |
1991-04-19 | *** empty log message *** | Jim Kingdon | 1 | -0/+11 |
1991-04-19 | *** empty log message *** | Jim Kingdon | 5 | -12/+100 |
1991-04-19 | Initial revision | Jim Kingdon | 1 | -0/+117 |
1991-04-19 | One more time | John Gilmore | 1 | -1/+2 |