Age | Commit message (Expand) | Author | Files | Lines |
2021-04-19 | gas: drop sprint_value() | Jan Beulich | 7 | -30/+19 |
2021-04-19 | Fix compile time warning about unused functions. | Nick Clifton | 2 | -0/+8 |
2021-04-18 | sim: switch to AC_CHECK_HEADERS_ONCE | Mike Frysinger | 51 | -1698/+1580 |
2021-04-18 | sim: msp430: delete unused getopt.h probe | Mike Frysinger | 4 | -18/+5 |
2021-04-18 | sim: moxie: switch syscalls to common nltvals | Mike Frysinger | 6 | -5/+52 |
2021-04-18 | sim: sh: switch syscalls to common nltvals | Mike Frysinger | 7 | -59/+77 |
2021-04-18 | sim: rx: switch syscalls to common nltvals | Mike Frysinger | 7 | -62/+59 |
2021-04-18 | sim: m32c: switch syscalls to common nltvals | Mike Frysinger | 7 | -60/+56 |
2021-04-18 | sim: iq2000: switch syscalls to common nltvals | Mike Frysinger | 6 | -30/+56 |
2021-04-18 | sim: switch to AC_CHECK_FUNCS_ONCE & merge a little | Mike Frysinger | 66 | -799/+1675 |
2021-04-18 | sim: mn10300: delete unused func & header tests | Mike Frysinger | 5 | -52/+6 |
2021-04-18 | sim: syscall: add getpid support | Mike Frysinger | 6 | -4/+34 |
2021-04-18 | sim: d10v: fix build warnings | Mike Frysinger | 4 | -5/+17 |
2021-04-18 | sim: cr16: fix build warnings | Mike Frysinger | 4 | -4/+14 |
2021-04-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-04-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-04-17 | Handle unaligned mapping of .gdb_index | Tom Tromey | 4 | -81/+132 |
2021-04-17 | Avoid crash in write_psymtabs_to_index | Tom Tromey | 4 | -1/+39 |
2021-04-17 | Simplify quick_symbol_functions::map_matching_symbols | Tom Tromey | 8 | -84/+76 |
2021-04-17 | Remove quick_symbol_functions::expand_symtabs_with_fullname | Tom Tromey | 7 | -72/+37 |
2021-04-17 | Remove quick_symbol_functions::expand_symtabs_for_function | Tom Tromey | 7 | -176/+41 |
2021-04-17 | Remove quick_symbol_functions::map_symtabs_matching_filename | Tom Tromey | 7 | -215/+77 |
2021-04-17 | Remove quick_symbol_functions::lookup_symbol | Tom Tromey | 7 | -180/+66 |
2021-04-17 | Add 'domain' parameter to expand_symtabs_matching | Tom Tromey | 11 | -18/+66 |
2021-04-17 | Add search_flags to expand_symtabs_matching | Tom Tromey | 14 | -23/+128 |
2021-04-17 | Let expand_symtabs_matching short-circuit | Tom Tromey | 10 | -48/+114 |
2021-04-17 | Add block_search_flags | Tom Tromey | 2 | -0/+15 |
2021-04-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-04-16 | Rewrite the Rust expression parser | Tom Tromey | 7 | -2890/+2373 |
2021-04-16 | Fix syntax error in Rust test | Tom Tromey | 2 | -1/+5 |
2021-04-16 | gdb/testsuite: use -gdwarf-4 in simavr board | Simon Marchi | 2 | -0/+8 |
2021-04-16 | aarch64: Define RME system registers | Przemyslaw Wirkus | 8 | -0/+49 |
2021-04-16 | Print bfloat16 DWARF types correctly | Luis Machado | 4 | -1/+97 |
2021-04-16 | PR27567, Linking PE files adds alignment section flags to executables | Alan Modra | 7 | -16/+40 |
2021-04-16 | RISC-V: PR27436, make operand C> work the same as >. | Nelson Chu | 8 | -3/+116 |
2021-04-16 | Update the ChangeLog, and add the missing entries. | Nelson Chu | 2 | -2/+11 |
2021-04-16 | RISC-V: compress "addi d,CV,z" to "c.mv d,CV" | Lifang Xia | 3 | -9/+10 |
2021-04-16 | undefined reference to get_stat_atime | Alan Modra | 2 | -4/+10 |
2021-04-16 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-04-15 | sim erc32: Add include path for readline. | John Baldwin | 4 | -3/+21 |
2021-04-15 | sim mn10300: Fix igen generation. | John Baldwin | 3 | -2/+9 |
2021-04-15 | sim lm32: Use a known-good shell with genmloop.sh. | John Baldwin | 2 | -1/+5 |
2021-04-15 | sim frv: Add a missing return value for frvbf_check_acc_range. | John Baldwin | 2 | -1/+5 |
2021-04-15 | sim: Add SIM_EXTRA_CFLAGS after CSEARCH. | John Baldwin | 2 | -4/+9 |
2021-04-15 | gdb fbsd-nat: Use new-style debug macros | John Baldwin | 2 | -35/+28 |
2021-04-15 | gdb/testsuite: don't include paths in test names | Andrew Burgess | 2 | -1/+7 |
2021-04-15 | gdb/testsuite: use foreach_with_prefix in gdb.threads/fork-plus-threads.exp | Simon Marchi | 2 | -6/+8 |
2021-04-15 | Avoid crash in Ada value printing with optimized-out array | Tom Tromey | 4 | -2/+45 |
2021-04-15 | Use common_val_print_checked in print_variable_and_value | Tom Tromey | 2 | -1/+6 |
2021-04-15 | Use block_symbol in var_value_operation | Tom Tromey | 15 | -70/+122 |