Automatic date update in version.in
[external/binutils.git] / gdb /
2018-12-12 Stafford Hornegdb: Update NEWS for OpenRISC Linux support
2018-12-12 Philippe WaroquiersOBVIOUS: Forward declare linux_xfer_osdata_info_os_type...
2018-12-12 Andrew Burgessgdb: Update test pattern to deal with native-extended...
2018-12-12 Andrew Burgessgdb/infcall: Make infcall_suspend_state into a class
2018-12-12 Andrew Burgessgdb/riscv: Handle passing variadic floating point arguments
2018-12-11 Philippe WaroquiersFix leaks in all the linux osdata annex transfers ...
2018-12-11 Philippe WaroquiersFix the date in the ChangeLog
2018-12-11 Philippe WaroquiersPATCH/OBVIOUS Remove various trailing spaces in linux...
2018-12-11 Andrew Burgessgdb/riscv: Update test to handle targets without an fpu
2018-12-10 Andrew Burgessgdb/riscv: Remove whitespace before #include line
2018-12-09 Philippe WaroquiersFix tid-reuse sometimes blocks for a very long (infinit...
2018-12-09 Simon MarchiLook for tgetent in libtinfow
2018-12-08 Philippe WaroquiersFix leak by using td_ta_delete() to deregister target...
2018-12-08 Pedro AlvesMerge forward-search/reverse-search, use gdb::def_vecto...
2018-12-07 Andrew Burgessgdb/emacs/dir-locals: Update settings for c++-mode
2018-12-07 Stafford Hornegdb/or1k: Add linux debugging support
2018-12-07 Pedro AlvesFix gdb build on 32-bit hosts w/ --enable-64-bit-bfd
2018-12-07 Philippe WaroquiersFix a (one shot small) leak in language.c
2018-12-05 John BaldwinUse separate sed expressions to escape auto-load direct...
2018-12-05 Andrew Burgessgdb/riscv: Improve logic for when h/w float abi should...
2018-12-05 Andrew Burgessgdb/testsuite/sim: Remove redundant setting of timeout
2018-12-05 Alan HaywardAArch64: Racy: Don't set empty set of hardware BPs...
2018-12-01 Tom de Vries[gdb/testsuite] Add gdb-caching-proc.exp testcase
2018-11-30 John BaldwinUse kinfo_getfile to implement fdwalk on FreeBSD.
2018-11-30 Simon MarchiFix leak in linespec parser
2018-11-30 John BaldwinUpdate the conditionals in fbsd-nat.h so they are alway...
2018-11-30 Andrew Burgessgdb/riscv: Add read_description method for riscv_linux_...
2018-11-30 Andrew Burgessgdb/riscv: Create each unique target description only...
2018-11-30 Andrew Burgessgdb/riscv: Add equality operators to riscv_gdb_features
2018-11-30 Andrew Burgessgdb/riscv: Make some target description functions constant
2018-11-30 Sergio Durigan JuniorFix dwarf2read.c:dwarf2_find_containing_comp_unit's...
2018-11-30 Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-30 Pedro AlvesConvert default_child_has_foo functions to process_stra...
2018-11-30 Pedro AlvesIntroduce process_stratum_target
2018-11-30 Pedro AlvesMove test_target_ops to a separate file
2018-11-29 Philippe WaroquiersFix leak in forward-search
2018-11-29 Rajendra SYImplement the "gdb_signal_to/from_target" gdbarch metho...
2018-11-29 Tom TromeyAvoid buffer overflow in value_x_unop
2018-11-29 Tom TromeyFix use-after-free in gdbserver
2018-11-26 Simon MarchiFix spurious semicolon in sparc-linux-nat.c
2018-11-26 Pedro AlvesFix Solaris build
2018-11-25 Sergio Durigan JuniorImplement timestamp'ed output on "make check"
2018-11-25 Tom TromeyRemove obsolete comments from field_fmt
2018-11-24 Philippe WaroquiersRe-fix leak in source.c (open_source_file).
2018-11-23 Alan Haywardgdbserver: AArch64: Remove cannot_fetch/store_register
2018-11-23 Pedro AlvesRemove declarations of is_running/is_stopped/is_exited
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-22 Pedro AlvesFix follow_exec latent problem
2018-11-22 Pedro AlvesAvoid find_thread_ptid with null_ptid
2018-11-21 Benno FünfstückMake command-repeat work after gdb.execute
2018-11-21 Andrew Burgessgdb/riscv: Add target description support
2018-11-21 Pedro Alvesvalops.c: Overload resolution code: Rename parameters...
2018-11-21 Pedro Alvesvalops.c: Some more gdb::array_view
2018-11-21 Pedro AlvesC++ify badness_vector, fix leaks
2018-11-21 Pedro AlvesEliminate make_symbol_overload_list-related globals...
2018-11-21 Pedro Alvesinvoke_xmethod & array_view
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-20 Andrew Burgessgdb: Use string_printf to format int fields instead...
2018-11-20 Andrew Burgessgdb: Respect field width and alignment for 'fmt' fields...
2018-11-20 Philippe WaroquiersNEWS: Document the language choice by 'info [types...
2018-11-20 Philippe WaroquiersDocument language choice in 'info [functions|variables...
2018-11-20 Philippe WaroquiersAdd a test to verify info [functions|variables|types...
2018-11-20 Philippe WaroquiersUse scoped_switch_to_sym_language_if_auto in symtab...
2018-11-20 Philippe WaroquiersAdd class scoped_switch_to_sym_language_if_auto.
2018-11-20 Philippe WaroquiersTest case for 'info variables|functions' with minimal...
2018-11-20 Philippe WaroquiersFix regression 'info variables' does not show minimal...
2018-11-20 Pedro AlvesFix gdb/ChangeLog formatting and date
2018-11-20 John DarringtonGDB: S12Z: new function s12z_extract_return_value
2018-11-20 Eli ZaretskiiFix previous change in filestuff.c
2018-11-20 Eli ZaretskiiAvoid "Invalid parameter passed to C runtime function...
2018-11-20 John DarringtonGDB: S12Z: Add assertion
2018-11-20 Simon MarchiRemove displaced_step_inferior_state::next
2018-11-19 Tom TromeyChange get_filename_and_charpos to return void
2018-11-19 Simon MarchiFix inaccuracies in "info skip" help
2018-11-19 Tom TromeyHandle TYPE_CODE_PTR when printing Rust types
2018-11-19 Tom TromeyFix gdb.rust/simple.rs for more recent compilers
2018-11-19 Simon MarchiUse std::forward_list for displaced_step_inferior_states
2018-11-19 John DarringtonGDB: Add ChangeLog entry inadvertently omitted from...
2018-11-19 Pedro Alvesgdb.base/warning.exp tweaks
2018-11-18 Tom TromeyFix ia64-linux-nat.c
2018-11-16 Alan HaywardAarch64: Fix segfault when casting dummy calls
2018-11-16 Alan HaywardPass return_method to _push_dummy_call
2018-11-16 Alan HaywardUse enum for return method for dummy calls
2018-11-15 Joel BrobeckerMove copy_bitwise unittests to own unittest file
2018-11-14 Joel Brobeckerdelete ada-lang.c::move_bits, sharing and re-using...
2018-11-14 Jim WilsonRISC-V: Fix unnamed arg alignment in registers.
2018-11-14 Jim WilsonRISC-V: Handle vector type alignment.
2018-11-14 Jim WilsonRISC-V: Give stack slots same align as XLEN.
2018-11-12 Simon MarchiAdd completer for skip numbers
2018-11-09 Tom TromeyRemove a VEC from remote.c
2018-11-09 Tom TromeyReturn scoped_fd from open_source_file and find_and_ope...
2018-11-09 John BaldwinFix unsigned overflow in minsyms reader.
2018-11-09 Pedro Franco de... [PowerPC] Document requirements for VSX feature
2018-11-09 Hafiz Abid QadeerFix a typo in iconv.m4.
2018-11-09 Tom de Vries[gdb/symtab] Fix language of duplicate static minimal...
2018-11-08 Tom TromeyCapitalize "<TAB>" in require_record_target error
2018-11-08 Tom TromeyFix output indentation for "info pretty-printers"
2018-11-08 Tom TromeyAvoid crash when calling warning too early
2018-11-08 Joel Brobecker(AArch64) wrong value returned by "finish" for HFA
2018-11-08 Jan Beulichx86-64: fix ZMM register state tracking
next