aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-0/+84
2016-11-08Use get_frame_register_value instead of deprecated_frame_register_readYao Qi1-0/+7
2016-11-08Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves1-0/+15
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves1-0/+43
2016-11-08Use ui_file_as_string throughout morePedro Alves1-0/+128
2016-11-08Use ui_file_as_string in gdb/language.cPedro Alves1-0/+5
2016-11-08Use ui_file_as_string in gdb/rust-lang.cPedro Alves1-0/+8
2016-11-08Use ui_file_as_string in gdb/infrun.cPedro Alves1-0/+5
2016-11-08Use ui_file_as_string in gdb/ada-lang.cPedro Alves1-0/+7
2016-11-08Use ui_file_as_string in gdbarch.sh/gdbarch.cPedro Alves1-0/+6
2016-11-08Use ui_file_as_string in gdb/c-exp.yPedro Alves1-0/+5
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves1-0/+21
2016-11-08Use ui_file_as_string in gdb/cli/cli-setshow.cPedro Alves1-0/+5
2016-11-08Use ui_file_as_string in gdb/remote.cPedro Alves1-0/+6
2016-11-08Use ui_file_as_string in gdb/python/Pedro Alves1-0/+11
2016-11-08Use ui_file_as_string in gdb/printcmd.cPedro Alves1-0/+5
2016-11-08Use ui_file_as_string in gdb/top.cPedro Alves1-0/+4
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves1-0/+11
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves1-0/+14
2016-11-08Use ui_file_as_string in gdb/arm-tdep.cPedro Alves1-0/+5
2016-11-08Use ui_file_as_string in gdb/utils.cPedro Alves1-0/+4
2016-11-08Use ui_file_as_string in gdb/ui-out.cPedro Alves1-0/+4
2016-11-08Use ui_file_as_string in gdb/ada-valprint.cPedro Alves1-0/+5
2016-11-08Use ui_file_as_string in gdb/xtensa-tdep.cPedro Alves1-0/+5
2016-11-08Use ui_file_as_string in dwarf2_compute_namePedro Alves1-0/+5
2016-11-08Clean up tracepoint.h/c:collection_listPedro Alves1-0/+64
2016-11-08Introduce ui_file_as_stringPedro Alves1-0/+7
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-0/+84
2016-11-08cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves1-0/+8
2016-11-08breakpoint.c:commands_command_1 constification and cleanupPedro Alves1-0/+10
2016-11-08cli/cli-script.c: Remove some dead NULL checksPedro Alves1-0/+6
2016-11-08Introduce string_printfPedro Alves1-0/+8
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-0/+41
2016-11-08Clear addr bit in next_pcs vectorYao Qi1-0/+7
2016-11-08Remove arm_insert_single_step_breakpointYao Qi1-0/+12
2016-11-08Fix PR breakpoints/20739: Badly formatted adress string in error messageCordian A. Daniluk1-0/+6
2016-11-08Fix indentationYao Qi1-0/+4
2016-11-08Check for truncated registers in process_g_packetLionel Flandrin1-0/+5
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans1-0/+5
2016-11-07i386-tdep.c (i386_gdbarch_init): Add comments.Doug Evans1-0/+4
2016-11-07python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans1-0/+4
2016-11-07configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.Doug Evans1-0/+4
2016-11-04Fix a few typosSimon Marchi1-0/+11
2016-11-03Add support for the sizeof function in RustManish Goregaokar1-0/+4
2016-11-03Add support for untagged unions in RustManish Goregaokar1-0/+8
2016-11-03Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar1-0/+8
2016-11-03Replace YY_NULL with YY_NULLPTR in LANG-exp.cYao Qi1-0/+4
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-0/+157
2016-11-03Remove arm_override_modeYao Qi1-0/+6
2016-11-03Determine the kind of single step breakpointYao Qi1-0/+16