Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-07-04 | Relocate symbols using an array of section_offsets, rather than a | John Gilmore | 1 | -2/+9 | |
single `addr' or `offset'. This makes Solaris-2 support work, and permits better VxWorks (and maybe xcoff) support later. See ChangeLog. | |||||
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -9/+34 | |
symtab.h, tm-i386v4.h, valprint.c, values.c: Lint. * breakpoint.c, c-exp.y, coffread.c, command.c, environ.c, eval.c, findvar.c, infcmd.c, infptrace.c, infrun.c, m2-exp.y, parse.c, putenv.c, solib.c, sparc-xdep.c, symtab.c, tm-i386v.h, tm-sparc.h, utils.c, valarith.c, valops.c, valprint.c, values.c: Replace bcopy() use with memcpy(), which is more standard and can take advantage of gcc's builtin functions for increased performance. * breakpoint.c, buildsym.c, coffread.c, dbxread.c, i386-tdep.c, ieee-float.c, infcmd.c, sparc-tdep.c, stack.c, symtab.c, symtab.h, target.c, values.c: Replace bzero() use with memset(), which is more standard and can take advantage of gcc's builtin functions for increased performance. * i386-tdep.c, main.c, valprint.c: Replace bcmp() use with memcmp(), which is more standard and can take advantage of gcc's builtin functions for increased performance. | |||||
1992-06-13 | * elfread.c (record_minimal_symbol_and_info): Kludged to put | John Gilmore | 1 | -1/+3 | |
extra info in the minimal symbol. (elf_symtab_read): The extra info is the size of an ELF object, which was kludged to us in the `udata' field of the BFD symbol. Gag me with a crowbar... (elf_symfile_read): Keep track of both the absolute load address, and the offset between load addr and symbols. Handle STABS as well as DWARF sections, passing the absolute load address to elfstab_build_psymtabs. * objfiles.c (free_objfile): Eliminate storage leaks. Contributed by <Peter.Schauer@regent.e-technik.tu-muenchen.dbp.de>. * symfile.c (symfile_bfd_open): Comment where name is freed. * symmisc.c (extend_psymbol_list): Comment where list is freed. | |||||
1992-06-09 | * c-exp.y (yylex): Recognize single-quoted strings that specify | Fred Fish | 1 | -351/+153 | |
tokens with embedded whitespace, such as C++ demangled names. * defs.h (demangle_and_match, strcmp_iw, skip_quoted): Prototypes. * main.c (gdb_completer_quote_characters): Add global variable. * main.c (symbol_completion_function): Total rewrite for C++ demangled name handling. * main.c (skip_quoted): New function. * main.c (main): Set rl_completer_quote_characters. * symmisc.c (dump_symtab): Print source language for symtab. * symtab.c (expensive_mangler): Add prototype and function. * symtab.c (completion_list_add_symbol): Total rewrite for new C++ demangled name handling. * symtab.c (lookup_symbol): Check for demangled C++ symbol first, other changes for demangled C++ symbol handling. * symtab.c (lookup_demangled_block_symbol): Use demangle_and_match. * symtab.c (lookup_demangled_partial_symbol): Use demangle_and_match. * symtab.c (decode_line_1): Recognize C++ demangled names on input. * symtab.c (completion_list_add_symbol): Total rewrite for new C++ demangled name handling. * symtab.c (expensive_mangler): New function. * utils.c (strcmp_iw, demangle_and_match): New functions. * xcoffread.c (aixcoff_symfile_read): Fix prototype. | |||||
1992-03-15 | Globs of changes. See the ChangeLog for details. Most related to | Fred Fish | 1 | -193/+562 | |
using the new mmalloc package. | |||||
1991-12-27 | Various changes to clean up ADD_PSYMBOL_TO_LIST and ADD_PSYMBOL_ADDR_TO_LIST | Fred Fish | 1 | -0/+58 | |
usages. | |||||
1991-12-23 | Oodles of changes. The most important is adding support for stabs | Per Bothner | 1 | -64/+156 | |
encapsulated in mips ecoff. See ChangeLog for the gory details. | |||||
1991-10-27 | * buildsym.c: Break out initial malloc sizes. | John Gilmore | 1 | -6/+8 | |
(record_line): Record directly in a subfile. Alloc on demand. (compare_line_numbers): Add from xcoffread.c. (end_symtab): New params say whether to sort pendings and linetable. Patch block stabs if defined. Shrink linetable before allocating the symtab. * buildsym.h: Delete line_vector* and prev_line_number. Add global_stabs and file_stabs for xcoffread. * dbxread.c (start_subfile): Move to buildsym. Change above calls. * symtab.h: LINETABLE(symtab) can now be null. Zap LINELIST. * symmisc.c, symtab.c: Cope with null LINETABLEs. | |||||
1991-10-24 | Remove the object file specific fields from the partial symbol table | Fred Fish | 1 | -15/+146 | |
structure and replace them with a pointer to private data for each different flavor of object file reader to initialize appropriately. | |||||
1991-04-19 | * symfile.c (clear_symtab_users_once, cashier_psymtab, | John Gilmore | 1 | -84/+2 | |
free_named_symtabs): Move these routines from symmisc.c. * symmisc.c (same): same. | |||||
1991-03-28 | Initial revision | K. Richard Pixley | 1 | -0/+442 | |
1990-09-05 | Initial revision | John Gilmore | 1 | -584/+0 | |
2012-06-03 | gdb-3.5 | gdb-3.5 | 1 | -1/+1 | |
2012-06-03 | gdb-3.3 | gdb-3.3 | 1 | -16/+23 | |
2012-06-03 | gdb-3.1 | gdb-3.1 | 1 | -16/+26 | |
2012-06-03 | gdb-2.8.1 | gdb-2.8.1 | 1 | -0/+4 | |
2012-06-03 | gdb-2.8 | gdb-2.8 | 1 | -0/+2 | |
2012-06-03 | gdb-2.5.1 | gdb-2.5.1 | 1 | -27/+53 | |
2012-06-03 | gdb-2.4+.aux.coff | gdb-2.4+.aux.coff | 1 | -0/+535 | |