Fix PR cli/23785: Check if file exists when invoking "restore FILE binary"
[binutils-gdb.git] / gdb / ChangeLog
2018-10-18 Sergio Durigan JuniorFix PR cli/23785: Check if file exists when invoking...
2018-10-17 Paul Koning gdb/ChangeLog:
2018-10-17 John BaldwinShare the code to format "info proc mappings" entries...
2018-10-17 Joel Brobeckergdb/MAINTAINERS: Add Rainer Orth as Solaris maintainer...
2018-10-16 Tom TromeyRemove unnecessary casts from TUI
2018-10-15 Simon MarchiAdd Alan Hayward as AArch64/ARM GDB maintainer
2018-10-11 Gary BensonFix interp::m_name resource leak found by Coverity
2018-10-10 Sergio Durigan JuniorAdd parameter to allow enabling/disabling selftests...
2018-10-10 Gary BensonAdd missing va_end found by Coverity
2018-10-10 Markus Metzgerbtrace: check for indirect jump return in _Unwind_Raise...
2018-10-09 Tom TromeyDisable the undefined behavior sanitizer by default
2018-10-09 Gary BensonFix buffer overrun found by Coverity
2018-10-08 Tom TromeyRemove unused variables from riscv-fbsd-tdep.c
2018-10-08 Weimin PanFix the [-Werror=shadow=local] warning
2018-10-08 John BaldwinAdd native target for FreeBSD/riscv.
2018-10-08 John BaldwinAdd FreeBSD/riscv architecture.
2018-10-08 John BaldwinAdd a helper function to trad_frame to support register...
2018-10-08 Weimin PanFinding data member in virtual base class
2018-10-08 John DarringtonGDB: Work around buggy dwarf line information produced...
2018-10-07 Tom TromeyAdd Inferior.architecture method
2018-10-07 Tom TromeyUpdate symbol domain and location values for Python
2018-10-07 Tom TromeyDo not accidentally include in-tree readline headers
2018-10-07 Tom TromeyFix Python gdb.Breakpoint.location crash
2018-10-07 Tom TromeyUpdate help text for commands implemented in Python
2018-10-06 Tom TromeyCall nonl before wgetch in TUI
2018-10-05 Tom TromeyFix -Wshadow=local warning in sol_thread_target::wait
2018-10-05 Tom TromeyAdd -Wshadow=local
2018-10-05 Tom TromeyShadowing fix in gdbscm_frame_read_var
2018-10-05 Tom TromeyAvoid shadowing in fdwalk
2018-10-05 Tom TromeyFix latent bug in msp430-tdep.c
2018-10-05 Tom TromeyAvoid shadowing in linux-tdep.c
2018-10-05 Tom TromeyUse std::string in mdebugread.c
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-10-05 Simon MarchiFix undefined behavior, don't pass NULL to fwrite
2018-10-04 Tom de Vries[gdb/python] Fix cpychecker error in pspy_solib_name
2018-10-04 Tom de Vries[gdb/python] Fix cpychecker error in recpy_bt_goto
2018-10-04 Joel Brobeckerreformat parameters of gdb/psymtab.c::recursively_searc...
2018-10-04 Tom TromeySimplify complaints even more
2018-10-04 Tom TromeyOnly print "no debugging symbols" message once
2018-10-04 Tom TromeyClean up "Reading symbols" output
2018-10-04 Tom TromeyMake complaint output prettier
2018-10-04 Tom TromeyUse filtered printing when reading symbols
2018-10-04 Tom TromeyFix off-by-one error in complaint_internal
2018-10-04 Tom TromeyRemove some leftovers from complaints
2018-10-04 Rainer OrthAdd self to gdb/MAINTAINERS
2018-10-04 Tom TromeyAvoid two uninitialized warnings from gcc
2018-10-03 Simon MarchiRemove struct keyword in range-based for
2018-10-03 Tom TromeyAdd --enable-ubsan
2018-10-03 Tom TromeyAvoid undefined behavior in expression dumping
2018-10-03 Tom TromeyAvoid undefined behavior in ada_operator_length
2018-10-03 Tom TromeyAvoid undefined behavior in read_signed_leb128
2018-10-03 Tom TromeyAvoid undefined behavior in parse_number
2018-10-03 Tom TromeyAvoid undefined behavior in read_subrange_type
2018-10-03 Tom TromeyAvoid undefined behavior in extract_integer
2018-10-03 Tom TromeyUse unsigned as base type for some enums
2018-10-03 Tom TromeyChange dwarf2_frame_state_reg_info::reg to be std:...
2018-10-03 Tom TromeyDo not pass NULL to memcpy
2018-10-03 Philippe Waroquierstid-parse.c tid_is_in_list correct 'See' comment.
2018-10-03 Tom TromeyUse pulongest in aarch64-linux-tdep.c
2018-10-02 John DarringtonAllow remote debugging over a Unix local domain socket.
2018-10-01 Alan HaywardAarch64: Detect FP regs in signal frame
2018-10-01 Alan HaywardAarch64: Move pseudo defines to header
2018-10-01 Gary BensonRemove ancient workaround
2018-10-01 Gary BensonMove duplicated code to common/gdb_proc_service.h
2018-10-01 Gary BensonUpdate GDB gdb_proc_service.h workaround to match gdbserver
2018-10-01 Gary BensonAdd workaround from gdbserver's gdb_proc_service.h...
2018-10-01 Gary Bensongdb_proc_service.h comment and whitespace synchronization
2018-10-01 Tom TromeyDon't check HAVE_UNISTD_H
2018-10-01 Tom TromeyCopy configure option documentation to gdb.texinfo
2018-09-30 Pedro AlvesDarwin: Remove unused variables [-Werror=unused-variable]
2018-09-29 Tom TromeyRemove some leftover text in gdb/README
2018-09-29 Tom TromeyUpdate gdb's configure instructions
2018-09-28 John BaldwinUse the existing instruction to determine the RISC...
2018-09-28 Andrew Burgessgdb: Change how frames are selected for 'frame' and...
2018-09-26 Andrew Burgessgdb/riscv: Improve non-dwarf stack unwinding
2018-09-26 Simon Marchielf32-nds32: Remove elf32_nds32_allocate_dynrelocs
2018-09-26 Tom TromeyRemove dead definition from valops.c
2018-09-26 Tom TromeySmall fix for "winheight" usage
2018-09-24 Tom TromeyAdd "const" to a few locals in gdb
2018-09-24 Tom TromeyAllow setting a parameter to raise gdb.GdbError
2018-09-24 Tom TromeyConsolidate gdb.GdbError handling
2018-09-24 Tom TromeyCheck for negative argument in Type.template_argument
2018-09-24 Tom TromeyReport Python errors coming from gdb.post_event
2018-09-24 Tom TromeyAllow conversion of pointers to Python int
2018-09-24 Tom TromeyPreserve sign when converting gdb.Value to Python int
2018-09-24 Tom TromeyAllow more Python scalar conversions
2018-09-23 Tom TromeyMark more file descriptors close-on-exec
2018-09-23 Rainer OrthAlso recognize __sighndlr on Solaris/x86
2018-09-23 Jon TurneyRemove a spurious target_terminal::ours() from windows_...
2018-09-23 Simon MarchiFix build error in aarch64-linux-tdep.c on macOS
2018-09-21 Yacov SimhonyRemove redundant test in update_inserted_breakpoint_loc...
2018-09-20 Rainer OrthMore Solaris procfs cleanup
2018-09-20 Rainer OrthProvide pid_to_exec_file on Solaris (PR tdep/17903)
2018-09-20 Rainer OrthHandle missing Solaris auxv entries
2018-09-20 Rainer OrthMissed last ChangeLog entry.
2018-09-19 Xavier RoirandDarwin: Handle unrelocated dyld.
2018-09-19 John BaldwinAdd missing spaces after inet_ntop invocations.
2018-09-19 Richard BuntLogical short circuiting with argument lists
2018-09-19 Rainer OrthHandle 64-bit Solaris/x86 ld.so.1
2018-09-19 Rainer OrthFix /proc pathname sizes on Solaris
next