aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner1-0/+28
2016-11-16Distinguish sentinel frame from null frame.Kevin Buettner1-0/+23
2016-11-15gdb: update gnulib to pull in C++ namespace support fixesPedro Alves1-0/+15
2016-11-15Delete gdb::unique_ptr/gdb::movePedro Alves1-0/+7
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-0/+20
2016-11-14btrace: read entire aux bufferMarkus Metzger1-0/+5
2016-11-12Remove some cleanups from the rust codeTom Tromey1-0/+8
2016-11-12Use std::string in rust_get_disr_infoTom Tromey1-0/+5
2016-11-11Don't handle unavailable/optimized-out in spu_software_single_stepYao Qi1-0/+6
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi1-0/+20
2016-11-11Remove parameter valaddr from c print functionsYao Qi1-0/+8
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-0/+43
2016-11-09Fix formattting of gdb/ChangeLog and gdb/testsuite/ChangeLog entiesPedro Alves1-12/+12
2016-11-09agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves1-0/+17
2016-11-09gdb: Use vector::emplace_backPedro Alves1-0/+6
2016-11-09tui-winsource: Remove failed-allocation logicAndreas Arnez1-0/+5
2016-11-09tui-winsource: Allocate for actual lines onlyAndreas Arnez1-0/+5
2016-11-09tui-disasm: Fix line buffer size calculationAndreas Arnez1-0/+5
2016-11-09tui-disasm: Fix window content buffer overrunAndreas Arnez1-0/+5
2016-11-09darwin-nat.c: handle Darwin 16 (aka Sierra).Tristan Gingold1-0/+24
2016-11-08Fix some error-handling bugs in python frame filtersTom Tromey1-0/+5
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