aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-10-02Use pulongest in aarch64-linux-tdep.cTom Tromey1-0/+4
2018-10-02Allow remote debugging over a Unix local domain socket.John Darrington1-0/+10
2018-10-01Aarch64: Detect FP regs in signal frameAlan Hayward1-0/+20
2018-10-01Aarch64: Move pseudo defines to headerAlan Hayward1-0/+15
2018-10-01Remove ancient workaroundGary Benson1-0/+8
2018-10-01Move duplicated code to common/gdb_proc_service.hGary Benson1-0/+6
2018-10-01Update GDB gdb_proc_service.h workaround to match gdbserverGary Benson1-0/+5
2018-10-01Add workaround from gdbserver's gdb_proc_service.h to GDBGary Benson1-0/+8
2018-10-01gdb_proc_service.h comment and whitespace synchronizationGary Benson1-0/+4
2018-10-01Don't check HAVE_UNISTD_HTom Tromey1-0/+6
2018-10-01Copy configure option documentation to gdb.texinfoTom Tromey1-0/+4
2018-09-30Darwin: Remove unused variables [-Werror=unused-variable]Pedro Alves1-0/+14
2018-09-29Remove some leftover text in gdb/READMETom Tromey1-0/+4
2018-09-29Update gdb's configure instructionsTom Tromey1-0/+5
2018-09-28Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin1-0/+13
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-0/+39
2018-09-26gdb/riscv: Improve non-dwarf stack unwindingAndrew Burgess1-0/+6
2018-09-26elf32-nds32: Remove elf32_nds32_allocate_dynrelocsSimon Marchi1-0/+4
2018-09-26Remove dead definition from valops.cTom Tromey1-0/+4
2018-09-26Small fix for "winheight" usageTom Tromey1-0/+4
2018-09-24Add "const" to a few locals in gdbTom Tromey1-0/+7
2018-09-23Allow setting a parameter to raise gdb.GdbErrorTom Tromey1-0/+5
2018-09-23Consolidate gdb.GdbError handlingTom Tromey1-0/+7
2018-09-23Check for negative argument in Type.template_argumentTom Tromey1-0/+6
2018-09-23Report Python errors coming from gdb.post_eventTom Tromey1-0/+5
2018-09-23Allow conversion of pointers to Python intTom Tromey1-0/+6
2018-09-23Preserve sign when converting gdb.Value to Python intTom Tromey1-0/+5
2018-09-23Allow more Python scalar conversionsTom Tromey1-0/+7
2018-09-23Mark more file descriptors close-on-execTom Tromey1-0/+5
2018-09-23Also recognize __sighndlr on Solaris/x86Rainer Orth1-0/+6
2018-09-23Remove a spurious target_terminal::ours() from windows_nat_target::wait()Jon Turney1-0/+5
2018-09-23Fix build error in aarch64-linux-tdep.c on macOSSimon Marchi1-0/+5
2018-09-21Remove redundant test in update_inserted_breakpoint_locationsYacov Simhony1-0/+5
2018-09-20More Solaris procfs cleanupRainer Orth1-0/+51
2018-09-20Provide pid_to_exec_file on Solaris (PR tdep/17903)Rainer Orth1-0/+6
2018-09-20Handle missing Solaris auxv entriesRainer Orth1-0/+7
2018-09-20Missed last ChangeLog entry.Rainer Orth1-0/+12
2018-09-19Darwin: Handle unrelocated dyld.Xavier Roirand1-0/+7
2018-09-19Add missing spaces after inet_ntop invocations.John Baldwin1-0/+5
2018-09-19Logical short circuiting with argument listsRichard Bunt1-0/+9
2018-09-19Handle 64-bit Solaris/x86 ld.so.1Rainer Orth1-0/+4
2018-09-19Fix /proc pathname sizes on SolarisRainer Orth1-0/+8
2018-09-18Add gcc_target_options hook for nios2.Sandra Loosemore1-0/+5
2018-09-18Carry the gnulib getcwd backport as a patchSimon Marchi1-0/+7
2018-09-18Make the "info proc" documentation more consistent.John Baldwin1-0/+6
2018-09-18Document the 'info proc files' command.John Baldwin1-0/+4
2018-09-18Support 'info proc files' on live FreeBSD processes.John Baldwin1-0/+5
2018-09-18Add support for 'info proc files' on FreeBSD core dumps.John Baldwin1-0/+32
2018-09-18Add a new 'info proc files' subcommand of 'info proc'.John Baldwin1-0/+6
2018-09-18Import gnulib's inet_ntop module.John Baldwin1-0/+27