aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-0/+1
2018-04-01Remove char_ptr typedefSimon Marchi1-1/+0
2018-03-30Remove usage of VEC(char_ptr) in gdbscm_parse_function_argsSimon Marchi1-2/+0
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2-3/+14
2018-03-19Convert observers to C++Tom Tromey1-0/+119
2018-03-08Add xml_escape_text_append and use itSimon Marchi2-12/+24
2018-03-06btrace: Remove VEC cleanupsSimon Marchi1-0/+31
2018-03-02Remove free_char_ptr_vecSimon Marchi2-20/+0
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2-29/+31
2018-03-02Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build ...Sergio Durigan Junior1-0/+4
2018-02-28Make gdbserver work with filename-only binariesSergio Durigan Junior4-0/+55
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior5-0/+211
2018-02-26Move arch/tdesc.h to common/tdesc.hAlan Hayward1-0/+95
2018-02-19Add common/ dir in build directoriesAlan Hayward1-2/+2
2018-02-09common: add scoped_mmapMarkus Metzger1-0/+76
2018-02-09common: add scoped_fdMarkus Metzger1-0/+60
2018-01-15gdb/common/signals-state-save-restore.c: Fix typosPedro Alves1-2/+1
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves2-6/+31
2018-01-02Update copyright year range in all GDB filesJoel Brobecker93-93/+93
2017-12-30Only ignore -Wenum-compare-switch if it existsSimon Marchi1-3/+6
2017-12-29Ignore warning about using different types of enums in switchSimon Marchi1-0/+5
2017-12-08Add gdb::hash_enumPedro Alves1-0/+45
2017-12-08C++-ify parse_format_stringTom Tromey2-66/+38
2017-12-07Add virtual destructor to selftestSimon Marchi1-0/+1
2017-12-05Redefine gdb_static_assert as static_assertSimon Marchi1-2/+1
2017-12-02Fix typo in poison.hSimon Marchi1-1/+1
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth1-1/+1
2017-11-26Add include guards to common/format.hTom Tromey1-0/+5
2017-11-24Poison XNEW and friends for types that should use new/deleteSimon Marchi3-8/+145
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi2-0/+19
2017-11-17Remove DEF_VEC_I (int)Simon Marchi1-2/+0
2017-11-17Make open_fds an std::vectorSimon Marchi1-19/+11
2017-11-06Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves1-1/+1