aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
1994-10-08 Speed up GDB startup time by not demangling partial symbols.Peter Schauer1-137/+185
1994-05-13 gcc -Wall lint:Jim Kingdon1-7/+12
1994-04-28 * utils.c, defs.h (error_begin): New function.Jim Kingdon1-14/+22
1994-03-15 For Sunos 4.x targets, enable gdb to set breakpoints in sharedPeter Schauer1-11/+22
1994-03-01 * symtab.c (decode_line_1): Handle the case when skip_quoted does notPeter Schauer1-1/+3
1994-01-16* symtab.c (lookup_symbol): Add comment about QUIT here.Jim Kingdon1-6/+25
1994-01-12* symtab.c (find_addr_symbol): New routine that will find the nearestJohn Gilmore1-0/+65
1994-01-06* symtab.c (lookup_symbol): Don't try adding .c to the name.Jim Kingdon1-0/+20
1993-12-31 * symtab.c (find_methods): Call fprintf_symbol_filtered with DMGL_ANSI.Peter Schauer1-16/+43
1993-11-19 * symtab.c (decode_line_1): Add comment about use ofJim Kingdon1-0/+7
1993-11-19Modified Files:Kung Hsu1-7/+26
1993-11-17 * symtab.c (gdb_mangle_name): Only assume that the physname isJim Kingdon1-7/+14
1993-11-15Modified Files:Kung Hsu1-1/+1
1993-11-10 gcc -Wall lint:Jim Kingdon1-3/+0
1993-11-08 * symtab.c (decode_line_1, decode_line_2): Do not adjust pc byPeter Schauer1-9/+20
1993-11-02 * symtab.c, symtab.h, source.c: Change find_line_pc_range to takeJim Kingdon1-21/+28
1993-11-01Change the stream argument to _filtered to GDB_FILE *.Thomas Lord1-22/+22
1993-10-21* symtab.c (decode_line_1): Don't use SYMBOL_LINE for functions.Jim Kingdon1-37/+55
1993-09-29Modified Files:Kung Hsu1-4/+5
1993-09-28Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jim Kingdon1-3/+4
1993-09-27* symtab.c (find_pc_line): Fix comments.Jim Kingdon1-13/+9
1993-09-02 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): If the symbol has aJim Kingdon1-2/+6
1993-09-02 * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,Jim Kingdon1-3/+0
1993-09-01 * symtab.c (find_pc_line, find_line_common),Jim Kingdon1-21/+27
1993-08-24 * frame.h, symtab.h, findvar.c (read_var_value): Change baseregJim Kingdon1-1/+2
1993-08-20 * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1):Peter Schauer1-20/+122
1993-07-19 Make breakpoint_re_set_one work with overloaded member functions,Peter Schauer1-9/+106
1993-07-17 * symtab.c (find_pc_symtab): Call warning, not printf directly.Jim Kingdon1-1/+5
1993-07-12 * symtab.c (decode_line_1): Use end of block to figure out whetherJim Kingdon1-47/+134
1993-04-16 * symtab.{c,h}: Doc fixes (remove symseg references, last relevantJim Kingdon1-1/+8
1993-04-08 * symtab.h (DESTRUCTOR_PREFIX_P): New macro to check if physnamePeter Schauer1-5/+40
1993-03-11 * utils.c (fputs_demangled, fprint_symbol): Remove.Fred Fish1-2/+2
1993-03-11 * utils.c (fputs_demangled): Complete rewrite to clean up andFred Fish1-1/+2
1993-03-11 * main.c (source_command): Require an explicit pathname of fileFred Fish1-5/+9
1992-12-23 * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1-455/+205
1992-12-18 * Makefile.in (VERSION): Bump to 4.7.4.Fred Fish1-7/+9
1992-11-16* symtab.c (find_pc_line): Improve code per gnu's suggestions.Stu Grossman1-26/+27
1992-11-15 * Makefile.in (VERSION): Bump to 4.7.2Fred Fish1-1/+3
1992-11-14* infcmd.c (step_over_calls): Improve comments.Stu Grossman1-70/+105
1992-09-10Removed a large number of changes inserted by Per BothnerJohn Gilmore1-25/+0
1992-09-04tab completion optimizationK. Richard Pixley1-17/+32
1992-09-04A ton of changes to improve C++ debugging. See ChangeLog.Per Bothner1-11/+84
1992-07-09 * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_typeFred Fish1-39/+46
1992-07-08* dbxread.c (dbx_symfile_init): Init stab_section_info to NULL toStu Grossman1-47/+58
1992-07-04* main.c (main): Read the $HOME/.gdbinit file before processingJohn Gilmore1-2/+4
1992-07-04 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1-8/+8
1992-06-29 * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1-7/+8
1992-06-25 * mipsread.c: Pass NULL name pointer to init_type, not 0.Fred Fish1-1/+1
1992-06-21COFF changes for dealing better with EPI 29K C compiler output.John Gilmore1-113/+352
1992-04-22* symtab.c (lookup_symbol): Need to check if msymbol->name isStu Grossman1-430/+340