summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1995-08-011-94/+80
* Speed up GDB startup time by not demangling partial symbols.Peter Schauer1994-10-081-137/+185
* gcc -Wall lint:Jim Kingdon1994-05-131-7/+12
* * utils.c, defs.h (error_begin): New function.Jim Kingdon1994-04-281-14/+22
* For Sunos 4.x targets, enable gdb to set breakpoints in sharedPeter Schauer1994-03-151-11/+22
* * symtab.c (decode_line_1): Handle the case when skip_quoted does notPeter Schauer1994-03-011-1/+3
* * symtab.c (lookup_symbol): Add comment about QUIT here.Jim Kingdon1994-01-161-6/+25
* * symtab.c (find_addr_symbol): New routine that will find the nearestJohn Gilmore1994-01-121-0/+65
* * symtab.c (lookup_symbol): Don't try adding .c to the name.Jim Kingdon1994-01-061-0/+20
* * symtab.c (find_methods): Call fprintf_symbol_filtered with DMGL_ANSI.Peter Schauer1993-12-311-16/+43
* * symtab.c (decode_line_1): Add comment about use ofJim Kingdon1993-11-191-0/+7
* Modified Files:Kung Hsu1993-11-191-7/+26
* * symtab.c (gdb_mangle_name): Only assume that the physname isJim Kingdon1993-11-171-7/+14
* Modified Files:Kung Hsu1993-11-151-1/+1
* gcc -Wall lint:Jim Kingdon1993-11-101-3/+0
* * symtab.c (decode_line_1, decode_line_2): Do not adjust pc byPeter Schauer1993-11-081-9/+20
* * symtab.c, symtab.h, source.c: Change find_line_pc_range to takeJim Kingdon1993-11-021-21/+28
* Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1993-11-011-22/+22
* * symtab.c (decode_line_1): Don't use SYMBOL_LINE for functions.Jim Kingdon1993-10-211-37/+55
* Modified Files:Kung Hsu1993-09-291-4/+5
* Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jim Kingdon1993-09-281-3/+4
* * symtab.c (find_pc_line): Fix comments.Jim Kingdon1993-09-271-13/+9
* * symtab.c (COMPLETION_LIST_ADD_SYMBOL): If the symbol has aJim Kingdon1993-09-021-2/+6
* * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,Jim Kingdon1993-09-021-3/+0
* * symtab.c (find_pc_line, find_line_common),Jim Kingdon1993-09-011-21/+27
* * frame.h, symtab.h, findvar.c (read_var_value): Change baseregJim Kingdon1993-08-241-1/+2
* * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1):Peter Schauer1993-08-201-20/+122
* Make breakpoint_re_set_one work with overloaded member functions,Peter Schauer1993-07-191-9/+106
* * symtab.c (find_pc_symtab): Call warning, not printf directly.Jim Kingdon1993-07-171-1/+5
* * symtab.c (decode_line_1): Use end of block to figure out whetherJim Kingdon1993-07-121-47/+134
* * symtab.{c,h}: Doc fixes (remove symseg references, last relevantJim Kingdon1993-04-161-1/+8
* * symtab.h (DESTRUCTOR_PREFIX_P): New macro to check if physnamePeter Schauer1993-04-081-5/+40
* * utils.c (fputs_demangled, fprint_symbol): Remove.Fred Fish1993-03-111-2/+2
* * utils.c (fputs_demangled): Complete rewrite to clean up andFred Fish1993-03-111-1/+2
* * main.c (source_command): Require an explicit pathname of fileFred Fish1993-03-111-5/+9
* * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1992-12-231-455/+205
* * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1992-12-181-7/+9
* * symtab.c (find_pc_line): Improve code per gnu's suggestions.Stu Grossman1992-11-161-26/+27
* * Makefile.in (VERSION): Bump to 4.7.2Fred Fish1992-11-151-1/+3
* * infcmd.c (step_over_calls): Improve comments.Stu Grossman1992-11-141-70/+105
* Removed a large number of changes inserted by Per BothnerJohn Gilmore1992-09-101-25/+0
* tab completion optimizationK. Richard Pixley1992-09-041-17/+32
* A ton of changes to improve C++ debugging. See ChangeLog.Per Bothner1992-09-041-11/+84
* * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_typeFred Fish1992-07-091-39/+46
* * dbxread.c (dbx_symfile_init): Init stab_section_info to NULL toStu Grossman1992-07-081-47/+58
* * main.c (main): Read the $HOME/.gdbinit file before processingJohn Gilmore1992-07-041-2/+4
* * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1992-07-041-8/+8
* * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1992-06-291-7/+8
* * mipsread.c: Pass NULL name pointer to init_type, not 0.Fred Fish1992-06-251-1/+1
* COFF changes for dealing better with EPI 29K C compiler output.John Gilmore1992-06-211-113/+352