Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-03-28 | Add OBJF_SYMS flag and use it to decide whether or not we have already | Fred Fish | 3 | -51/+60 | |
tried to read symbols from a file, for mapped objfiles. This fixes a memory leak (actually a constant memory growth) due to reading symbol files with no debug info and thus generating no psymtabs or symtabs. Most typically happened with shared libraries. | |||||
1992-03-27 | Misc cleanups from code review. | John Gilmore | 7 | -49/+48 | |
1992-03-27 | More cleanups for gprof, especially with the '386 target. | Sean Eric Fagan | 2 | -4/+10 | |
1992-03-27 | Added support for building on/for an embedded 386 using encapsulated coff. | Sean Eric Fagan | 1 | -1/+1 | |
1992-03-27 | Put in stuff necessary for gprof to be built, cleaned up, etc. | Sean Eric Fagan | 2 | -8/+69 | |
1992-03-27 | Document requirements for calling mmcheck to install corruption checking | Fred Fish | 3 | -0/+412 | |
hooks and set up to enforce the requirements. However, we still allow unconditional installation until some complications are resolved. | |||||
1992-03-27 | Mostly changes to dbxread.c to preserve stringtab's on a per-objfile | Fred Fish | 5 | -261/+331 | |
basis, for use in expanding psymtabs to full symtabs. See ChangeLog for other details. | |||||
1992-03-27 | Set MINIMIZE to 0 for a real release. | John Gilmore | 1 | -0/+9 | |
1992-03-26 | * rs6000-pinsn.c: Make dis-assembly output more like | Per Bothner | 1 | -50/+43 | |
other targets: Don't print instruction in hex before the assembly; use print_address to print out jump destinations. | |||||
1992-03-26 | * c-exp.y, gdbtypes.h: Add builtin_type_signed_char. | Per Bothner | 4 | -0/+21 | |
* cplus-dem.c: Support "Sc" meaning "signed char". | |||||
1992-03-25 | * configure.in: fix iris/iris3. | Stu Grossman | 2 | -1/+5 | |
1992-03-25 | * command.c, main.c (various places): Use ctype.h macros | Per Bothner | 2 | -7/+15 | |
(such as isupper(x)), instead of hard-wiring in ASCII-isms (such as (x >= 'A' && x <= 'Z')). (There are still more of these in other files.) * main.c (defined_command): Lower-case the user's new command before entering it. Needed because command lookup is case-insensitive (and also lower-cases). (Based on Metin's earlier patch.) | |||||
1992-03-25 | * history.c (stifle_history): Negative arg treated as zero. | John Gilmore | 1 | -0/+4 | |
1992-03-25 | re-add -rm | K. Richard Pixley | 1 | -0/+4 | |
1992-03-25 | aix and irix4 support. | K. Richard Pixley | 2 | -2/+7 | |
1992-03-25 | add stamp-rcs to all | K. Richard Pixley | 1 | -0/+2 | |
1992-03-25 | remove gas from rs6000 build, use aix host fragment | K. Richard Pixley | 2 | -0/+6 | |
1992-03-25 | pass site_option to recursions | K. Richard Pixley | 2 | -4/+11 | |
1992-03-25 | INSTALL_PROG -> INSTALL | K. Richard Pixley | 1 | -0/+4 | |
1992-03-25 | added standard targets, fixed install directories | K. Richard Pixley | 1 | -0/+4 | |
1992-03-25 | stuff from latest install | K. Richard Pixley | 1 | -0/+4 | |
1992-03-25 | remove srcdir from gdb.info rule | K. Richard Pixley | 2 | -1/+5 | |
1992-03-25 | irix4 support | K. Richard Pixley | 1 | -0/+1 | |
1992-03-25 | * infcmd.c (step_1): Call disable_longjmp_breakpoint at the right | Stu Grossman | 1 | -1/+4 | |
time. | |||||
1992-03-25 | * xm-mips.h: declare strdup for ultrix. | Stu Grossman | 2 | -0/+6 | |
1992-03-25 | Install some bug fixes from Brian Fox. | John Gilmore | 2 | -28/+46 | |
1992-03-25 | * mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup | Stu Grossman | 1 | -0/+7 | |
when calling new_symbol. * mips-tdep.c (mips_frame_chain): Use symfile_objfile instead of current_objfile. | |||||
1992-03-24 | add support for irix4 | K. Richard Pixley | 1 | -0/+41 | |
1992-03-24 | * config/rs6000.mh: Update (for Fred's new mmalloc) | Per Bothner | 4 | -6/+14 | |
flags to disable use of GNU malloc/mmalloc. * munch: Change SYSV rule to allow .text before the label, as well as after, to work for AIX. * gdbtypes.h: Minor clarifiction. | |||||
1992-03-24 | Fixed a place where dbx symbol name continuation was appearing in an | Michael Tiemann | 2 | -0/+6 | |
unexpected place, causing the `Trace' type in gperf/main.o to be mis-parsed. | |||||
1992-03-24 | * mips-tdep.c: include symfile.h and objfiles.h to fix | Stu Grossman | 2 | -1/+8 | |
compilation errors. | |||||
1992-03-24 | * coff-msym.c (ecoff_swap_rfd_in): remove & for array ref. | Stu Grossman | 2 | -1/+5 | |
1992-03-23 | * valops.c (value_struct_elt_for_reference): Added 'offset' | Per Bothner | 1 | -0/+6 | |
parameter to handle multiple inheritance. * eval.c, value.h: Update accordingly. | |||||
1992-03-21 | Many changes, most related to creating entry point information on a per-objfile | Fred Fish | 32 | -185/+458 | |
basis. See comments in objfiles.h and details in ChangeLog. Also remove redundant definitions of FRAME_CHAIN_VALID from most of the tm-* files and use a default definition in frame.h. | |||||
1992-03-20 | changed prms to send_pr | Heinz G. Seidl | 1 | -1/+1 | |
1992-03-20 | More C++ improvements (pointers to members, qualified names). See ChangeLog. | Per Bothner | 6 | -379/+574 | |
1992-03-20 | Add .stmp-readline to all.cross... | Stu Grossman | 2 | -2/+2 | |
1992-03-20 | * Makefile.in (all.cross): Add .stmp-bfd. | Stu Grossman | 2 | -11/+82 | |
1992-03-19 | * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c, | Fred Fish | 10 | -310/+520 | |
elfread.c (coff_symfile_finish): Add function, prototype, and add to the xxxx_sym_fns struct for each file type. Also reformat the xxxx_sym_fns vector to a standard format and add comments. * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c, elfread.c (xxx_symfile_new_init, xxx_symfile_init, xxx_symfile_read): Pass pointer to struct objfile rather than pointer to sym_fns. Change references inside each function accordingly. Allocate any symbol file specific info in the per-objfile memory region. * dbxread.c (free_and_init_header_files): Break function into free_header_files(), called from dbx_symfile_finish(), and init_header_files(), called from dbx_new_init(). * dbxread.c (dbx_new_init): Move deallocation things to new dbx_symfile_finish function. * elfread.c (elf_new_init): Call buildsym_new_init(). * objfiles.c (free_objfile): Call the appropriate symfile_finish() routine for the objfile before deallocating other stuff. * sparc-tdep.c (get_longjmp_target): Cast target_read_memory arg. * symfile.h: Move struct sym_fns to before struct objfile def. Add sym_finish function pointer and change prototypes of other function pointers to reflect passing struct objfile pointer rather than struct sym_fns pointer. * symfile.c: Remove now obsolete symtab_fns pointer. * symfile.c (symfile_init): Renamed to find_sym_fns, and now only locates the correct sym_fns struct for the given objfile. * symfile.c (syms_from_objfile, symbol_file_add): Restructured for better support of mapped symbol tables. * symfile.c (symbol_file_command): Remove obsolete code using symfile_fns. * symfile.h: Remove duplicate declarations for symfile_objfile, entry_point, and object_files. * target.c (target_info): Compare symfile_objfile to NULL. * xcoffread.c (aixcoff_new_init): Move deallocation stuff to aixcoff_symfile_finish(). | |||||
1992-03-19 | Add and use definition for IN_SOLIB_TRAMPOLINE which allows wait_for_inferior | Fred Fish | 2 | -0/+20 | |
to test whether or not it has stepped into the glue that binds an application to a shared library routine. | |||||
1992-03-19 | Some improvements to g++ debugging. | Per Bothner | 4 | -54/+192 | |
* symtab.c (list_symbols): demangle before pattern matching. * symtab.c: Other fixes to improve handing of operators. * valprint.c (type_print_base): Fix test for constructor. * values.c (value_static_field): Allow evaluation of CLASS::METHOD, returning a function pointer. | |||||
1992-03-18 | Remove currently unused state.c and state.h files from list of files | Fred Fish | 1 | -2/+0 | |
to keep. | |||||
1992-03-18 | Changes to implement the -mapped and -readnow options for commands that | Fred Fish | 11 | -621/+579 | |
read symbol tables. | |||||
1992-03-17 | * bout.c (b_out_slurp_reloc_table): Use BFD_ASSERT macro, | Per Bothner | 1 | -0/+5 | |
not internal bfd_assert function (twice). | |||||
1992-03-17 | * aout-target.h: change ar_max_namelen to 15 (the right value) | Steve Chamberlain | 2 | -1/+7 | |
* coff-a29k, coffcode.h: more hangovers from the bfd_abs_section change | |||||
1992-03-17 | More bitrot | Steve Chamberlain | 1 | -1/+1 | |
1992-03-17 | Fix for new filenames | Steve Chamberlain | 1 | -1/+1 | |
1992-03-16 | Remove i960 b.out bitrot. | Steve Chamberlain | 2 | -179/+188 | |
1992-03-16 | i960 bitrot fix | Steve Chamberlain | 2 | -3/+3 | |
1992-03-15 | Remove unused file mtrace.awk, remove entries from .Sanitize for | Fred Fish | 2 | -8/+1 | |
mtrace.awk and previously removed files. |