summaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
Commit message (Expand)AuthorAgeFilesLines
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-3/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-11/+7
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-6/+13
* [Ada] Add support for subprogram renamingsPierre-Marie de Rodat2015-08-131-6/+18
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-9/+9
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-6/+6
* Make buildsym set-up/tear-down more consistent, and document it.Doug Evans2014-12-171-71/+149
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-169/+246
* buildsym API cleanupDoug Evans2014-11-181-38/+56
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-3/+4
* SYMTAB_DIRNAME: New macro.Doug Evans2014-11-181-2/+2
* Fix memory leak in watch_main_source_file_lossage.Doug Evans2014-11-181-0/+2
* Split up end_symtab_from_static_block into two.Doug Evans2014-11-181-193/+215
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify some blockvector APIsTom Tromey2014-06-181-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* make symtab::dirname constTom Tromey2013-12-061-4/+4
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Change "set debug symtab-create" to take a verbosity level.Doug Evans2013-11-081-3/+2
* * symfile.h (struct sym_fns): Add "objfile" argument toDoug Evans2013-09-251-2/+3
* * buildsym.c (subfile_stack): Move here from buildsym.h.Doug Evans2013-08-201-2/+27
* Cleanup: remove unused - breakpoint, buildsymAleksandar Ristovski2013-04-011-1/+0
* * buildsym.c (patch_subfile_names): Use set_last_source_file.Tom Tromey2013-01-211-5/+31
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * buildsym.c (struct pending_block): Move from buildsym.h.Tom Tromey2012-12-101-4/+28
* PR symtab/14601Doug Evans2012-10-031-0/+1
* * buildsym.h (param_symbols): Delete, unused.Doug Evans2012-09-191-2/+0
* * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.Tom Tromey2012-07-181-5/+9
* gdb/Jan Kratochvil2012-07-131-38/+82
* * buildsym.c (finish_block_internal): New arg "expandable".Doug Evans2012-07-101-18/+135
* * buildsym.c (start_subfile): Remove unnecessary check forDoug Evans2012-07-101-1/+1
* * buildsym.c (make_blockvector): Add comment.Doug Evans2012-06-051-2/+5
* * buildsym.c (block_compar): Fix comment.Doug Evans2012-05-291-3/+4
* * stabsread.h (cleanup_undefined_stabs_types): Renamed fromDoug Evans2012-05-291-3/+3
* * jv-lang.c (get_java_class_symtab): Use allocate_global_block,Tom Tromey2012-05-101-11/+28
* * tracepoint.c (scope_info): Update.Tom Tromey2012-05-101-5/+10
* * buildsym.c (add_free_pendings): Remove.Tom Tromey2012-04-231-14/+0
* * buildsym.c (record_pending_block): Now static.Tom Tromey2012-03-121-1/+5
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* * buildsym.c (add_symbol_to_list): Delete outdated comment.Doug Evans2011-11-151-5/+2
* gdb/Jan Kratochvil2011-04-061-0/+6
* * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.Tom Tromey2011-04-041-2/+0
* * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.Tom Tromey2011-04-041-28/+3
* 2011-03-23 Kai Tietz <ktietz@redhat.com>Kai Tietz2011-03-231-2/+2