aboutsummaryrefslogtreecommitdiff
path: root/gdb/minsyms.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Turn off threaded minsym demangling by defaultChristian Biesinger1-3/+15
2019-11-27Compute msymbol hash codes in parallelChristian Biesinger1-15/+31
2019-11-27Precompute hash value for symbol_set_namesChristian Biesinger1-2/+25
2019-11-26Demangle minsyms in parallelTom Tromey1-9/+41
2019-11-26Defer minimal symbol name-settingTom Tromey1-1/+17
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-16/+16
2019-10-30Only clear the minsym array when necessaryChristian Biesinger1-8/+14
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-10/+8
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-02Handle copy relocationsTom Tromey1-0/+23
2019-09-30Use std::sort instead of qsort in minsyms.cChristian Biesinger1-22/+16
2019-09-26Convert symtab.h function signatures to use bool instead of intChristian Biesinger1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-06-26Remove lookup_minimal_symbol_solib_trampolineTom Tromey1-34/+0
2019-05-03Remove "struct" from foreach statementsTom Tromey1-1/+1
2019-04-10Introduce a separate debug objfile iteratorTom Tromey1-4/+1
2019-04-10Remove some uses of "object_files"Tom Tromey1-16/+10
2019-03-27Fix buffer overflow regression due to minsym malloc-ed instead of obstack-ed.Philippe Waroquiers1-8/+10
2019-03-25Clean up some comments in minsyms.cTom Tromey1-42/+7
2019-03-18Fix regression caused by minimal symbol changesTom Tromey1-2/+0
2019-03-15Change minimal_symbol inheritanceTom Tromey1-3/+3
2019-03-15Use memcpy in minimal_symbol_reader::installTom Tromey1-3/+3
2019-03-15Allocate minimal symbols with mallocTom Tromey1-13/+12
2019-03-15Remove minsym terminationTom Tromey1-37/+3
2019-03-15Remove some unneeded initializations in minimal_symbol_readerTom Tromey1-10/+0
2019-03-15Use bitset for demangled_hash_languagesTom Tromey1-7/+11
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-1/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-19/+21
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-21Add debug output for recorded minsymsSimon Marchi1-0/+31
2018-11-09Fix unsigned overflow in minsyms reader.John Baldwin1-2/+3
2018-06-19Silence -Wmaybe-uninitialized warning in minsyms.c:lookup_minimal_symbol_by_p...Pedro Alves1-13/+22
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+3
2018-05-29Removing lookup_minimal_symbol_and_objfileWeimin Pan1-18/+0
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-4/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-14/+9
2018-04-26Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)Pedro Alves1-46/+31
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves1-3/+5
2018-04-05Remove some cleanups from search_minsyms_for_nameTom Tromey1-8/+5
2018-03-23aarch64: Make "info address" resolve TLS variablesWeimin Pan1-14/+3
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves1-3/+3
2018-01-10Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves1-1/+20
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-11-29Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves1-8/+26
2017-11-25Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves1-0/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-139/+230