Handle ELF compressed header alignment correctly by setting up the section alignment...
[external/binutils.git] / gdb /
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
2018-11-08 Andrew Burgessgdb/riscv: Update test to support targets without FP...
2018-11-08 Andrew Burgessgdb/riscv: Handle errors while setting the frame id
2018-11-07 Joel Brobecker(Ada/tasking) fix array or string index out of range...
2018-11-07 Joel Brobeckerada-tasks.c::read_atcb: start from a cleared ada_task_i...
2018-11-07 Andrew Burgessgdb: Guard against NULL dereference in dwarf2_init_inte...
2018-11-06 Tom de Vries[gdb] Fix gdb crash when reading core file
2018-11-06 Jim WilsonRISC-V: Force variables to .data for code_elim.
2018-11-06 Max Filippovgdb: xtensa: use linux ABI code for uclinux
2018-11-06 Marius MuenchARM: Do not use FP reg when on AAPCS
2018-11-06 John BaldwinNote that PT_GETREGS supplies SSTATUS for FreeBSD/riscv.
2018-11-05 Philippe WaroquiersChangeLog for 'Fix 4K leak each time next/step changes...
2018-11-05 Philippe WaroquiersFix 4K leak in open_source_file each time next/step...
2018-11-04 Tom TromeyReturn gdbpy_ref from gdbpy_get_varobj_pretty_printer
2018-11-04 Tom TromeyReturn gdbpy_ref from some Python string functions
2018-11-04 Tom TromeyReturn gdbpy_ref from gdb_py_object_from_*longest
2018-11-03 Philippe WaroquiersOBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for...
2018-11-03 Philippe WaroquiersOBVIOUS Remove a useless const char *type and its initi...
2018-11-03 Philippe WaroquiersOBVIOUS fix the month of the last gdb/ChangeLog entry...
2018-11-02 Joel Brobecker(Ada) Add ravenscar tasking support on AArch64
2018-11-02 Philippe WaroquiersQUIET flag initialization missing in 2 places.
2018-11-02 Jim WilsonRISC-V: Don't allow unaligned breakpoints.
2018-11-01 Joel Brobecker(Ada) fix "error in expression" when using watch -locat...
2018-11-01 Joel Brobeckerremove trailing spaces in print-utils.c ("int_string...
2018-11-01 Joel Brobeckergdb.texinfo: Fix the output of the "info tasks 2" example
2018-11-01 Joel Brobeckerrs6000-tdep.c:skip_prologue avoid negative left shift
2018-11-01 Jerome Guittonarm-pikeos: software single step
2018-11-01 Simon MarchiImport mkdtemp gnulib module, fix mingw build
2018-11-01 Sangamesh MallayyaReading signal handler frame in AIX
2018-10-31 Sergio Durigan JuniorFix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if...
2018-10-31 Andrew Burgessgdb/riscv: Fix failures on rv64 in gdb.arch/riscv-reg...
2018-10-31 Tom de Vries[gdb/testsuite] Factor out lib/valgrind.exp
2018-10-31 Tom de Vries[gdb/testsuite] get_valueof: Don't output value in...
2018-10-31 Pedro Franco de... [PowerPC] Include nat/linux-ptrace.h in native targets
2018-10-31 Andrew Burgessgdb: Handle ICC's unexpected void return type
2018-10-30 Tom TromeyCheck return value of bfd_init
2018-10-30 Sergio Durigan JuniorRemove relational operators from common/offset-type.h
2018-10-29 Simon MarchiRevert "GDBSERVER: Listen on a unix domain (instead...
2018-10-29 Simon MarchiRevert "GDB: Document the unix::/path/to/socket of...
2018-10-29 Simon MarchiRevert "GDB: Fix documentation for invoking GDBSERVER"
next