aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-09-26Remove dead definition from valops.cTom Tromey2-7/+4
2018-09-26Small fix for "winheight" usageTom Tromey2-1/+5
2018-09-25Remove dead code from gdbserver's configureTom Tromey3-11/+5
2018-09-24Fix PR gdb/20948: --write option to GDB causes segmentation faultJozef Lawrynowicz3-0/+73
2018-09-24Add "const" to a few locals in gdbTom Tromey4-4/+11
2018-09-23Allow setting a parameter to raise gdb.GdbErrorTom Tromey6-4/+57
2018-09-23Consolidate gdb.GdbError handlingTom Tromey5-97/+66
2018-09-23Check for negative argument in Type.template_argumentTom Tromey4-0/+23
2018-09-23Report Python errors coming from gdb.post_eventTom Tromey4-3/+23
2018-09-23Allow conversion of pointers to Python intTom Tromey4-3/+23
2018-09-23Preserve sign when converting gdb.Value to Python intTom Tromey4-1/+23
2018-09-23Allow more Python scalar conversionsTom Tromey4-3/+48
2018-09-23Mark more file descriptors close-on-execTom Tromey3-3/+12
2018-09-23Also recognize __sighndlr on Solaris/x86Rainer Orth3-2/+10
2018-09-23Remove a spurious target_terminal::ours() from windows_nat_target::wait()Jon Turney2-2/+5
2018-09-23Fix build error in aarch64-linux-tdep.c on macOSSimon Marchi2-1/+6
2018-09-21Remove redundant test in update_inserted_breakpoint_locationsYacov Simhony2-1/+6
2018-09-20More Solaris procfs cleanupRainer Orth5-149/+166
2018-09-20Add '_' in the match pattern.Hafiz Abid Qadeer2-1/+5
2018-09-20Provide pid_to_exec_file on Solaris (PR tdep/17903)Rainer Orth2-0/+37
2018-09-20Handle missing Solaris auxv entriesRainer Orth2-1/+19
2018-09-20Missed last ChangeLog entry.Rainer Orth1-0/+12
2018-09-20Fold i386-v4-nat.c into i386-sol2-nat.cRainer Orth4-170/+117
2018-09-19Skip GDB tab-completion tests if no readline.Sandra Loosemore7-0/+58
2018-09-19Darwin: Handle unrelocated dyld.Xavier Roirand2-11/+67
2018-09-19Add missing spaces after inet_ntop invocations.John Baldwin2-2/+7
2018-09-19Logical short circuiting with argument listsRichard Bunt7-8/+243
2018-09-19Handle 64-bit Solaris/x86 ld.so.1Rainer Orth2-1/+9
2018-09-19Fix /proc pathname sizes on SolarisRainer Orth2-2/+10
2018-09-18Add gcc_target_options hook for nios2.Sandra Loosemore2-0/+16
2018-09-18Carry the gnulib getcwd backport as a patchSimon Marchi4-3/+103
2018-09-18Make the "info proc" documentation more consistent.John Baldwin4-8/+19
2018-09-18Document the 'info proc files' command.John Baldwin4-0/+42
2018-09-18Support 'info proc files' on live FreeBSD processes.John Baldwin2-1/+36
2018-09-18Add support for 'info proc files' on FreeBSD core dumps.John Baldwin3-2/+460
2018-09-18Add a new 'info proc files' subcommand of 'info proc'.John Baldwin3-0/+21
2018-09-18Import gnulib's inet_ntop module.John Baldwin24-252/+3865
2018-09-18Generate aclocal-m4-deps.mk more deterministically and portably.John Baldwin3-116/+117
2018-09-18Use KF_PATH to verify the size of a struct kinfo_file.John Baldwin2-3/+8
2018-09-18Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64...Sergio Durigan Junior2-2/+7
2018-09-18Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64...Sergio Durigan Junior2-2/+7
2018-09-18Expect for "@" when doing "complete break ada" on gdb.ada/complete.expSergio Durigan Junior2-1/+6
2018-09-18Remove remaining cleanups from compile-object-load.cTom Tromey2-27/+46
2018-09-18Remove munmap_listp_free_cleanupTom Tromey4-68/+59
2018-09-18Aarch64 SVE: Fix stack smashing when calling functionsAlan Hayward2-3/+15
2018-09-18Cast RLIM_INFINITY to rlim_t to fix 64-bit Solaris 10 buildRainer Orth2-1/+6
2018-09-18[OBVIOUS] ChangeLog for obvious enable frame-filter help fix.Philippe Waroquiers1-0/+5
2018-09-18[OBVIOUS] enable frame-filter short help uses disable instead of enablePhilippe Waroquiers1-1/+1
2018-09-17Do not pass -DNDEBUG to Python compilations in development modeTom Tromey3-2/+16
2018-09-17Check for gmp when checking for mpfrTom Tromey3-2/+8