832
I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Assorted small improvements, mostly from FSF editing pass (Melissa). More... over 30 years ago
* ldlang.c (lang_add_input_file): If it's a library brought in by INPUT(), then change the file type to lang_input_file_is_l_enum. * ldgram.y: In input_list, change lang_input_file_is_file_enum to lang_input_file_is_search_file_enum so objects brought in using INPUT() do a path lookup. More... over 30 years ago
* m88k-nat.c (fill_gregset): Fix typo (R_SFIP -> R_FIP). More... over 30 years ago
Makefile.in (binutils.dvi): use TEXIDIR to find texinfo.tex binutils.texi (ar): improve synopsis lines (strings): fix overfull box in synopsis (passim) remove some contractions More... over 30 years ago
* c-typeprint.c (c_type_print_base, TYPE_FN_FIELD_STUB code): If demangled name lacks a colon, don't dump core. More... over 30 years ago
reloc.c (bfd_reloc_code_type): Add linkage-table relative reloc of size 8, 16, 32. Sort generic relocs by type, not size. Added a little documentation too. More... over 30 years ago
* blockframe.c (find_pc_partial_function): If pst->readin is set, don't try to get symbols from pst. More... over 30 years ago
* inflow.c (generic_mourn_inferior): Call reinit_frame_cache instead of doing it ourself. * blockframe.c (reinit_frame_cache): Use code which was in generic_mourn_inferior so we can use this function even when we have switched targets. * corelow.c (core_detach): Call reinit_frame_cache. * target.c (target_detach): Don't call generic_mourn_inferior (revert yesterday's change, now handled by core_detach). * objfiles.c (free_objfile): Detach any core file if we call SOLIB_CLEAR. #include target.h. More... over 30 years ago
* corelow.c (core_detach): Call reinit_frame_cache. * target.c (target_detach): Don't call generic_mourn_inferior (revert yesterday's change, now handled by core_detach). * objfiles.c (free_objfile): Detach any core file if we call SOLIB_CLEAR. #include target.h. More... over 30 years ago
* fork-child.c (fork_inferior): Don't call target_terminal_init and target_terminal_inferior until we are sure that the inferior has called gdb_setpgid. This fixes PR 2900 (Schauer tracked it down and was able to reliably reproduce it by putting a sleep() before the gdb_setpgid()). More... over 30 years ago
* c-exp.y, m2-exp.y: Change type of address for msymbol to builtin_type_long. * infptrace.c (fetch_register, store_inferior_register, child_xfer_memory): Use PTRACE_XFER_TYPE for the type of ptrace transfers. Provide an `int' default for PTRACE_XFER_TYPE. More... over 30 years ago
* defs.h (TARGET_*_BIT): Don't use host information (sizeof) in picking defaults. More... over 30 years ago
* findvar.c, value.h (write_register): Change val to LONGEST. More... over 30 years ago
* gdb.texinfo: Remove stuff about ar and 14 character filenames. I believe this was fixed by the 13 Sep 89 change to print_frame_info. Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug. More... over 30 years ago
* cp-valprint.c (cp_is_vtbl_ptr_type): Continue to accept old form. More... over 30 years ago
* Makefile.in: Add deps for i386lynx-nat.o and i386lynx-tdep.o to keep non-gnu makes happy. More... over 30 years ago
* m88k-dis.c (m88kdis): comment change. Remove space after printing mnemonic. (printop): handle new arg types DEC and XREG for m88110. More... over 30 years ago
correct a few mistakes found while extending the dissassembler. More... over 30 years ago
Modified Files: cp-valprint.c Log Messages: * cp-valprint.c: change vtble field name to __vtbl (pr2695) More... over 30 years ago
Modified Files: symtab.c More... over 30 years ago
check in ChangeLog entry for kung change More... over 30 years ago
Modified Files: c-valprint.c More... over 30 years ago
* readline.c (parser_if): Free tname when done with it (change imported from from bash 1.12 readline). More... over 30 years ago
* target.c (target_detach): Call generic_mourn_inferior. * inflow.c (generic_mourn_inferior): Call flush_cached_frames. More... over 30 years ago
* dbxread.c, coffread.c, elfread.c: A few changes to comments. More... over 30 years ago
* dbxread.c, coffread.c: A few changes to comments. More... over 30 years ago
Additions to support stabs-in-coff. More... over 30 years ago
Tue Sep 28 19:20:16 1993 Jeffrey A Law ([email protected]) More... over 30 years ago
Tue Sep 28 19:19:08 1993 Jeffrey A Law ([email protected]) More... over 30 years ago
* gdb.t24 (demangle.exp): Constructors of templates have names like vector<int>::vector(int) not vector<int>::vector<int>(int). See section 14.6 of the ARM. More... over 30 years ago