Use enum flags for flags passed to openp
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2018-02-13  Simon MarchiUse enum flags for flags passed to openp
2018-02-13  Simon MarchiFix prefix of maint set/show per-command
2018-02-12  Andrew Burgessgdb: Remove cleanup from dw2_do_instantiate_symtab
2018-02-09  Tom TromeyDon't reference past the end of the vector
2018-02-09  Markus Metzgerbtrace: reword error messages
2018-02-09  Markus Metzgerbtrace: check perf_event_paranoid
2018-02-09  Markus Metzgerbtrace: improve enable error messages
2018-02-09  Markus Metzgerbtrace, gdbserver: remove the to_supports_btrace target...
2018-02-09  Markus Metzgerbtrace, gdbserver: use exceptions to convey btrace...
2018-02-09  Markus Metzgerbtrace: prepare for throwing exceptions when enabling...
2018-02-09  Markus Metzgercommon: add scoped_mmap
2018-02-09  Markus Metzgercommon: add scoped_fd
2018-02-09  Tom TromeyUse gdb::unique_xmalloc_ptr in auto_load_section_scripts
2018-02-09  Tom TromeyUse std::string in execute_script_contents
2018-02-09  Joel Brobeckergdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1
2018-02-08  Tom TromeyRemove cleanups from solib.c
2018-02-08  Tom TromeyUse unique_xmalloc_ptr in build_id_to_debug_bfd
2018-02-08  Tom TromeyUse gdb::def_vector in find_source_lines
2018-02-08  Tom TromeyRemove cleanups from macro_define_command
2018-02-08  Tom TromeyUse std::string in maybe_expand
2018-02-08  Tom TromeyClass-ify macro_buffer
2018-02-08  Tom TromeyReturn unique_xmalloc_ptr from macro scope functions
2018-02-07  Simon MarchiFix type of values representing optimized out static...
2018-02-06  Yao QiRemove some $ARCH_read_pc and $ARCH_write_pc
2018-02-06  Yao QiTreat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALL
2018-02-06  Yao QiFix up one ChangeLog entry date
2018-02-05  Alan HaywardUse visitors for make_gdb_type
2018-02-05  Ruslan KabatsayevAlign natural-format register values to the same column
2018-02-05  Joel BrobeckerMove comment in gdb/dwarf2read.c::dwarf2_physname
2018-02-02  Leszek Swirski via... MI: Allow non-raw varobj evaluation
2018-02-02  Leszek SwirskiDo not classify C struct members as a filename
2018-02-01  Yao QiRewrite arm_record_coproc_data_proc and arm_record_data...
2018-02-01  Yao Qiset ret signed in arm_record_extension_space
2018-01-31  Nikola PricaFix for prologue processing on PowerPC
2018-01-31  Pedro Alvesgdb: Fix remote-sim/MinGW/Darwin builds
2018-01-31  Joel Brobeckerinternal-error using '@' (repeat) operator on array...
2018-01-31  Joel BrobeckerDocument the GDB 8.1 release in gdb/ChangeLog
2018-01-30  Philipp Rudos390: Fix gdb.base/all-architectures.exp with --enable...
2018-01-30  Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-30  Pedro Alveslinux-nat: Eliminate custom target_terminal_{inferior...
2018-01-29  Sergio Durigan JuniorDon't call "detach_inferior" on "remote_follow_fork"
2018-01-28  Simon MarchiRemove dwarf2_per_objfile_free and use after free of...
2018-01-27  Eli ZaretskiiAvoid compilation errors in MinGW native builds of GDB
2018-01-26  Alan HaywardAdd myself as a write-after-approval GDB maintainer.
2018-01-26  Alan HaywardAdd myself as a write-after-approval GDB maintainer.
2018-01-26  Alan ModraPowerPC PLT stub matching
2018-01-24  Pedro AlvesFix GCC PR83906 - [8 Regression] Random FAIL: libstdc...
2018-01-23  Philipp Rudos390: Move record-replay to s390-tdep.c
2018-01-23  Philipp Rudos390: Split up s390-linux-tdep.c into two files
2018-01-23  Philipp Rudos390: gdbarch_tdep add hook for syscall record
2018-01-23  Philipp Rudos390: Hook s390 into OSABI mechanism
2018-01-23  Philipp Rudos390: if -> gdb_assert for tdesc_has_registers check
2018-01-23  Philipp Rudos390: Move tdesc validation to separate function
2018-01-23  Philipp Rudos390: gdbarch_tdep add field tdesc
2018-01-23  Philipp Rudos390: gdbarch_tdep.have_* int -> bool
2018-01-23  Philipp Rudos390: Allocate gdbarch & tdep at start of gdbarch_init
2018-01-23  Philipp Rudos390: Remove duplicate checks for cached gdbarch at...
2018-01-22  Pedro AlvesFix segfault with 'set print object on' + 'whatis ...
2018-01-22  Maciej W. RozyckiMAINTAINERS: Update my company e-mail address
2018-01-22  Yao Qiregcache::cooked_write test
2018-01-22  Yao Qiregcache_cooked_read -> regcache->cooked_read
2018-01-22  Yao QiReplace regcache_raw_read with regcache->raw_read
2018-01-22  Yao QiRemove mt port
2018-01-22  Yao QiDon't call gdbarch_pseudo_register_read_value in jit.c
2018-01-22  Joel BrobeckerAda/DWARF: Assume the Ada compiler produces descriptive...
2018-01-22  Joel Brobeckerwrong line number in breakpoint location
2018-01-21  Andrew Burgessgdb: Don't store a thread-id for floating varobj
2018-01-21  Andrew Burgessgdb: Remove out of date comment
2018-01-21  Andrew Burgessgdb: PR mi/20395: Fix -var-update for registers in...
2018-01-21  Andrew Burgessgdb: New API for tracking innermost block
2018-01-21  Andrew Burgessgdb: Remove duplicate declaration of global innermost_block
2018-01-19  Tom TromeyFix qualified name lookup for Rust
2018-01-19  James Clarkegdb: Fix ia64 defining TRAP_HWBKPT before including...
2018-01-19  Simon MarchiMake linux_nat_detach/thread_db_detach use the inferior...
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-19  Yao QiDon't pass -m32 to libcc1 on arm-linux
2018-01-19  Yao QiFind arm-linux-gnueabi(hf)?-gcc in compile
2018-01-18  Yao QiMake abbrev_table::abbrevs private
2018-01-18  Yao QiCall cooked_read in ppu2spu_prev_register
2018-01-17  Sergio Durigan JuniorFix warning on gdb/compile/compile.c (C++-ify "triplet_rx")
2018-01-17  Tom TromeyRemove symbolp typedef
2018-01-17  Tom TromeyRemove objfile argument from add_dyn_prop
2018-01-17  Tom TromeyChange dwarf2_cu::method_info to be a std::vector
2018-01-17  Simon MarchiAllocate dwarf2_cu with new
2018-01-17  Tom TromeyAllocate abbrev_table with new
2018-01-17  Tom TromeyUnify new_symbol and new_symbol_full
2018-01-17  Simon MarchiFix ChangeLog dates of previous commit
2018-01-17  Mike GulickFix gdb segv when objfile can't be opened
2018-01-17  Simon MarchiMake linux_ptrace_attach_fail_reason return an std...
2018-01-17  Simon Marchilinux-nat: Remove unnecessary xstrdup
2018-01-17  Eldar Abusalimovconfigure: Fix test for fs_base/gs_base in <sys/user.h>
2018-01-17  Yao QiDon't pass -m64 to libcc1 on aarch64-linux.
2018-01-15  Pedro Alvesgdb/common/signals-state-save-restore.c: Fix typos
2018-01-12  Sergio Durigan JuniorInstall and generate docs for gdb-add-index
2018-01-12  John BaldwinUse the correct value for the offset of 'kve_protection'.
2018-01-12  Andreas ArnezFix GDB hang with remote after error from resume
2018-01-11  Pedro Alvesgdb.base/breakpoint-in-ro-region.exp regression on...
2018-01-11  Pedro AlvesFix backwards compatibility with old GDBservers (PR...
2018-01-10  Pedro Alveslanguage_get_symbol_name_matcher -> get_symbol_name_matcher
next
This page took 0.32764 seconds and 107 git commands to generate.