summaryrefslogtreecommitdiff
path: root/gdb/minsyms.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce lookup_minimal_symbol_linkageTom Tromey2023-05-121-0/+8
* Use unrelocated_addr in minimal symbolsTom Tromey2023-03-281-3/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-0/+7
* Add constructor to bound_minimal_symbolTom Tromey2022-02-181-0/+8
* Add initializers to bound_minimal_symbolTom Tromey2022-02-111-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: add obj_section function to bound_minimal_symbolAndrew Burgess2021-02-111-0/+7
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess2020-01-241-5/+12
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-6/+4
* Handle copy relocationsTom Tromey2019-10-021-0/+11
* Improve some comments about msymbol handlingChristian Biesinger2019-09-301-1/+2
* Remove lookup_minimal_symbol_solib_trampolineTom Tromey2019-06-261-12/+0
* Remove minsym terminationTom Tromey2019-03-151-7/+0
* Slightly simplify minsym creationTom Tromey2019-03-151-6/+7
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_readerTom Tromey2018-12-271-4/+1
* Removing lookup_minimal_symbol_and_objfileWeimin Pan2018-05-291-5/+0
* Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)Pedro Alves2018-04-261-3/+23
* Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves2018-04-261-1/+1
* Remove some cleanups from search_minsyms_for_nameTom Tromey2018-04-051-8/+5
* aarch64: Make "info address" resolve TLS variablesWeimin Pan2018-03-231-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves2017-11-291-3/+8
* Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves2017-11-251-1/+1
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-1/+1
* Introduce OP_VAR_MSYM_VALUEPedro Alves2017-09-041-0/+9
* Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves2017-08-211-0/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change minimal_symbol_reader::record_full to take a boolTom Tromey2016-10-211-7/+7
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-54/+66
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-211-2/+4
* Introduce minimal_symbol_readerTom Tromey2016-10-211-19/+24
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* fix incorrect comments in minsyms.hTom Tromey2014-06-161-2/+2
* change minsyms not to be relocated at read-timeTom Tromey2014-02-261-6/+0
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-14/+15
* introduce minimal_symbol_upper_boundTom Tromey2014-02-261-0/+8
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove msymbol_objfileTom Tromey2013-08-051-8/+5
* * coffread.c (record_minimal_symbol): Update.Tom Tromey2013-04-081-5/+1
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-9/+23
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.Tom Tromey2012-12-181-6/+0
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* * minsyms.h: Rearrange. Document header and all functions.Tom Tromey2011-12-221-27/+171
* * symtab.h: Include minsyms.h.Tom Tromey2011-12-211-0/+107