aboutsummaryrefslogtreecommitdiff
path: root/gdb/minsyms.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-1/+1
2023-05-12Introduce lookup_minimal_symbol_linkageTom Tromey1-0/+8
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey1-3/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-0/+7
2022-02-18Add constructor to bound_minimal_symbolTom Tromey1-0/+8
2022-02-11Add initializers to bound_minimal_symbolTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-02-11gdb: add obj_section function to bound_minimal_symbolAndrew Burgess1-0/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-24gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess1-5/+12
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-6/+4
2019-10-02Handle copy relocationsTom Tromey1-0/+11
2019-09-30Improve some comments about msymbol handlingChristian Biesinger1-1/+2
2019-06-26Remove lookup_minimal_symbol_solib_trampolineTom Tromey1-12/+0
2019-03-15Remove minsym terminationTom Tromey1-7/+0
2019-03-15Slightly simplify minsym creationTom Tromey1-6/+7
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_readerTom Tromey1-4/+1
2018-05-29Removing lookup_minimal_symbol_and_objfileWeimin Pan1-5/+0
2018-04-26Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)Pedro Alves1-3/+23
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves1-1/+1
2018-04-05Remove some cleanups from search_minsyms_for_nameTom Tromey1-8/+5
2018-03-23aarch64: Make "info address" resolve TLS variablesWeimin Pan1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-29Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves1-3/+8
2017-11-25Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves1-1/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-1/+1
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves1-0/+9
2017-08-21Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves1-0/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-21Change minimal_symbol_reader::record_full to take a boolTom Tromey1-7/+7
2016-10-21Record minimal symbols directly in reader.Tom Tromey1-54/+66
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey1-2/+4
2016-10-21Introduce minimal_symbol_readerTom Tromey1-19/+24
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-06-16fix incorrect comments in minsyms.hTom Tromey1-2/+2
2014-02-26change minsyms not to be relocated at read-timeTom Tromey1-6/+0
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-14/+15
2014-02-26introduce minimal_symbol_upper_boundTom Tromey1-0/+8
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-08-05remove msymbol_objfileTom Tromey1-8/+5
2013-04-08 * coffread.c (record_minimal_symbol): Update.Tom Tromey1-5/+1
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-9/+23
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-18 * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.Tom Tromey1-6/+0
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-12-22 * minsyms.h: Rearrange. Document header and all functions.Tom Tromey1-27/+171