summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-0/+16
* Bump to autoconf 2.69 and automake 1.15.1Simon Marchi2018-06-191-0/+11
* Add regcache raw_compare methodAlan Hayward2018-06-111-0/+5
* Add reg_buffer_commonAlan Hayward2018-06-111-0/+15
* Change type of reg_buffer::m_register_status to register_statusSimon Marchi2018-06-091-1/+1
* Remove cleanups from btrace codeTom Tromey2018-06-082-34/+45
* Fix typo in common/enum-flags.h exampleDavid Malcolm2018-06-051-1/+1
* Move gdb/common/diagnostics.h to include/diagnostics.hH.J. Lu2018-06-011-64/+0
* Mark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitialized warnings)Pedro Alves2018-05-301-1/+1
* Remove const_char_ptr typedefTom Tromey2018-05-291-4/+0
* Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_newSimon Marchi2018-05-201-1/+1
* Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi2018-05-202-1/+38