[AArch64] Fix +nofp16 handling
[deliverable/binutils-gdb.git] / gdb /
2016-07-01  John BaldwinFake VFORK_DONE events when following only the parent...
2016-07-01  John BaldwinMove fbsd_resume and related functions below fork follo...
2016-07-01  John BaldwinHonor detach-on-fork on FreeBSD.
2016-07-01  John BaldwinSet debug registers on all threads belonging to the...
2016-07-01  John BaldwinConsolidate x86 debug register code for BSD native...
2016-07-01  Pedro AlvesExtend JIT-reader test and fix GDB problems that exposes
2016-07-01  Pedro AlvesFix failure to detach if process exits while detaching...
2016-07-01  Pedro AlvesForget watchpoint locations when inferior exits or...
2016-07-01  Pedro AlvesFactor out "Detaching from program" message printing
2016-07-01  Pedro AlvesFix formatting of some previous gdb/testsuite/ChangeLog...
2016-07-01  Pedro AlvesFix formatting of some previous gdb/ChangeLog entries
2016-06-30  Pedro AlvesFix gdbserver/MI testing regression
2016-06-30  Pedro AlvesMake testing gdb with FORCE_SEPARATE_MI_TTY=1 actually...
2016-06-29  Yao QiAdd copyright header in gdb.base/return.c
2016-06-29  Tom TromeyFix PR python/20129 - use of non-existing variable
2016-06-29  Tom TromeyPR gdb/17210 - fix possible memory leak in read_memory_...
2016-06-29  Manish GoregaokarInitialize strtok_r's saveptr to NULL
2016-06-29  Yao QiSet unknown_syscall differently on arm linux
2016-06-29  Manish GoregaokarUse strtok_r instead of strsep in rust_get_disr_info
2016-06-28  Yao Qi[AArch64] Use int64_t for address offset
2016-06-28  Yao QiImplement get_syscall_trapinfo for arm-linux
2016-06-28  Yao QiImplement get_syscall_trapinfo for aarch64-linux
2016-06-28  Yao QiRemove parameter sysret from linux_target_ops.get_sysca...
2016-06-28  Yao QiProbe catch syscall support
2016-06-27  Manish GoregaokarFix changelog
2016-06-27  Manish GoregaokarPrint void types correctly in Rust
2016-06-27  Pierre-Marie de... Fix use of a dangling pointer for Python breakpoint...
2016-06-25  Tom TromeyFix formatting in rust-lang.c
2016-06-25  Manish GoregaokarAdd tests for printing of NonZero-optimized enums in...
2016-06-25  Manish GoregaokarMake evaluation and type-printing of all NonZero optimi...
2016-06-25  David TaylorSupport structure offsets that are 512K or larger.
2016-06-24  David TaylorAdd myself as a Write After Approval maintainer.
2016-06-24  John BaldwinAdd support for catching system calls to native FreeBSD...
2016-06-24  John BaldwinAdd a gdbarch 'print_auxv_entry' method for FreeBSD...
2016-06-24  John BaldwinAdd a new gdbarch method to print a single AUXV entry.
2016-06-24  John BaldwinFetch the ELF auxiliary vector from live processes...
2016-06-24  Tom TromeyMove logic out of symbol_find_demangled_name
2016-06-24  Tom TromeyMove filename extensions into language_defn
2016-06-24  Tom TromeyUse VEC for filename_language_table
2016-06-24  Tom TromeyMake gdbpy_parameter static
2016-06-23  Tom TromeyPR gdb/16483 - simplify "info frame-filters" output
2016-06-21  Walfred TedeschiImprove user experience in printing Fortran derived...
2016-06-21  Andreas ArnezS390 gdbserver: Mark local funcs/vars as static
2016-06-21  Andreas ArnezS390: Fix typo "s930" -> "s390"
2016-06-21  Pedro AlvesAdd "new-ui console" tests
2016-06-21  Pedro AlvesAlways switch fork child to the main UI
2016-06-21  Pedro AlvesMake mi-break.exp always expect breakpoint commands...
2016-06-21  Pedro AlvesSend deleted watchpoint-scope output to all UIs
2016-06-21  Pedro AlvesAdd testing infrastruture bits for running with MI...
2016-06-21  Pedro Alves[DOC] Document support for running interpreters on...
2016-06-21  Pedro AlvesAdd new command to create extra console/mi UIs
2016-06-21  Pedro AlvesMake stdin be per UI
2016-06-21  Pedro AlvesHandle UI's terminal closing
2016-06-21  Pedro AlvesMake main_ui be heap allocated
2016-06-21  Pedro AlvesOnly send sync execution command output to the UI that...
2016-06-21  Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-06-21  Pedro AlvesNew function should_print_stop_to_console
2016-06-21  Pedro AlvesFix for spurious prompts in secondary UIs
2016-06-21  Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21  Pedro AlvesMake gdb_in_secondary_prompt_p() be per UI
2016-06-21  Pedro AlvesSimplify starting the command event loop
2016-06-21  Pedro AlvesMake raw_stdout be per MI instance
2016-06-21  Pedro AlvesIntroduce display_mi_prompt
2016-06-21  Pedro AlvesMake target_terminal_inferior/ours almost nops on non...
2016-06-21  Pedro AlvesAlways process target events in the main UI
2016-06-21  Pedro AlvesMake command line editing (use of readline) be per UI
2016-06-21  Pedro AlvesMake current_ui_out be per UI
2016-06-21  Pedro AlvesDelete def_uiout
2016-06-21  Pedro AlvesMake out and error streams be per UI
2016-06-21  Pedro AlvesMake input_fd be per UI
2016-06-21  Pedro AlvesMake instream be per UI
2016-06-21  Pedro AlvesAlways run async signal handlers in the main UI
2016-06-21  Pedro AlvesMake the intepreters output to all UIs
2016-06-21  Pedro AlvesIntroduce interpreter factories
2016-06-21  Pedro AlvesMake the interpreters be per UI
2016-06-21  Pedro AlvesMake gdb_stdout&co be per UI
2016-06-21  Pedro AlvesIntroduce "struct ui"
2016-06-21  Pedro Alves[Ada catchpoints] Fix "warning: failed to get exception...
2016-06-21  Pedro AlvesPrepare gdb.python/mi-py-events.exp for Python/MI in...
2016-06-17  Sanjoy DasAdd a test case for the jit-reader interface
2016-06-17  Yao QiExtend step-over-syscall.exp with different detach...
2016-06-17  Yao QiHandle reinsert breakpoints for vforked child
2016-06-17  Yao QiDelete reinsert breakpoints from forked child
2016-06-17  Yao QiStep over exit with reinsert breakpoints
2016-06-17  Yao QiMore assert checks on reinsert breakpoint
2016-06-17  Yao QiSwitch to current thread in finish_step_over
2016-06-17  Yan-Ting Lingdb: new AndesTech NDS32 port
2016-06-14  John BaldwinRemove unneeded checks on type lengths.
2016-06-14  John BaldwinPass a NULL pointer as the last argument to find_pc_par...
2016-06-14  John BaldwinInitialize 'ra' to zero to avoid uninitialized use.
2016-06-13  Andrew Burgessgdb: Use UNSUPPORTED not XFAIL for unsupported target...
2016-06-13  Nick CliftonFix compile time warning about a redundant comparison...
2016-06-10  Tom TromeyConstify arch_type and friends
2016-06-10  Tom TromeyFix PR rust/20110
2016-06-10  Tom TromeyFix rust-exp handling in makefile
2016-06-10  Bernhard HeckelFortran: Testsuite, non-local references in nested...
2016-06-10  Toshihito KikuchiAdd negative repeat count to 'x' command
2016-06-10  Toshihito KikuchiAdd myself as a write-after-approval GDB maintainer
2016-06-09  Tom TromeyPR python/19819 - remove unused globals from py-xmethods.c
2016-06-07  Simon Marchimi/mi-interp.c: Add missing braces
next
This page took 0.051034 seconds and 7 git commands to generate.