aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
2018-11-20Fix previous change in filestuff.cEli Zaretskii1-0/+4
2018-11-20Avoid "Invalid parameter passed to C runtime function" warningEli Zaretskii1-2/+4
2018-11-09Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey1-0/+19
2018-11-01remove trailing spaces in print-utils.c ("int_string" function)Joel Brobecker1-3/+3
2018-11-01Import mkdtemp gnulib module, fix mingw buildSimon Marchi2-0/+35
2018-10-31Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already definedSergio Durigan Junior1-2/+3
2018-10-29Remove relational operators from common/offset-type.hSergio Durigan Junior1-17/+1
2018-10-29Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request...Simon Marchi1-8/+0
2018-10-29Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."Simon Marchi1-2/+0
2018-10-29GDB: Only build for "unix:" connections if AF_LOCAL is supported.John Darrington1-0/+2
2018-10-27Do not reopen temporary filesTom Tromey1-0/+13
2018-10-27Use mkostemp, not mkstempTom Tromey1-0/+11
2018-10-27Move mkdir_recursive to common/filestuff.cTom Tromey2-0/+55
2018-10-27Move make_temp_filename to common/pathstuff.cTom Tromey2-0/+18
2018-10-27Unify shell-finding logicTom Tromey2-0/+17
2018-10-23GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.John Darrington1-0/+8
2018-10-04Avoid shadowing in fdwalkTom Tromey1-1/+0
2018-10-04Simple -Wshadow=local fixesTom Tromey1-1/+0
2018-10-03Use unsigned as base type for some enumsTom Tromey1-0/+6
2018-10-01Move duplicated code to common/gdb_proc_service.hGary Benson1-0/+173
2018-10-01Don't check HAVE_UNISTD_HTom Tromey1-5/+0
2018-09-24Add "const" to a few locals in gdbTom Tromey1-2/+2
2018-09-23Mark more file descriptors close-on-execTom Tromey1-1/+2
2018-09-17Update get_standard_cache_dir for macOSTom Tromey2-4/+16
2018-09-12Move 'is_regular_file' from common-utils.c to filestuff.cSergio Durigan Junior4-37/+36
2018-08-28Get rid of -Wodr warning (PR build/23399)Simon Marchi2-5/+12
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey1-1/+4
2018-08-13Define _FORTIFY_SOURCE in common-defs.hTom Tromey1-0/+12
2018-08-09Fix some gettext ARI warningsSimon Marchi1-3/+3
2018-08-07Add DWARF index cacheSimon Marchi2-0/+34
2018-08-07Introduce mmap_file functionSimon Marchi2-4/+70
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-0/+19
2018-07-24Fix indentation in scoped_mmap.hSimon Marchi1-19/+20
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-11Implement IPv6 support for GDB/gdbserverSergio Durigan Junior2-0/+231
2018-07-04darwin: Don't use sbrkSimon Marchi1-0/+9
2018-07-03Remove ptid_equalTom Tromey3-17/+1
2018-07-03Remove ptid_matchTom Tromey2-12/+0
2018-07-03Remove ptid_tid_pTom Tromey2-12/+0
2018-07-03Remove ptid_lwp_pTom Tromey2-12/+0
2018-07-03Remove ptid_is_pidTom Tromey2-12/+0
2018-07-03Remove ptid_get_tidTom Tromey2-12/+0
2018-07-03Remove ptid_get_lwpTom Tromey2-12/+0
2018-07-03Remove ptid_get_pidTom Tromey2-12/+0
2018-07-03Remove pid_to_ptidTom Tromey2-12/+0
2018-07-03Remove ptid_buildTom Tromey3-13/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+16
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi1-0/+11
2018-06-11Add regcache raw_compare methodAlan Hayward1-0/+5
2018-06-11Add reg_buffer_commonAlan Hayward1-0/+15