Create gdb/break-catch-syscall.c
[external/binutils.git] / gdb / ChangeLog
2015-03-11 Sergio Durigan JuniorCreate gdb/break-catch-syscall.c
2015-03-11 Sergio Durigan JuniorImplement breakpoint_find_if
2015-03-11 Gary BensonImplement remote_bfd_iovec_stat
2015-03-11 Gary BensonMove remote_fileio_to_fio_stat to gdb/common
2015-03-11 Andy WingoFix typo in value-dynamic-type
2015-03-11 Andy WingoFix memory corruption in Guile command interface
2015-03-11 Andy WingoAdd objfile-progspace to Guile interface
2015-03-11 Andy Wingo[guile] Run finalizers from GDB thread
2015-03-11 Andreas ArnezS390: Skip prologue using SAL information, if possible
2015-03-11 Andreas ArnezS390: Defer PER info update until resume
2015-03-09 Pedro AlvesRevert union gdb_sockaddr_u
2015-03-07 Pedro AlvesRemove C-specific warnings from common warning set
2015-03-07 Pedro AlvesFix struct sockaddr/sockaddr_in/sockaddr_un strict...
2015-03-07 Pedro AlvesMake TRY/CATCH use real C++ try/catch in C++ mode
2015-03-07 Pedro Alveskill volatile struct gdb_exception
2015-03-07 Pedro Alvesmore making TRY/CATCH callers look more like real C...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Tom Tromeyquit_force: Replace TRY_CATCH wrapper macros
2015-03-07 Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-07 Pedro AlvesFix mail address format of a couple recent ChangeLog...
2015-03-06 Gary BensonNew common function "startswith"
2015-03-05 Pedro AlvesPR gdb/18002: Fix reinsert of a permanent breakpoints
2015-03-05 Mark KettenisEnable rthreads support on OpenBSD/hppa
2015-03-04 Pedro Alvesgarbage collect target_decr_pc_after_break
2015-03-04 Pedro AlvesLinux native: Use TRAP_BRKPT/TRAP_HWBPT
2015-03-04 Pedro Alvesremote+docs: software/hardware breakpoint traps
2015-03-04 Pedro Alvesrecord-full/record-btrace: software/hardware breakpoint...
2015-03-04 Pedro Alvesenum lwp_stop_reason -> enum target_stop_reason
2015-03-04 Pedro AlvesTeach GDB about targets that can tell whether a trap...
2015-03-04 Pedro Alvesfollow-fork: don't lose the ptids as set by the target
2015-03-04 Mark KettenisMake "catch fork" work on systems with PT_GET_PROCESS_STATE
2015-03-04 Andreas ArnezS390: Name "invisible" registers with the empty string...
2015-03-04 Andreas ArnezS390: Fix syscall list for s390x
2015-03-03 Simon MarchiRemove unused function declarations in target.h
2015-03-03 Pedro Alvesinf-ptrace.c: use ptid_get_pid when resuming all threads
2015-03-03 Pedro AlvesLinux/ptrace: don't convert ptids when asking inf-ptrac...
2015-03-03 Markus Metzgerbtrace: support 32-bit inferior on 64-bit host
2015-03-03 Markus Metzgerbtrace: work around _dl_runtime_resolve returning to...
2015-03-03 Markus Metzgerbtrace: compute line range when printing
2015-03-03 Pedro Alvesfollow-exec: delete all non-execing threads
2015-03-02 Joel BrobeckerRevert "Remove true and false ARI checks now that we...
2015-03-02 Joel BrobeckerRemove use of stdbool.h in GDB sources.
2015-03-02 Andreas ArnezS390: Add vector register support to gdb
2015-03-02 Andreas ArnezS390: Add target descriptions for vector register sets
2015-02-28 Doug Evanssymtab.h (struct symtab) <next>: Fix comment.
2015-02-27 Simon MarchiFix Python 3 build: rename GdbMethods
2015-02-27 Pedro AlvesMore redefinition errors in C++ mode
2015-02-27 Pedro AlvesMove exception_none to common code, and use it
2015-02-27 Pedro Alvescatch_command_errors: Remove 'mask' parameter
2015-02-27 Pedro Alvespython/python-internal.h: enum ‘ext_lang_rc’ not defined
2015-02-27 Pedro Alvesbreakpoint.h: move enum ‘print_stop_action’
2015-02-27 Pedro Alvesgdbarch.h: include regcache.h
2015-02-27 Pedro AlvesRemove duplicate const
2015-02-27 Pedro AlvesExported const objects
2015-02-27 Tom TromeyRename struct lzma_stream to avoid clash with system...
2015-02-27 Pedro Alvesmi/mi-cmd-stack.c|frame filters: print_values <-> ext_l...
2015-02-27 Pedro Alvesx86 Linux/ptrace: fix offsetof usage in C++ mode
2015-02-27 Pedro AlvesDon't forward declare enum target_hw_bp_type
2015-02-27 Tom TromeyDo not increment of decrement enums
2015-02-27 Pedro Alvestarget.h: Include infrun.h
2015-02-27 Pedro Alvesproc-service, extern "C"
2015-02-27 Pedro AlvesMake functions and variables exported by the IPA be...
2015-02-27 Pedro AlvesAdd extern "C" to declarations of C symbols
2015-02-27 Pedro AlvesMake array object extern
2015-02-27 Pedro Alvesrecord-btrace.c: Remove redefinitions
2015-02-27 Tom TromeyFix struct, union, and enum nesting in C++
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-27 Pedro AlvesAdd --enable-build-with-cxx configure switch
2015-02-27 Pedro AlvesCreate libiberty.m4, have GDB and GDBserver use it
2015-02-27 Andreas ArnezS390: Fix compiler invocation with "compile" command
2015-02-27 Joel BrobeckerMark latest entry in gdb/ChangeLog as "(tiny patch)".
2015-02-27 Jon TURNEYRetrieve segment registers on Windows amd64
2015-02-27 Doug EvansAdd missing CHECK_TYPEDEF calls to recent vptr_{fieldno...
2015-02-26 Pedro AlvesAdd ATTRIBUTE_PRINTF attributes, and fix fallout
2015-02-26 Pedro AlvesRename windows-termcap.c -> stub-termcap.c
2015-02-26 Jan Kratochvilcompile: Fix GNU-IFUNC funcs called from injected code
2015-02-26 Antoine TremblayFix print of value type in a corner case of finish
2015-02-26 Jan KratochvilSEGV in ppc64_elf_get_synthetic_symtab reading a separa...
2015-02-26 John BaldwinRework signal frame probing for FreeBSD/x86
2015-02-26 John BaldwinFix infinite recursion in amd64fbsd_sigcontext_addr
2015-02-26 Jan KratochvilChange // comment in gdb/compile/
2015-02-26 Joel BrobeckerRemove // comment in gdb/iq2000-tdep.c
2015-02-23 Doug EvansFix typo in earlier entry.
2015-02-23 Pedro Alvesremote.c: simplify parsing stop reasons in T stop replies
2015-02-22 Doug EvansPR c++/17976, symtab/17821
2015-02-20 Pedro AlvesGNU/Linux: Stop using libthread_db/td_ta_thr_iter
2015-02-20 Pedro Alveslinux-nat.c: fix a few lin_lwp_attach_lwp issues
2015-02-20 Pedro AlvesGarbage collect forward_target_decr_pc_after_break
2015-02-20 Pedro AlvesPR18006: internal error if threaded program calls clone...
2015-02-20 Joel BrobeckerDocument the GDB 7.9 release in gdb/ChangeLog
2015-02-19 Steve Ellcey2015-02-19 Steve Ellcey <sellcey@imgtec.com>
2015-02-19 Antoine TremblayFix non executable stack handling when calling function...
2015-02-19 David Taylor[gdb/ax] small "setv" fix and documentation's adjustment.
2015-02-18 Patrick PalkaAdd missing gdb/ChangeLog entry for previous change.
2015-02-18 Jose E. MarchesiFactorize target program transformations in the GDB_AC_...
2015-02-17 Jose E. MarchesiAnnounce the DTrace USDT probes support in NEWS.
2015-02-17 Jose E. MarchesiSupport for DTrace USDT probes in x86_64 targets.
2015-02-17 Jose E. MarchesiNew probe type: DTrace USDT probes.
2015-02-17 Jose E. MarchesiNew gdbarch functions: dtrace_parse_probe_argument...
2015-02-17 Jose E. MarchesiNew commands `enable probe' and `disable probe'.
next