Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-02-26 | change minsyms not to be relocated at read-time | Tom Tromey | 1 | -10/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -27/+53 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -35/+25 |
2014-02-26 | make MSYMBOL_VALUE_ADDRESS an rvalue | Tom Tromey | 1 | -1/+1 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -57/+58 |
2014-02-26 | introduce minimal_symbol_upper_bound | Tom Tromey | 1 | -0/+45 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-06 | remove unnecessary declaration | Tom Tromey | 1 | -2/+0 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -1/+1 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -40/+45 |
2013-04-08 | PR symtab/8424: | Tom Tromey | 1 | -5/+5 |
2013-04-08 | * coffread.c (record_minimal_symbol): Update. | Tom Tromey | 1 | -16/+3 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -17/+40 |
2013-04-08 | * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'. | Tom Tromey | 1 | -2/+2 |