GAS ARM: Warn if the user creates a symbol with the same name as an instruction.
[external/binutils.git] / gdb /
2015-04-30 Yao QiSkip setting HW watchpoint if skip_hw_watchpoint_multi_...
2015-04-30 Yao QiSkip gdb.base/relativedebug.exp if libc doesn't have...
2015-04-29 Doug EvansPR python/18285
2015-04-29 Luis MachadoUse software watchpoints if hardware watchpoints are...
2015-04-29 Luis MachadoHandle memory write errors on gdb.base/break-always.exp
2015-04-29 Gary BensonAllow passing fd == NULL to exec_file_find and solib_find
2015-04-29 Doug EvansPR python/18299
2015-04-29 Doug EvansPR python/18089
2015-04-29 Doug Evans* gdbtypes.h (struct cplus_struct_type) <n_baseclasses...
2015-04-29 Sasha SmundakAdd gdb.Type.optimized_out method.
2015-04-28 John BaldwinUse "gdb_wait.h" instead of <sys/wait.h>.
2015-04-28 Patrick PalkaDisable readline's SIGWINCH handler
2015-04-28 Patrick PalkaUpdate our idea of our terminal's dimensions even outsi...
2015-04-28 Patrick PalkaIntroduce function for directly updating GDB's screen...
2015-04-28 Gary BensonUse exec_file_find to prepend gdb_sysroot in follow_exec
2015-04-28 Andy WingoFix py-parameter.exp and scm-parameter.exp path matching
2015-04-28 Patrick PalkaTUI: avoid calling strcpy() on identical string objects
2015-04-28 Patrick PalkaFix PR gdb/18155
2015-04-28 Patrick PalkaMake type-safe the 'content' field of struct tui_gen_wi...
2015-04-27 John BaldwinAdd support for catching exec events on FreeBSD.
2015-04-27 John BaldwinEnable fork tracing for native FreeBSD targets.
2015-04-27 John BaldwinAdd fbsd_nat_add_target.
2015-04-27 Gary BensonDo not manipulate "target:" filenames as local paths
2015-04-27 Andreas ArnezS390: Vector ABI support
2015-04-27 Andreas ArnezS390: Re-arrange implementation of s390_return_value
2015-04-27 Andreas ArnezS390: Restructure s390_push_dummy_call
2015-04-27 Andreas ArnezS390: For zero, let is_power_of_two() return false
2015-04-27 Pierre-Marie de... [Ada] Cache all static structures and reset cache durin...
2015-04-27 Joel Brobecker[Ada] Preserve typedef layer when getting struct element
2015-04-26 Sergio Durigan JuniorClear variable "coredump_var_addr" before using it...
2015-04-24 Andrew Burgessgdb: Add internationalization support to a few strings.
2015-04-24 Andrew Burgessgdb: Add support for dumping to verilog hex format.
2015-04-24 Doug Evans* python.texi (Xmethods In Python): Fix name of method...
2015-04-24 Pierre-Marie de... Fix printing for GNAT stuff for types that do not have...
2015-04-24 Yao QiA new board file remote-gdbserver-on-localhost.exp
2015-04-23 Pedro AlvesFix gdb.base/interrupt.exp racy fail against gdbserver
2015-04-23 Pedro Alvesgdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file
2015-04-23 Pedro Alvesgdb_test_multiple match eof of any spawn_id
2015-04-23 Patrick PalkaExplicitly call rl_resize_terminal() in TUI's SIGWINCH...
2015-04-22 Jon Turneywindows-nat: Don't change current_event.dwThreadId...
2015-04-22 Jon Turneywindows-nat: Report an error if ContinueDebugEvent...
2015-04-22 Jon Turneywindows-nat: Fix misspelling in debug output
2015-04-22 Jon Turneywindows-nat: Cleanups in get_windows_debug_event
2015-04-22 Jon Turneywindows-nat: Don't use ternary conditional operator...
2015-04-21 Pierre MullerFix pascal behavior for class fields with testcase
2015-04-21 Gary BensonIntroduce new shared function fileio_to_host_openflags
2015-04-21 Kevin BuettnerExtend rl78 prologue analyzer to recognize more complic...
2015-04-20 Pierre-Marie de... Revert "Do not consider reference types as dynamic"
2015-04-20 Pierre-Marie de... Revert "gdbtypes.c: remove the usuned "top_level" param...
2015-04-20 Gary BensonFix three test failures with extended remote targets
2015-04-19 Gabriel Krisman... Remove duplicated xmalloc in update_dprintf_command_list
2015-04-19 Thomas Schwinge[GDB] Hurd: Robustify the reply_mig_hack.awk script.
2015-04-19 Thomas Schwinge[GDB] Hurd: Simplify the reply_mig_hack.awk script.
2015-04-17 Doug Evanssolib-svr4.c (svr4_exec_displacement): Rename outer...
2015-04-17 Max Filippovgdbserver/xtensa: fix typo in XCHAL_HAVE_LOOPS
2015-04-17 Max Filippovgdbserver/xtensa: drop xtensa_usrregs_info
2015-04-17 Yao Qireturn zero in arm_linux_can_use_hw_breakpoint if HW...
2015-04-17 Yao QiUpdate comments to target_can_use_hardware_watchpoint
2015-04-17 Gary BensonAccess executable from remote system when first inferio...
2015-04-17 Gary BensonImplement qXfer:exec-file:read in gdbserver
2015-04-17 Gary BensonImplement remote_pid_to_exec_file using qXfer:exec...
2015-04-17 Gary BensonIntroduce linux_proc_pid_to_exec_file
2015-04-17 Gary BensonUse gdb_sysroot for main executable on attach
2015-04-17 Gary BensonIntroduce exec_file_find
2015-04-17 Gary BensonIntroduce exec_file_locate_attach
2015-04-17 Mike Frysingergdb: add myself to blackfin/write-after-approval
2015-04-16 Pedro AlvesFix {mi-tracepoint-changed, mi-tsv-changed}.exp with...
2015-04-16 Pedro AlvesFix gdbserver_reconnect_p handling
2015-04-16 Yao QiHonour software single step in fallback of displaced...
2015-04-16 Andreas Arnezs390-vregs.exp: Avoid compile errors with older GCCs...
2015-04-16 Andreas ArnezGDB tests for Go language support: remove unnecessary...
2015-04-15 Doug EvansMake info fun|var|types interruptable for psyms.
2015-04-15 Doug EvansMake info fun|var|types interruptable.
2015-04-15 Romain Naourgdbserver: fix uClibc build whithout MMU.
2015-04-15 Simon MarchiSome Python 3 fixes
2015-04-15 Yao Qi[arm] Update displaced stepping debug message
2015-04-15 Yao QiFix code indentation
2015-04-15 Yao Qi[arm] Fix fails in gdb.base/disp-step-syscall.exp
2015-04-15 Yao QiFix fails in gdb.dwarf2/dynarr-ptr.exp
2015-04-15 Yao QiIncrease timeout in watch-bitfields.exp for software...
2015-04-14 Luis MachadoHarden gdb.base/bp-permanent.exp
2015-04-14 Gary BensonZero supplied stat buffers in functions that pretend...
2015-04-13 Stan Shebs * MAINTAINERS: Update my email address.
2015-04-13 John BaldwinAdd support for the x86 XSAVE extended state on FreeBSD...
2015-04-13 Luis MachadoHarden gdb.base/bp-permanent.exp
2015-04-13 Luis MachadoHarden gdb.base/coredump-filter.exp
2015-04-13 Yao QiCatch exception in lib/gdbserver-support.exp:gdb_exit
2015-04-13 Sergio Durigan JuniorRename variable "addr" to "coredump_var_addr" in gdb...
2015-04-11 Jan KratochvilRemove --xdb
2015-04-10 Pedro AlvesCleanup signal-while-stepping-over-bp-other-thread.exp
2015-04-10 Pedro Alvesstep-over-trips-on-watchpoint.exp: Don't put addresses...
2015-04-10 Yao Qi[arm] watchpoint-reuse-slot.exp: skip setting HW points...
2015-04-10 Pedro AlvesPPC64: Fix step-over-trips-on-watchpoint.exp with displ...
2015-04-10 Pedro AlvesTest step-over-{lands-on-breakpoint|trips-on-watchpoint...
2015-04-10 Pedro AlvesMake gdb.threads/step-over-trips-on-watchpoint.exp...
2015-04-10 Pedro AlvesFix gdb.base/sigstep.exp with displaced stepping on...
2015-04-10 Pedro Alvesgdb/18216: displaced step+deliver signal, a thread...
2015-04-10 Yao Qi[arm] Fix displaced stepping for thumb alu reg instruction
2015-04-10 Pedro AlvesPR13858 - Can't do displaced stepping with no symbols
2015-04-10 Jan Kratochvildoc patch: compile: missing bits
next