aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-02-02Fix "-gdb-set logging redirect on" crashPedro Alves1-0/+12
2017-02-02Tweak pretty_print_disassembler's intro commentPedro Alves1-0/+4
2017-02-02Reuse buffers across gdb_pretty_print_insn callsPedro Alves1-0/+13
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-0/+291
2017-02-02Add back gdb_pretty_print_insnPedro Alves1-0/+17
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi1-0/+8
2017-02-01Big-endian targets: Don't ignore offset into DW_OP_implicit_valueAndreas Arnez1-0/+7
2017-02-01btrace: allow recording to be started (and stopped) for running threadsMarkus Metzger1-0/+8
2017-02-01thread: add can_access_registers_ptidMarkus Metzger1-0/+5
2017-02-01[ob/pushed] Use gdb_insn_length instead of creating dummy streamPedro Alves1-0/+4
2017-01-31gdb/mi/mi-interp.c: Fix typosPedro Alves1-0/+5
2017-01-31gdb/stack.c: Remove unused mem_fileopenPedro Alves1-0/+5
2017-01-31gdb/varobj.c: Fix leakPedro Alves1-0/+4
2017-01-31gdb: make_scoped_restore and types convertible to TPedro Alves1-0/+7
2017-01-27amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi1-0/+50
2017-01-27amd64: simplify addition of new general registers.Walfred Tedeschi1-0/+5
2017-01-27amd64: remove additional comparison for validity of a register number.Walfred Tedeschi1-0/+5
2017-01-27Fix PTRACE_GETREGSET failure for compat inferiors on arm64Kees Cook1-0/+7
2017-01-26Big-endian hosts: Fix "set architecture cris"Andreas Arnez1-0/+5
2017-01-26Fix crash when loading a core with unexpected register section sizeAntoine Tremblay1-0/+5
2017-01-26Don't throw exception in dis_asm_memory_errorYao Qi1-0/+10
2017-01-26Disassembly unit test: memory errorYao Qi1-0/+5
2017-01-26Disassembly unit test: disassemble one instructionYao Qi1-0/+9
2017-01-26Call print_insn_mep in mep_gdb_print_insnYao Qi1-0/+6
2017-01-26Refactor disassembly codeYao Qi1-0/+39
2017-01-26New function null_streamYao Qi1-0/+7
2017-01-23Minor simplification of (Python) find_thread_objectSimon Marchi1-0/+5
2017-01-21Document the GDB 7.12.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-01-20Fix Py_DECREF being executed without holding the GILSimon Marchi1-0/+6
2017-01-20Add missing PR reference in ChangeLogSimon Marchi1-0/+1
2017-01-20Fix python-interactive with Python 3.6Simon Marchi1-0/+7
2017-01-20Add command to erase all flash memory regionsLuis Machado1-0/+13
2017-01-20fix gdbserver build in nat/linux-ptrace.c on arm-androidJoel Brobecker1-0/+5
2017-01-18Allocate data in cached_reg_tAlan Hayward1-0/+7
2017-01-18Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward1-0/+9
2017-01-16gdb: sparc: split real and pseudo registers.Ivo Raisr1-0/+25
2017-01-13Don't print too much if remote_debug is onYao Qi1-0/+7
2017-01-13'make check-headers' for c++ headerYao Qi1-0/+5
2017-01-12Update comment in remote_can_async_pSimon Marchi1-0/+4
2017-01-12Update comment in linux_nat_can_async_pSimon Marchi1-0/+4
2017-01-12Remove dead serial_interface_lookup callsSimon Marchi1-0/+4
2017-01-11Fix typo in lookup_cmd_1 commentSimon Marchi1-0/+4
2017-01-10Add constructor and destructor to demangle_parse_infoTom Tromey1-0/+23
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey1-0/+9
2017-01-10Use scoped_value_mark in dwarf2_evaluate_loc_desc_fullTom Tromey1-0/+8
2017-01-10Add scoped_value_markTom Tromey1-0/+12
2017-01-10Remove make_cleanup_discard_psymtabsTom Tromey1-0/+8
2017-01-10Introduce and use gdb::unlinkerTom Tromey1-0/+11
2017-01-10Use class to manage BFD reference countsTom Tromey1-0/+73
2017-01-10Add gdb_ref_ptr.hTom Tromey1-0/+6