summaryrefslogtreecommitdiff
path: root/gdb/minsyms.c
Commit message (Expand)AuthorAgeFilesLines
* put minsym building on one bg threadusers/cbiesinger/minsym-hash-one-threadChristian Biesinger2019-10-021-8/+29
* Demangle minsyms in parallelTom Tromey2019-10-011-10/+21
* Defer minimal symbol name-settingTom Tromey2019-09-301-1/+17
* 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
* Silence -Wmaybe-uninitialized warning in minsyms.c:lookup_minimal_symbol_by_p...Pedro Alves2018-06-191-13/+22
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-2/+3
* Removing lookup_minimal_symbol_and_objfileWeimin Pan2018-05-291-18/+0
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-4/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-14/+9
* Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)Pedro Alves2018-04-261-46/+31
* Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves2018-04-261-3/+5
* Remove some cleanups from search_minsyms_for_nameTom Tromey2018-04-051-8/+5
* aarch64: Make "info address" resolve TLS variablesWeimin Pan2018-03-231-14/+3
* language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-101-3/+3
* Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves2018-01-101-1/+20
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves2017-11-291-8/+26
* Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves2017-11-251-0/+1
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-139/+230
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves2017-08-211-0/+17
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-11/+6
* Change minimal_symbol_reader::record_full to take a boolTom Tromey2016-10-211-5/+4
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-67/+39
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-211-17/+18