summaryrefslogtreecommitdiff
path: root/gdb/minsyms.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove current_top_target functionSimon Marchi2021-03-241-3/+3
* gdb: add obj_section function to bound_minimal_symbolAndrew Burgess2021-02-111-1/+1
* gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess2021-02-101-4/+5
* gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess2021-02-101-5/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-18/+18
* Remove symfile_objfile macroTom Tromey2020-10-291-2/+6
* gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess2020-06-171-3/+3
* Convert symbol_set_demangled_name to a methodTom Tromey2020-04-241-3/+2
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* Avoid copying in lookup_name_infoTom Tromey2020-04-011-1/+1
* gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess2020-01-241-13/+28
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-12/+12
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-2/+2
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-3/+2
* Revert "Turn off threaded minsym demangling by default"Christian Biesinger2019-12-131-10/+0
* Turn off threaded minsym demangling by defaultChristian Biesinger2019-11-271-3/+15
* Compute msymbol hash codes in parallelChristian Biesinger2019-11-271-15/+31
* Precompute hash value for symbol_set_namesChristian Biesinger2019-11-271-2/+25
* Demangle minsyms in parallelTom Tromey2019-11-261-9/+41
* Defer minimal symbol name-settingTom Tromey2019-11-261-1/+17
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-16/+16
* Only clear the minsym array when necessaryChristian Biesinger2019-10-301-8/+14
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-10/+8
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Handle copy relocationsTom Tromey2019-10-021-0/+23
* Use std::sort instead of qsort in minsyms.cChristian Biesinger2019-09-301-22/+16
* Convert symtab.h function signatures to use bool instead of intChristian Biesinger2019-09-261-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Remove lookup_minimal_symbol_solib_trampolineTom Tromey2019-06-261-34/+0
* Remove "struct" from foreach statementsTom Tromey2019-05-031-1/+1
* Introduce a separate debug objfile iteratorTom Tromey2019-04-101-4/+1
* Remove some uses of "object_files"Tom Tromey2019-04-101-16/+10
* Fix buffer overflow regression due to minsym malloc-ed instead of obstack-ed.Philippe Waroquiers2019-03-271-8/+10
* Clean up some comments in minsyms.cTom Tromey2019-03-251-42/+7
* Fix regression caused by minimal symbol changesTom Tromey2019-03-181-2/+0
* Change minimal_symbol inheritanceTom Tromey2019-03-151-3/+3
* Use memcpy in minimal_symbol_reader::installTom Tromey2019-03-151-3/+3
* Allocate minimal symbols with mallocTom Tromey2019-03-151-13/+12
* Remove minsym terminationTom Tromey2019-03-151-37/+3
* Remove some unneeded initializations in minimal_symbol_readerTom Tromey2019-03-151-10/+0
* Use bitset for demangled_hash_languagesTom Tromey2019-03-151-7/+11
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-19/+21
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add debug output for recorded minsymsSimon Marchi2018-12-211-0/+31
* Fix unsigned overflow in minsyms reader.John Baldwin2018-11-091-2/+3