Introduce gdb_tilde_expand
[external/binutils.git] / gdb /
2017-10-04 Sergio Durigan JuniorIntroduce gdb_tilde_expand
2017-10-03 Maciej W. Rozyckigdbarch: Remove duplicate `struct objfile' declaration
2017-10-03 Tom TromeyFix incorrect string_printf use in utils.c
2017-10-03 Tom TromeyUse std::string in info_symbol_command
2017-10-03 Tom TromeyUse std::string in gdb_safe_append_history
2017-10-03 Tom TromeyRemove make_delete_ui_cleanup
2017-10-03 Tom TromeyUse gdb::byte_vector in load_progress
2017-10-03 Tom TromeyRemove unused declarations
2017-10-03 Tom TromeyUse std::string in utils.c
2017-10-03 Tom TromeyRemove set_batch_flag_and_make_cleanup_restore_page_info
2017-10-03 Tom TromeyChange record_full_gdb_operation_disable_set not to...
2017-10-02 Tom TromeyFix &str printing in Rust
2017-10-02 Tom TromeyFix ptype of Rust slices
2017-10-02 Tom TromeyAllow indexing of &str in Rust
2017-10-02 Tom TromeyAdd missing "extern" in rust-lang.h
2017-10-02 Pedro AlvesFix GDB build with G++ 4.8
2017-10-02 Simon Marchinto & lynx x86: call init_target_desc
2017-09-30 Tom TromeyRemove free_memory_read_result_vector
2017-09-30 Tom TromeyChange captured_mi_execute_command to use scoped_restore
2017-09-30 Tom TromeyUse a std::vector for ada_exceptions_list
2017-09-30 Tom TromeyUse std::set in mi-main.c
2017-09-30 Tom TromeyUse std::string in mi-main.c
2017-09-30 Tom TromeyUse gdb::byte_vector in mi_cmd_data_write_memory_bytes
2017-09-30 Tom TromeyRemove unused declaration
2017-09-30 Tom TromeyDon't copy a string in mi_cmd_disassemble
2017-09-30 Tom TromeyRemove cleanups from mi-cmd-var.c
2017-09-30 Tom TromeyRemove cleanups from mi_cmd_break_insert_1
2017-09-30 Tom TromeyRemove make_cleanup_defer_target_commit_resume
2017-09-30 Tom TromeyRemove some unused declarations
2017-09-30 Tom TromeyRemove a cleanup from symtab.c
2017-09-30 Tom TromeyRemove cleanup from mt-tdep.c
2017-09-30 Tom TromeyRemove cleanup from xstormy16-tdep.c
2017-09-30 Tom TromeyRemove cleanup from complaints.c
2017-09-30 Tom TromeyRemove some cleanups from tracepoint.c
2017-09-30 Tom TromeyRemove cleanups from cp-support.c
2017-09-30 Tom TromeyRemove some cleanups from stack.c
2017-09-30 Tom TromeyRemove cleanup from tilegx-tdep.c
2017-09-30 Tom TromeyRemove cleanups from utils.c
2017-09-30 Tom TromeyRemove cleanup from display_gdb_prompt
2017-09-30 Tom TromeyIntroduce string_vprintf
2017-09-29 Pedro AlvesConstify unpack_varlen_hex & fix fallout
2017-09-29 Pedro Alvesgdb/remote.c: Eliminate target_buf/target_buf_size...
2017-09-29 Pedro Alvesgdbserver/libthread_db: Don't ignore memory reading...
2017-09-29 Pedro AlvesFix gdbserver regression exposed by gdb.threads/multi...
2017-09-28 Pedro AlvesMove utils-selftests.c -> gdb/unittests/
2017-09-28 Doug Evans(open_and_init_dwp_file): Protect against some segvs
2017-09-27 Ulrich WeigandComplete tdep move to convert_typed_floating
2017-09-27 Ulrich WeigandSimplify floatformat_from_type
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-27 Tom TromeyConstify find_command
2017-09-27 Tom TromeyConstify some commands in ada-tasks.c
2017-09-27 Tom TromeyConstify some commands in symtab.c
2017-09-27 Tom TromeyConstify some commands in inferior.c
2017-09-27 Tom TromeyConstify some commands in regcache.c
2017-09-27 Tom TromeyConstify some commands in printcmd.c
2017-09-27 Tom TromeyConstify some commands in breakpoint.c
2017-09-27 Tom TromeyConstify some commands in macrocmd.c
2017-09-27 Tom TromeyConstify some commands in infcmd.c
2017-09-27 Tom TromeyConstify some commands in i386-tdep.c
2017-09-27 Tom TromeyConstify add_symbol_file_from_memory_command
2017-09-27 Tom TromeyConstify demangle_command
2017-09-27 Tom TromeyConstify maintenance_info_program_spaces_command
2017-09-27 Tom TromeyConstify some commands in compile.c
2017-09-27 Tom TromeyConstify maintenance_print_reggroups
2017-09-27 Tom TromeyConstify save_gdb_index_command
2017-09-27 Tom TromeyConstify info_probes_stap_command
2017-09-27 Tom TromeyConstify unset_exec_wrapper_command
2017-09-27 Tom TromeyConstify some commands in btrace.c
2017-09-27 Tom TromeyConstify delete_bookmark_command
2017-09-27 Tom TromeyConstify some commands in remote.c
2017-09-27 Tom TromeyConstify some commands in mips-tdep.c
2017-09-27 Tom TromeyConstify cd_command
2017-09-27 Tom TromeyConstify some commands in thread.c
2017-09-27 Tom TromeyConstify some commands in probes.c
2017-09-27 Tom TromeyConstify some commands in exec.c, plus symbol_file_command
2017-09-27 Tom TromeyConstify some commands in remote-fileio.c
2017-09-27 Tom TromeyConstify some commands in tracepoint.c
2017-09-27 Tom TromeyConstify some commands in ax-gdb.c
2017-09-27 Tom TromeyConstify some linespec functions
2017-09-27 Tom TromeyConstify some commands in record.c
2017-09-27 Tom TromeyConstify some commands in source.c
2017-09-27 Tom TromeyConstify commands maint.c, plus maintenance_print_type
2017-09-27 Tom TromeyConstify unwind_command
2017-09-27 Tom TromeyConstify some commands in target-descriptions.c
2017-09-27 Tom TromeyConstify maintenance_print_dummy_frames
2017-09-27 Tom TromeyConstify some commands in tui.c
2017-09-27 Tom TromeyConstify tui_reg_command
2017-09-27 Tom TromeyConstify some commands in skip.c
2017-09-27 Tom TromeyConstify some commands in record-btrace.c
2017-09-27 Tom TromeyConstify some commands in symmisc.c
2017-09-27 Tom TromeyConstify new_ui_command
2017-09-27 Tom TromeyConstify some commands in symfile.c
2017-09-27 Tom TromeyConstify some commands in spu-tdep.c
2017-09-27 Tom TromeyConstify some commands in cli-logging.c
2017-09-27 Tom TromeyConstify user_defined_command
2017-09-27 Tom TromeyConstify commands in cli-dump.c
2017-09-27 Tom TromeyConstify some commands in cli-cmds.c
2017-09-27 Tom TromeyConstify maintenance_print_target_stack
2017-09-27 Tom TromeyConstify interpreter_exec_cmd
2017-09-27 Tom TromeyConstify cmd_record_full_restore
next