aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-07-06Remove extraneous parentheses.John Baldwin1-0/+4
2016-07-06Use unsigned integer constant with left shifts.John Baldwin1-0/+5
2016-07-06Set uses_fp for frames with a valid FP register explicitly.John Baldwin1-0/+5
2016-07-06Remove check for negative size.John Baldwin1-0/+5
2016-07-06Use 'ptid_t' instead of 'ptid' for fbsd_next_vfork_done's return type.John Baldwin1-0/+4
2016-07-06[ARM] Fix endless recursion on calculating CPRC candidateYao Qi1-0/+5
2016-07-06Allow subscripting raw pointersManish Goregaokar1-0/+4
2016-07-05babeltrace compilation regressionJan Kratochvil1-0/+5
2016-07-01Optimize memory_xfer_partial for remoteDon Breazeal1-0/+9
2016-07-01Fake VFORK_DONE events when following only the parent after a vfork.John Baldwin1-0/+18
2016-07-01Move fbsd_resume and related functions below fork following helper code.John Baldwin1-0/+7
2016-07-01Honor detach-on-fork on FreeBSD.John Baldwin1-0/+5
2016-07-01Set debug registers on all threads belonging to the current inferior.John Baldwin1-0/+6
2016-07-01Consolidate x86 debug register code for BSD native targets.John Baldwin1-0/+59
2016-07-01Extend JIT-reader test and fix GDB problems that exposesPedro Alves1-0/+23
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves1-0/+18
2016-07-01Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves1-0/+6
2016-07-01Factor out "Detaching from program" message printingPedro Alves1-0/+9
2016-07-01Fix formatting of some previous gdb/ChangeLog entriesPedro Alves1-4/+2
2016-06-29Fix PR python/20129 - use of non-existing variableTom Tromey1-0/+7
2016-06-29PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey1-0/+8
2016-06-29Initialize strtok_r's saveptr to NULLManish Goregaokar1-0/+5
2016-06-29Use strtok_r instead of strsep in rust_get_disr_infoManish Goregaokar1-0/+5
2016-06-28[AArch64] Use int64_t for address offsetYao Qi1-0/+5
2016-06-27Fix changelogManish Goregaokar1-2/+2
2016-06-27Print void types correctly in RustManish Goregaokar1-0/+6
2016-06-27Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat1-0/+5
2016-06-25Fix formatting in rust-lang.cTom Tromey1-0/+5
2016-06-25Make evaluation and type-printing of all NonZero optimized enums workManish Goregaokar1-0/+8
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-0/+41
2016-06-24Add myself as a Write After Approval maintainer.David Taylor1-0/+4
2016-06-24Add support for catching system calls to native FreeBSD targets.John Baldwin1-0/+18
2016-06-24Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs.John Baldwin1-0/+6
2016-06-24Add a new gdbarch method to print a single AUXV entry.John Baldwin1-0/+11
2016-06-24Fetch the ELF auxiliary vector from live processes on FreeBSD.John Baldwin1-0/+7
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-0/+32
2016-06-23Move filename extensions into language_defnTom Tromey1-0/+37
2016-06-23Use VEC for filename_language_tableTom Tromey1-0/+9
2016-06-23Make gdbpy_parameter staticTom Tromey1-0/+5
2016-06-23PR gdb/16483 - simplify "info frame-filters" outputTom Tromey1-0/+11
2016-06-21Improve user experience in printing Fortran derived types.Walfred Tedeschi1-0/+5
2016-06-21S390: Fix typo "s930" -> "s390"Andreas Arnez1-0/+5
2016-06-21Always switch fork child to the main UIPedro Alves1-0/+6
2016-06-21Send deleted watchpoint-scope output to all UIsPedro Alves1-0/+5
2016-06-21[DOC] Document support for running interpreters on separate UIsPedro Alves1-0/+5
2016-06-21Add new command to create extra console/mi UIsPedro Alves1-0/+12
2016-06-21Make stdin be per UIPedro Alves1-0/+41
2016-06-21Handle UI's terminal closingPedro Alves1-0/+6
2016-06-21Make main_ui be heap allocatedPedro Alves1-0/+13
2016-06-21Only send sync execution command output to the UI that ran the commandPedro Alves1-0/+6