aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-09Change type of reg_buffer::m_register_status to register_statusSimon Marchi1-1/+1
2018-06-08Remove cleanups from btrace codeTom Tromey2-34/+45
2018-06-05Fix typo in common/enum-flags.h exampleDavid Malcolm1-1/+1
2018-06-01Move gdb/common/diagnostics.h to include/diagnostics.hH.J. Lu1-64/+0
2018-05-30Mark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitialized warnings)Pedro Alves1-1/+1
2018-05-29Remove const_char_ptr typedefTom Tromey1-4/+0
2018-05-20Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_newSimon Marchi1-1/+1
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi2-1/+38
2018-05-17Make format_pieces recognize the \e escape sequenceSimon Marchi2-5/+11
2018-05-08gdb/x86: Handle kernels using compact xsave formatAndrew Burgess1-0/+13
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil2-0/+52
2018-05-04Remove do_closedir_cleanupTom Tromey1-0/+14
2018-04-30Introduce ref_ptr::new_referenceTom Tromey1-0/+7
2018-04-18Remove xml file references from target descriptionsAlan Hayward1-3/+1
2018-04-18Create xml from target descriptionsAlan Hayward2-0/+135
2018-04-18Add tdesc osabi and architecture functionsAlan Hayward1-0/+8
2018-04-18Commonise tdesc types and makes use of them in gdbserver tdescAlan Hayward2-0/+281