Age | Commit message (Expand) | Author | Files | Lines |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 28 | -235/+334 |
2016-11-08 | Use get_frame_register_value instead of deprecated_frame_register_read | Yao Qi | 3 | -11/+21 |
2016-11-08 | Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info | Pedro Alves | 5 | -43/+46 |
2016-11-08 | 'struct agent_expr *' -> unique_ptr<agent_expr> | Pedro Alves | 10 | -254/+194 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 31 | -614/+607 |
2016-11-08 | Use ui_file_as_string in gdb/language.c | Pedro Alves | 2 | -5/+7 |
2016-11-08 | Use ui_file_as_string in gdb/rust-lang.c | Pedro Alves | 2 | -37/+28 |
2016-11-08 | Use ui_file_as_string in gdb/infrun.c | Pedro Alves | 2 | -4/+7 |
2016-11-08 | Use ui_file_as_string in gdb/ada-lang.c | Pedro Alves | 2 | -25/+13 |
2016-11-08 | Use ui_file_as_string in gdbarch.sh/gdbarch.c | Pedro Alves | 3 | -10/+12 |
2016-11-08 | Use ui_file_as_string in gdb/c-exp.y | Pedro Alves | 2 | -6/+8 |
2016-11-08 | Use ui_file_as_string in gdb/compile/ | Pedro Alves | 8 | -86/+122 |
2016-11-08 | Use ui_file_as_string in gdb/cli/cli-setshow.c | Pedro Alves | 2 | -4/+8 |
2016-11-08 | Use ui_file_as_string in gdb/remote.c | Pedro Alves | 2 | -38/+22 |
2016-11-08 | Use ui_file_as_string in gdb/python/ | Pedro Alves | 7 | -31/+30 |
2016-11-08 | Use ui_file_as_string in gdb/printcmd.c | Pedro Alves | 2 | -4/+7 |
2016-11-08 | Use ui_file_as_string in gdb/top.c | Pedro Alves | 2 | -6/+7 |
2016-11-08 | Use ui_file_as_string in execute_command_to_string | Pedro Alves | 5 | -29/+26 |
2016-11-08 | Use ui_file_as_string in gdb/guile/ | Pedro Alves | 6 | -52/+40 |
2016-11-08 | Use ui_file_as_string in gdb/arm-tdep.c | Pedro Alves | 2 | -3/+8 |
2016-11-08 | Use ui_file_as_string in gdb/utils.c | Pedro Alves | 2 | -3/+6 |
2016-11-08 | Use ui_file_as_string in gdb/ui-out.c | Pedro Alves | 2 | -6/+7 |
2016-11-08 | Use ui_file_as_string in gdb/ada-valprint.c | Pedro Alves | 2 | -26/+32 |
2016-11-08 | Use ui_file_as_string in gdb/xtensa-tdep.c | Pedro Alves | 2 | -6/+8 |
2016-11-08 | Use ui_file_as_string in dwarf2_compute_name | Pedro Alves | 2 | -8/+10 |
2016-11-08 | Clean up tracepoint.h/c:collection_list | Pedro Alves | 4 | -261/+300 |
2016-11-08 | Introduce ui_file_as_string | Pedro Alves | 3 | -0/+35 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 23 | -309/+257 |
2016-11-08 | cli-script.c: Simplify using std::string, eliminate cleanups | Pedro Alves | 2 | -76/+41 |
2016-11-08 | breakpoint.c:commands_command_1 constification and cleanup | Pedro Alves | 3 | -26/+28 |
2016-11-08 | cli/cli-script.c: Remove some dead NULL checks | Pedro Alves | 2 | -11/+6 |
2016-11-08 | Introduce string_printf | Pedro Alves | 5 | -1/+98 |
2016-11-08 | Fix heap-buffer-overflow error detected by address sanitization on a fuzzed b... | Nick Clifton | 2 | -4/+10 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 26 | -173/+225 |
2016-11-08 | Clear addr bit in next_pcs vector | Yao Qi | 3 | -2/+15 |
2016-11-08 | Remove arm_insert_single_step_breakpoint | Yao Qi | 4 | -18/+20 |
2016-11-08 | Fix PR breakpoints/20739: Badly formatted adress string in error message | Cordian A. Daniluk | 2 | -1/+7 |
2016-11-08 | Fix bfd/dwarf2.c build breakage | Pedro Alves | 2 | -1/+6 |
2016-11-08 | Greatly improve the speed if looking up DWARF line number information. | Igor Tsimbalist | 2 | -82/+317 |
2016-11-08 | Fix indentation | Yao Qi | 2 | -3/+7 |
2016-11-08 | Check for truncated registers in process_g_packet | Lionel Flandrin | 2 | -3/+22 |
2016-11-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-11-07 | X86: Properly handle bad FPU opcode | H.J. Lu | 6 | -18/+60 |
2016-11-07 | Fix ext lang calls to value_struct_elt. | Doug Evans | 3 | -2/+9 |
2016-11-07 | i386-tdep.c (i386_gdbarch_init): Add comments. | Doug Evans | 2 | -2/+10 |
2016-11-07 | python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate. | Doug Evans | 2 | -3/+5 |
2016-11-07 | configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o. | Doug Evans | 2 | -3/+10 |
2016-11-07 | Sync config.sub,config.guess with upstream. | Doug Evans | 3 | -16/+38 |
2016-11-07 | Add missing '$' in configure.ac. | Loïc Yhuel | 3 | -2/+7 |
2016-11-07 | Fix infinite loop when processing rpath tokens. | Nick Clifton | 3 | -27/+67 |