Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-03-07 | * breakpoint.c (catch_syscall_split_args): Use skip_spaces. | Keith Seitz | 1 | -2/+2 |
2013-01-21 | * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI. | Tom Tromey | 1 | -23/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-18 | * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static. | Tom Tromey | 1 | -2/+4 |
2012-09-11 | Name of symbol missing when printing global variable's address | Joel Brobecker | 1 | -1/+3 |
2012-09-11 | install_minimal_symbols: use memset instead of setting each field. | Joel Brobecker | 1 | -7/+1 |
2012-06-26 | * NEWS: Mention new options "set debug dwarf2-read" and | Doug Evans | 1 | -0/+7 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -2/+2 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-12-22 | * minsyms.h: Rearrange. Document header and all functions. | Tom Tromey | 1 | -43/+20 |
2011-12-21 | * symtab.h: Include minsyms.h. | Tom Tromey | 1 | -0/+21 |
2011-12-19 | * symtab.h (add_minsym_to_hash_table): Don't declare. | Tom Tromey | 1 | -1/+1 |
2011-12-06 | the "ambiguous linespec" series | Tom Tromey | 1 | -0/+40 |
2011-07-05 | gdb/ | Thiago Jung Bauermann | 1 | -1/+1 |
2011-04-27 | gdb/doc/ | Jan Kratochvil | 1 | -2/+7 |