Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-04-24 | values.c (value_virtual_fn_field): If there is no fcontext, | Jim Kingdon | 2 | -4/+17 | |
then do things the way GDB 3.x did. valops.c (search_struct_method): Add type to value_virtual_fn_field arguments. | |||||
1991-04-24 | * main.c (cd_command): Call dont_repeat. | Jim Kingdon | 3 | -8/+38 | |
* dbxread.c (read_struct_type): If const/volatile character is missing, don't complain, just continue. * dbxread.c (read_struct_type): Only try to read the fcontext if it is there. Also change "error_type " to "return error_type ". values.c (value_virtual_fn_field): If there is no fcontext, then do things the way GDB 3.x did. valops.c (search_struct_method): Add type to value_virtual_fn_field arguments. * dbxread.c (read_struct_type): Fix typo: *pp != '\0' -> **pp != '\0'. | |||||
1991-04-23 | *** empty log message *** | Steve Chamberlain | 6 | -5/+41 | |
1991-04-23 | * printcmd.c (print_scalar_formatted): Add 't' for binary. | Jim Kingdon | 1 | -0/+45 | |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 16 | -1063/+564 | |
1991-04-23 | *** empty log message *** | Steve Chamberlain | 13 | -70/+113 | |
1991-04-23 | Initial revision | Steve Chamberlain | 5 | -0/+1321 | |
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 | |
core.c (core_close): Call CLEAR_SOLIB. (core_open): Remove comment about "should deal with shared lib". (core_xfer_memory): If we can't xfer the usual way, try the shared libraries. solib.c (so_list): New fields so_bfd and so_sections{,_end}. (find_solib): Use solib_map_sections to get ld_text. (solib_map_sections, solib_xfer_memory): New functions. (clear_solib): Free so_sections and close so_bfd. tm-sunos.h: Add solib_xfer_memory, solib_add. | |||||
1991-04-22 | * sparc-tdep.c (skip_prologue): Don't skip anything unless there | Jim Kingdon | 2 | -8/+19 | |
is a "save" instruction in there somewhere. | |||||
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 | |
solib.c (solib_add): Don't malloc name passed to symbol_file_add. | |||||
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 | |
chain before giving up with an internal error. Sun Apr 21 21:43:10 1991 Jim Kingdon (kingdon at cygint.cygnus.com) * value.h, values.c (value_{,free_to_}mark): New functions. breakpoint.c (bpstat_stop_status): Use them. | |||||
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 | |
* coffread.c (end_symtab): Initialize language, dirname, and fullname fields. | |||||
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 | |
Wed Apr 17 17:09:48 1991 Jim Kingdon (kingdon at cygint.cygnus.com) * i386-tdep.c (i386_get_frame_setup): Use SWAP_TARGET_AND_HOST before returning locals or slocals. * i386-tdep.c (i386_follow_jump): Do not add data16 to pos in call to codestream_seek; add one to pos if (and only if) we are dealing with a jump with data16 == 1 (i.e. 0x66, 0xe9). Mon Apr 15 12:04:32 1991 Jim Kingdon (kingdon at cygint.cygnus.com) * valops.c (call_function_by_hand): Put dummy1 in target order before FIX_CALL_DUMMY. * tm-i386v.h (FIX_CALL_DUMMY): Don't depend on host byte order. Sun Apr 14 11:55:19 1991 Jim Kingdon (kingdon at cygint.cygnus.com) * valops.c (push_word): Add SWAP_TARGET_AND_HOST. * remote.c (remote_open): Send '+' before calling putpkt(). * tm-i386v.h (REGISTER_VIRTUAL_TYPE): Return pointer to void, not int, for pc, fp, and sp. * remote.c (remote_open): Call start_remote after putpkt("?"); | |||||
1991-04-20 | * mipsread.c (parse_symbol): Set startup_file_{start,end} if | Jim Kingdon | 1 | -0/+5 | |
entry_point is in current file. | |||||
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 | |
param-no-tm.h: Define SYS_SIGLIST_MISSING from USG. | |||||
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 | |
tm-sun3.h: Define TARGET_SUN3. | |||||
1991-04-20 | Updated, amplified, and reorganized linker manual. Option-flag | Roland Pesch | 1 | -577/+1044 | |
description believed complete as of today; still holes---small ones---in "commands" section. BFD section also needs better table of supported archs and formats; see FIXMEs for scattered q's and desiderata. | |||||
1991-04-19 | * utils.c: Use CPLUS_MARKER not '$'. | Jim Kingdon | 3 | -5/+18 | |
* cplus-dem.c: Use CPLUS_MARKER not '$'. If CPLUS_MARKER isn't defined, define it to '$'. | |||||
1991-04-19 | * arm-opcode.h: New file (same contents as before; it had | Jim Kingdon | 1 | -0/+3 | |
just been left out of the distribution for a long time). | |||||
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 | |
other L*% things. * coffread.c (SDB_TYPE): New macro. various: Use it instead of checking against T_NULL. | |||||
1991-04-19 | fix a smallie but nasttie. | David Henkel-Wallace | 1 | -2/+2 | |
1991-04-19 | allow the user to specify a file more than once on the command line -- | David Henkel-Wallace | 1 | -1/+8 | |
the duplicate references are ignored. ::wq | |||||
1991-04-19 | *** empty log message *** | David Henkel-Wallace | 1 | -4/+53 | |
1991-04-19 | * Makefile.dist (cplus-dem.o): Hack in an #include "param.h" | Jim Kingdon | 5 | -2/+31 | |
before we compile it. defs.h: Protect against multiple inclusion. param.h: Include defs.h. | |||||
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 | |
1991-04-19 | *** empty log message *** | Jim Kingdon | 2 | -5/+10 | |
1991-04-19 | * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New | John Gilmore | 1 | -19/+18 | |
defines for the blocks of a blockvector that contain global and file-static symbols and the first of the smaller scope contours. * symtab.c (lookup_symbol, find_pc_symtab, find_pc_line, decode_line_1, make_symbol_completion_list): Use the above. * symtab.c (list_symbols): Process the first symbol of the static psymbols list. (types_info): Restore this function from its untimely #if 0. It's not perfect, but it is better than nothing. (_initialize_symtab): Restore "info types". | |||||
1991-04-19 | * symfile.h (free_named_symtabs): Rename from free_named_symtab. | John Gilmore | 1 | -1/+1 | |
1991-04-19 | *** empty log message *** | Jim Kingdon | 1 | -0/+129 | |
1991-04-19 | * symfile.c: Rename add_syms_command to add_symbol_file_command. | Jim Kingdon | 1 | -4/+4 | |
(_initialize_symfile, add_syms_addr_command): Rename add-syms to add-symbol-file. | |||||
1991-04-19 | * source.c: Rename directories_info to show_directories. | Jim Kingdon | 1 | -6/+8 | |
(_initialize_values): Rename "info directories" to "show directories". |