aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-18Commonise tdesc_feature and makes use of it in gdbserver tdescAlan Hayward2-0/+151
2018-04-18Commonise tdesc_reg and makes use of it in gdbserver tdescAlan Hayward2-0/+140
2018-04-09Add selftests for range_contains and insert_into_bit_range_vectorSimon Marchi1-0/+27
2018-04-09Use an std::vector for inline_statesSimon Marchi1-5/+17
2018-04-09Add gdb::string_viewSimon Marchi2-246/+114
2018-04-09Copy string_view files from libstdc++Simon Marchi2-0/+911