summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make format_pieces recognize the \e escape sequenceSimon Marchi2018-05-172-5/+11
* gdb/x86: Handle kernels using compact xsave formatAndrew Burgess2018-05-081-0/+13
* aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil2018-05-042-0/+52
* Remove do_closedir_cleanupTom Tromey2018-05-041-0/+14
* Introduce ref_ptr::new_referenceTom Tromey2018-04-301-0/+7
* Remove xml file references from target descriptionsAlan Hayward2018-04-181-3/+1
* Create xml from target descriptionsAlan Hayward2018-04-182-0/+135
* Add tdesc osabi and architecture functionsAlan Hayward2018-04-181-0/+8
* Commonise tdesc types and makes use of them in gdbserver tdescAlan Hayward2018-04-182-0/+281
* Commonise tdesc_feature and makes use of it in gdbserver tdescAlan Hayward2018-04-182-0/+151
* Commonise tdesc_reg and makes use of it in gdbserver tdescAlan Hayward2018-04-182-0/+140