summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
* Use kinfo_getfile to implement fdwalk on FreeBSD.John Baldwin2018-11-301-0/+24
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-222-0/+180
* invoke_xmethod & array_viewPedro Alves2018-11-211-0/+11
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-0/+42
* Fix previous change in filestuff.cEli Zaretskii2018-11-201-0/+4
* Avoid "Invalid parameter passed to C runtime function" warningEli Zaretskii2018-11-201-2/+4
* Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey2018-11-091-0/+19
* remove trailing spaces in print-utils.c ("int_string" function)Joel Brobecker2018-11-011-3/+3
* Import mkdtemp gnulib module, fix mingw buildSimon Marchi2018-11-012-0/+35
* Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's already definedSergio Durigan Junior2018-10-311-2/+3
* Remove relational operators from common/offset-type.hSergio Durigan Junior2018-10-291-17/+1
* Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request...Simon Marchi2018-10-291-8/+0
* Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."Simon Marchi2018-10-291-2/+0
* GDB: Only build for "unix:" connections if AF_LOCAL is supported.John Darrington2018-10-291-0/+2
* Do not reopen temporary filesTom Tromey2018-10-271-0/+13
* Use mkostemp, not mkstempTom Tromey2018-10-271-0/+11
* Move mkdir_recursive to common/filestuff.cTom Tromey2018-10-272-0/+55
* Move make_temp_filename to common/pathstuff.cTom Tromey2018-10-272-0/+18
* Unify shell-finding logicTom Tromey2018-10-272-0/+17
* GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.John Darrington2018-10-231-0/+8
* Avoid shadowing in fdwalkTom Tromey2018-10-041-1/+0
* Simple -Wshadow=local fixesTom Tromey2018-10-041-1/+0
* Use unsigned as base type for some enumsTom Tromey2018-10-031-0/+6
* Move duplicated code to common/gdb_proc_service.hGary Benson2018-10-011-0/+173
* Don't check HAVE_UNISTD_HTom Tromey2018-10-011-5/+0
* Add "const" to a few locals in gdbTom Tromey2018-09-241-2/+2
* Mark more file descriptors close-on-execTom Tromey2018-09-231-1/+2
* Update get_standard_cache_dir for macOSTom Tromey2018-09-172-4/+16
* Move 'is_regular_file' from common-utils.c to filestuff.cSergio Durigan Junior2018-09-124-37/+36
* Get rid of -Wodr warning (PR build/23399)Simon Marchi2018-08-282-5/+12
* Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey2018-08-271-1/+4
* Define _FORTIFY_SOURCE in common-defs.hTom Tromey2018-08-131-0/+12
* Fix some gettext ARI warningsSimon Marchi2018-08-091-3/+3
* Add DWARF index cacheSimon Marchi2018-08-072-0/+34
* Introduce mmap_file functionSimon Marchi2018-08-072-4/+70
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-0/+19
* Fix indentation in scoped_mmap.hSimon Marchi2018-07-241-19/+20
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Implement IPv6 support for GDB/gdbserverSergio Durigan Junior2018-07-112-0/+231
* darwin: Don't use sbrkSimon Marchi2018-07-041-0/+9
* Remove ptid_equalTom Tromey2018-07-033-17/+1
* Remove ptid_matchTom Tromey2018-07-032-12/+0
* Remove ptid_tid_pTom Tromey2018-07-032-12/+0
* Remove ptid_lwp_pTom Tromey2018-07-032-12/+0
* Remove ptid_is_pidTom Tromey2018-07-032-12/+0
* Remove ptid_get_tidTom Tromey2018-07-032-12/+0
* Remove ptid_get_lwpTom Tromey2018-07-032-12/+0
* Remove ptid_get_pidTom Tromey2018-07-032-12/+0
* Remove pid_to_ptidTom Tromey2018-07-032-12/+0
* Remove ptid_buildTom Tromey2018-07-033-13/+1