Age | Commit message (Expand) | Author | Files | Lines |
2019-03-15 | Change minimal_symbol inheritance | Tom Tromey | 1 | -3/+3 |
2019-03-15 | Use memcpy in minimal_symbol_reader::install | Tom Tromey | 1 | -3/+3 |
2019-03-15 | Allocate minimal symbols with malloc | Tom Tromey | 1 | -13/+12 |
2019-03-15 | Remove minsym termination | Tom Tromey | 1 | -37/+3 |
2019-03-15 | Remove some unneeded initializations in minimal_symbol_reader | Tom Tromey | 1 | -10/+0 |
2019-03-15 | Use bitset for demangled_hash_languages | Tom Tromey | 1 | -7/+11 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Make minimal symbol range adapter a method on objfile | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS | Tom Tromey | 1 | -19/+21 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-21 | Add debug output for recorded minsyms | Simon Marchi | 1 | -0/+31 |
2018-11-09 | Fix unsigned overflow in minsyms reader. | John Baldwin | 1 | -2/+3 |
2018-06-19 | Silence -Wmaybe-uninitialized warning in minsyms.c:lookup_minimal_symbol_by_p... | Pedro Alves | 1 | -13/+22 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -2/+3 |
2018-05-29 | Removing lookup_minimal_symbol_and_objfile | Weimin Pan | 1 | -18/+0 |
2018-05-20 | Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible | Simon Marchi | 1 | -4/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-04-26 | For PPC64/ELFv1: Introduce mst_data_gnu_ifunc | Pedro Alves | 1 | -14/+9 |
2018-04-26 | Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer) | Pedro Alves | 1 | -46/+31 |
2018-04-26 | Calling ifunc functions when resolver has debug info, user symbol same name | Pedro Alves | 1 | -3/+5 |
2018-04-05 | Remove some cleanups from search_minsyms_for_name | Tom Tromey | 1 | -8/+5 |
2018-03-23 | aarch64: Make "info address" resolve TLS variables | Weimin Pan | 1 | -14/+3 |
2018-01-10 | language_get_symbol_name_matcher -> get_symbol_name_matcher | Pedro Alves | 1 | -3/+3 |
2018-01-10 | Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670) | Pedro Alves | 1 | -1/+20 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+0 |
2017-11-29 | Fix setting-breakpoints regression on PPC64 (function descriptors) | Pedro Alves | 1 | -8/+26 |
2017-11-25 | Use TOLOWER in SYMBOL_HASH_NEXT | Pedro Alves | 1 | -0/+1 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -139/+230 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-08-21 | Handle function aliases better (PR gdb/19487, errno printing) | Pedro Alves | 1 | -0/+17 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -11/+6 |
2016-10-21 | Change minimal_symbol_reader::record_full to take a bool | Tom Tromey | 1 | -5/+4 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -67/+39 |
2016-10-21 | Change minimal_symbol_reader to store objfile | Tom Tromey | 1 | -17/+18 |
2016-10-21 | Introduce minimal_symbol_reader | Tom Tromey | 1 | -34/+22 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-23 | minsyms.c: Scan backwards over all zero sized symbols. | Kevin Buettner | 1 | -3/+3 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -10/+10 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-17 | New parameter "debug symbol-lookup". | Doug Evans | 1 | -2/+39 |
2014-11-05 | Use obstack_blank_fast to shrink obstacks | Alan Modra | 1 | -1/+1 |
2014-09-11 | Introduce common/symbol.h | Gary Benson | 1 | -0/+16 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-26 | add short-circuit logic to elfread.c | Tom Tromey | 1 | -2/+4 |
2014-02-26 | move minimal symbols to per-bfd | Tom Tromey | 1 | -39/+49 |