Remove declaration of set_register_cache from regdef.h
[external/binutils.git] / gdb / ChangeLog
2017-06-06 Yao QiRemove declaration of set_register_cache from regdef.h
2017-06-06 Alan HaywardRemove a MAX_REGISTER_SIZE from frame.c
2017-06-06 Pedro AlvesFix double free when running gdb.linespec/ls-errs.exp...
2017-06-06 Alan HaywardRemove uses of MAX_REGISTER_SIZE from alpha-tdep.c
2017-06-06 Alan HaywardAdd IA64_MAX_FP_REGISTER_SIZE
2017-06-04 Joel BrobeckerDocument the GDB 8.0 release in gdb/ChangeLog
2017-06-03 Simon Marchix86-linux-nat: Remove unused arch_lwp_info structure
2017-06-03 Simon Marchilinux-nat: Remove unused parameter
2017-06-02 Simon MarchiUse delete instead of xfree for gdb_timer
2017-06-02 Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-06-02 Simon MarchiCreate struct type for longjmp breakpoint
2017-06-02 Simon MarchiIntroduce and use new_breakpoint_from_type
2017-05-31 Simon MarchiRename "mem" related commmands
2017-05-31 Markus Metzgerbtrace: support decoder events
2017-05-31 Markus Metzgerconfig, btrace: check for pt_insn_event in libipt
2017-05-30 Tim Wiederhakebtrace: Store function segments as objects.
2017-05-30 Tim Wiederhakebtrace: Remove bfun_s vector.
2017-05-30 Tim Wiederhakebtrace: Replace struct btrace_function::segment.
2017-05-30 Tim Wiederhakebtrace: Remove struct btrace_function::flow.
2017-05-30 Tim Wiederhakebtrace: Replace struct btrace_function::up.
2017-05-30 Tim Wiederhakebtrace: Remove struct btrace_thread_info::{begin,end}.
2017-05-30 Tim Wiederhakebtrace: Remove constant arguments.
2017-05-30 Tim Wiederhakebtrace: Use function segment index in insn iterator.
2017-05-30 Tim Wiederhakebtrace: Use function segment index in call iterator.
2017-05-30 Tim Wiederhakebtrace: Add btinfo to instruction interator.
2017-05-30 Tim Wiederhakebtrace: Transfer ownership of pointers.
2017-05-30 Tim Wiederhakebtrace: Use std::vector in struct btrace_thread_informa...
2017-05-30 Simon MarchiFix NEWS formatting in GDB 8.0 section
2017-05-26 Alan HaywardAdd regcache raw_supply_integer and raw_collect_integer.
2017-05-24 Yao QiAdd unit test to gdbarch methods register_to_value...
2017-05-24 Yao QiMove current_regcache to regcache::current_regcache
2017-05-24 Yao QiGet register contents by register_size instead of TYPE_...
2017-05-24 Yao QiRestrict i387_convert_register_p
2017-05-24 Yao QiRestrict alpha_convert_register_p
2017-05-24 Yao QiRestrict ia64_convert_register_p
2017-05-24 Yao QiRestrict m68k_convert_register_p
2017-05-24 Yao QiUse XCNEW gdbarch_tdep
2017-05-24 Yao QiClear GDB internal state after each unit test
2017-05-24 Yao QiUse disassemble.c:disassembler select rs6000 disassembler
2017-05-24 Yao QiUse disassemble.c:disassembler select rl78 disassembler
2017-05-24 Yao QiUse disassemble.c:disassembler select h8300 disassembler
2017-05-24 Yao QiDelegate opcodes to select disassembler in GDB
2017-05-23 John BaldwinUse mips_regnum instead of constants for FreeBSD/mips...
2017-05-23 John BaldwinCleanups to FreeBSD/mips native register operations.
2017-05-22 Pedro Alvesgdb: Add John Baldwin as FreeBSD Maintainer
2017-05-22 Alan HaywardAdd PPC_MAX_REGISTER_SIZE
2017-05-21 Tom TromeyPrint Rust unsized array types a bit more nicely
2017-05-20 Tom TromeyUse watchpoint's language when re-parsing expression
2017-05-19 Rainer OrthFix tui compilation with Solaris libcurses: clear defin...
2017-05-19 Rainer OrthFix tui compilation with Solaris libcurses: non-const...
2017-05-19 Vladimir Mezentsevgdb: fix TYPE_CODE_ARRAY handling in sparc targets
2017-05-17 Yao QiAdd alias command to cmd_list_element
2017-05-17 Pedro Alvesnat_extra_makefile_frag -> nat_makefile_frag
2017-05-15 Rainer OrthFix gdb procfs.c compilation on Solaris
2017-05-13 Eli ZaretskiiAvoid compiler warning in MinGW build
2017-05-12 Tom TromeyAvoid exponential behavior in rust_evaluate_subexp
2017-05-12 Tom TromeyFix rust_dump_subexp_body
2017-05-12 Tom TromeyReplace "return" with "break"
2017-05-09 Yao QiUse std::forward_list for current_regcache
2017-05-09 Yao QiAdd current_regcache unit test
2017-05-08 Alan HaywardRemove some uses of MAX_REGISTER_SIZE from mips-tdep.c
2017-05-08 Alan HaywardRemove some uses of MAX_REGISTER_SIZE from mips-linux...
2017-05-08 Alan HaywardRemove some uses of MAX_REGISTER_SIZE uses from mn10300...
2017-05-06 Sergio Durigan JuniorRearrange gdb/configure.nat to make it simpler and...
2017-05-06 Sergio Durigan JuniorIntroduce "gdb/configure.nat" (and delete "gdb/config...
2017-05-05 Tim Wiederhakebtrace: Fix memory leak in btrace_clear.
2017-05-05 Pedro Alvesgdb: Disable -Werror for -Wmaybe-uninitialized
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-05-04 Pedro Alvesmake_cleanup_restore_current_thread: Look up thread...
2017-05-04 Pedro AlvesFix get_core_register_section leak, introduce thread_se...
2017-05-04 Andreas ArnezRemove some superfluous code in corelow.c
2017-05-03 Alan HaywardRemove MAX_REGISTER_SIZE from frv-linux-tdep.c
2017-05-03 Simon Marchigdbarch.sh: Remove commented out TARGET_CHAR_BIT definition
2017-05-03 Sergio Durigan JuniorRegenerate gdb/{,gdbserver/}configure (for commit be628...
2017-05-02 Simon Marchisolib-target: Remove local variables
2017-05-02 Simon MarchiRemove definition of VEC (CORE_ADDR)
2017-05-02 Simon MarchiUse std::vector in lm_info_target
2017-05-02 Simon MarchiChange return type of gdbarch_software_single_step...
2017-05-02 Simon MarchiChange field separator in gdbarch.sh
2017-05-02 Tim WiederhakePython: Introduce gdb.Instruction class
2017-05-02 Tim WiederhakePython: Move and rename gdb.BtraceFunction
2017-05-02 Tim WiederhakePython: Move and rename gdb.BtraceInstruction
2017-05-02 Tim WiederhakePython: Introduce gdb.RecordGap class
2017-05-02 Tim WiederhakePython: Remove ptid from gdb.Record interface
2017-05-02 Tim WiederhakePython: Use correct ptid in btrace recording
2017-05-02 Tim WiederhakePython: Fix indentation in py-record-btrace.c
2017-05-01 Joel Brobeckergdb/MAINTAINERS: Move Daniel J and Mark to the Past...
2017-04-28 Yao QiRemove cleanup in get_return_value
2017-04-28 Yao QiUse tag dispatch regcache ctor in regcache_dup
2017-04-28 Yao QiSimplify regcache_dup
2017-04-28 Yao QiClass-fy regcache
2017-04-28 Simon MarchiClass-ify lm_info_windows
2017-04-28 Simon MarchiClass-ify lm_info_darwin
2017-04-28 Simon MarchiClass-ify lm_info_svr4
2017-04-28 Simon MarchiClass-ify lm_info_target
2017-04-28 Simon MarchiClass-ify lm_info_frv
2017-04-28 Simon MarchiFix indentation of lm_info_frv
2017-04-28 Simon MarchiClass-ify lm_info_dsbt
2017-04-28 Simon MarchiClass-ify lm_info_aix
2017-04-28 Simon MarchiMake various lm_info implementations inherit from a...
next