Change dwarf2_frame_state_reg_info::reg to be std::vector
[external/binutils.git] / gdb / ChangeLog
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
2018-09-19 Sandra LoosemoreAdd gcc_target_options hook for nios2.
2018-09-19 Simon MarchiCarry the gnulib getcwd backport as a patch
2018-09-18 John BaldwinMake the "info proc" documentation more consistent.
2018-09-18 John BaldwinDocument the 'info proc files' command.
2018-09-18 John BaldwinSupport 'info proc files' on live FreeBSD processes.
2018-09-18 John BaldwinAdd support for 'info proc files' on FreeBSD core dumps.
2018-09-18 John BaldwinAdd a new 'info proc files' subcommand of 'info proc'.
2018-09-18 John BaldwinImport gnulib's inet_ntop module.
2018-09-18 John BaldwinGenerate aclocal-m4-deps.mk more deterministically...
2018-09-18 John BaldwinUse KF_PATH to verify the size of a struct kinfo_file.
2018-09-18 Tom TromeyRemove remaining cleanups from compile-object-load.c
2018-09-18 Tom TromeyRemove munmap_listp_free_cleanup
2018-09-18 Alan HaywardAarch64 SVE: Fix stack smashing when calling functions
2018-09-18 Rainer OrthCast RLIM_INFINITY to rlim_t to fix 64-bit Solaris...
2018-09-17 Philippe Waroquiers[OBVIOUS] ChangeLog for obvious enable frame-filter...
2018-09-17 Tom TromeyDo not pass -DNDEBUG to Python compilations in developm...
2018-09-17 Tom TromeyCheck for gmp when checking for mpfr
2018-09-17 Pedro Alves[gdb/Python] Eliminate find_inferior_object
2018-09-17 Simon MarchiFix use-after-move in compile/compile-cplus-types.c
2018-09-17 Tom TromeyUpdate get_standard_cache_dir for macOS
2018-09-17 Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-17 Tom TromeyMake save_infcall_*_state return unique pointers
2018-09-17 Tom TromeyRemove release_stop_context_cleanup
2018-09-17 Tom TromeyRemove two infrun cleanups
2018-09-17 Tom TromeyUse new and delete for struct infcall_control_state
2018-09-17 Tom TromeyRemove cleanup from infrun.c
2018-09-17 Tom TromeyUse new and delete for struct infcall_suspend_state
2018-09-17 Tom TromeyDon't steal references in the gdb Python code
2018-09-17 Tom TromeySimplify uses of thread_to_thread_object
2018-09-17 Simon MarchiSort objects in gdb and gdbserver Makefiles
2018-09-16 Tom TromeyRemove CPYCHECKER_RETURNS_BORROWED_REF
2018-09-16 Tom TromeyChange thread_to_thread_object to return a new reference
2018-09-16 Tom TromeyChange objfile_to_objfile_object to return a new reference
2018-09-16 Tom TromeyChange pspace_to_pspace_object to return a new reference
2018-09-16 Tom TromeyAdd more methods to gdb.Progspace
2018-09-16 Tom TromeyUse GNU style for metasyntactic variables in gdb
2018-09-16 Tom TromeyExpand "show disassembler-options" output
2018-09-15 Tom TromeyChange get_inferior_args to return const char *
2018-09-15 Tom TromeyFix possible exception leak in python.c
2018-09-15 Sandra LoosemoreProvide type_align gdbarch function for nios2.
2018-09-14 Andrew Burgessgdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOC
2018-09-14 Tom TromeyRemove an unnecessary block in call_function_by_hand_dummy
2018-09-14 Tom TromeyMake variable in get_startup_shell non-static
2018-09-13 Tom TromeyMake infpy_thread_from_thread_handle static
2018-09-13 Tom TromeyRemove cleanup from try_open_exec_file
2018-09-13 Tom TromeyReturn std::string from gdb_bfd_errmsg
2018-09-13 Tom TromeyRemove cleanup from procfs.c
2018-09-13 Tom TromeyRemove cleanup from add_path
2018-09-13 Simon Marchipython: Add Progspace.objfiles method
2018-09-13 Simon Marchipython: Add Inferior.progspace property
2018-09-13 Tom TromeyMake Rust error message mention the field name
2018-09-13 Tom TromeyFix crash with empty Rust enum
2018-09-13 Simon Marchipython: Provide textual representation for Inferior...
2018-09-12 John BaldwinRemove unused "tmp" variable.
2018-09-12 John BaldwinFix a typo in a comment.
next