aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-09-23Removed unused declarationTom Tromey1-0/+4
2017-09-22Change type of scoped_input_handler::m_quit_handlerTom Tromey1-0/+6
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior1-0/+10
2017-09-22Import "glob" and "getcwd" modules from gnulibSergio Durigan Junior1-0/+114
2017-09-22Fix sometimes-uninitialized warning in gdbscm_value_addressSimon Marchi1-0/+5
2017-09-22Fix gdb 8.1 Solaris compilationRainer Orth1-0/+13
2017-09-21Add thread_handle_to_thread_info support for remote targetsKevin Buettner1-0/+18
2017-09-21Add `thread_from_thread_handle' method to (Python) gdb.InferiorKevin Buettner1-0/+7
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner1-0/+12
2017-09-21linux-waitpid: Get rid of format string warningSimon Marchi1-0/+4
2017-09-21microblaze-tdep: Add ATTRIBUTE_PRINTF to microblaze_debugSimon Marchi1-0/+4
2017-09-21Fix aarch64-freebsd build failureYao Qi1-0/+5
2017-09-20Change counted_command_line to a shared_ptrTom Tromey1-0/+16
2017-09-20Use function_view in a couple of places in breakpoint.cTom Tromey1-0/+19
2017-09-20Allocate bpstats with newTom Tromey1-0/+10
2017-09-21eval.c:evaluate_subexp_standard: Use RAII to avoid leaksPedro Alves1-0/+7
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-0/+71
2017-09-20Overload catch_command_errorsTom Tromey1-0/+6
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves1-0/+9
2017-09-20Fix "list ambiguous_variable"Pedro Alves1-0/+5
2017-09-20[OBV] amd64-features-makefile: add missing backslash.Walfred Tedeschi1-0/+5
2017-09-20add ChangeLog from previous commitWalfred Tedeschi1-0/+6
2017-09-19Add a 'starti' command.John Baldwin1-0/+13
2017-09-19Remove one explicit rule for monitor.oYao Qi1-0/+4
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-0/+24
2017-09-18dwarf2expr: Remove unused abort_expression label in execute_stack_opSimon Marchi1-0/+5
2017-09-16Make xml_escape_text return an std::stringSimon Marchi1-0/+12
2017-09-16Add unit test for xml_escape_textSimon Marchi1-0/+6
2017-09-16Add selftests run filteringSimon Marchi1-0/+57
2017-09-16mi_load_progress: Restore current_uiout using a scoped_restoreSimon Marchi1-0/+5
2017-09-16mi_load_progress: Use unique_ptr to manage ui_out lifetimeSimon Marchi1-0/+5
2017-09-15Sync libiberty/ & include/ with GCCPedro Alves1-0/+5
2017-09-15dwarf2read: Replace copy_string usages with savestringSimon Marchi1-0/+5
2017-09-15Fix x86 build failuresYao Qi1-0/+8
2017-09-14Make dwarf_expr_context::stack an std::vectorSimon Marchi1-0/+17
2017-09-14Make dwarf_expr_context::stack_empty_p return a boolSimon Marchi1-0/+6
2017-09-14Make dwarf_stack_value::in_stack_memory a boolSimon Marchi1-0/+17
2017-09-14Make dwarf_expr_piece::pieces an std::vectorSimon Marchi1-0/+24
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi1-0/+13
2017-09-12Make collect_probes return an std::vectorSimon Marchi1-0/+16
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi1-0/+24
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey1-0/+15
2017-09-11Use std::string in d-namespace.cTom Tromey1-0/+5
2017-09-11Use std::string in ctf_startTom Tromey1-0/+4
2017-09-11Remove cleanups from find_frame_funnameTom Tromey1-0/+11
2017-09-11Remove cleanups from findcmd.cTom Tromey1-0/+8
2017-09-11Replace clear_hook_in_cleanup with scoped_restore_hook_inTom Tromey1-0/+7
2017-09-11Replace interp_set_temp with scoped_restore_interpTom Tromey1-0/+9
2017-09-11Change setup_breakpoint_reporting to return a scoped_restoreTom Tromey1-0/+10
2017-09-11Make extract_arg return a std::stringTom Tromey1-0/+17