Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb /
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-08  Tom TromeyRemove make_cleanup_restore_current_thread from gdbserver
2018-02-08  Tom TromeyRemove a cleanup from gdbserver
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  Jan Kratochvilppc64: Fix stwux encoding
2018-02-05  Antoine TremblayRemove myself as a write-after-approval GDB maintainer.
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-03  Andrew Burgessgdb/testsuite: Remove use of dejagnu cleanup proc
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-02-01  Yao QiFix gdb.base/attach.exp fails when gdb is configured...
2018-01-31  Nikola PricaFix for prologue processing on PowerPC
2018-01-31  Pedro Alvesgdb: Fix remote-sim/MinGW/Darwin builds
2018-01-31  Pedro Alvesgdb: Fix remote-sim/MinGW/Darwin builds
2018-01-31  Xavier Roirand(Ada) Add gdb-mi support for stopping at start of excep...
2018-01-31  Xavier Roirand(Ada) C++fy conditional string when catching exception.
2018-01-31  Xavier Roirand(Ada/MI) Add testcase for mi catch assert with condition
2018-01-31  Xavier Roirand(Ada) Add testcase for catch assert with condition
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-30  Joel Brobeckergdb.base/break.exp: fix last "info break" test failure...
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: Clean up s390-linux-tdep.c
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-21  Andrew Burgessgdb: Add test for some error cases of @entry usage
2018-01-19  Tom TromeyFix qualified name lookup for Rust
2018-01-19  Andreas ArnezS390: Fix infcalls in s390-vregs test case
2018-01-19  James Clarkegdb: Add missing #ifdef USE_THREAD_DB to gdbserver
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  Andreas ArnezS390: Improve comments for s390-tdbregs test case
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-19  Ruslan KabatsayevMake tests expect [ \t]+ pattern instead of \t for...
2018-01-18  Andreas ArnezGDB testsuite: Re-enable -fdiagnostics-color=never
2018-01-18  Andreas ArnezS390: Use soft float in s390-tdbregs test case
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
next
This page took 0.043999 seconds and 7 git commands to generate.