summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add selftests for range_contains and insert_into_bit_range_vectorSimon Marchi2018-04-091-0/+27
* Use an std::vector for inline_statesSimon Marchi2018-04-091-5/+17
* Add gdb::string_viewSimon Marchi2018-04-092-246/+114
* Copy string_view files from libstdc++Simon Marchi2018-04-092-0/+911
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-0/+1
* Remove char_ptr typedefSimon Marchi2018-04-011-1/+0
* Remove usage of VEC(char_ptr) in gdbscm_parse_function_argsSimon Marchi2018-03-301-2/+0
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-222-3/+14
* Convert observers to C++Tom Tromey2018-03-191-0/+119
* Add xml_escape_text_append and use itSimon Marchi2018-03-082-12/+24
* btrace: Remove VEC cleanupsSimon Marchi2018-03-061-0/+31
* Remove free_char_ptr_vecSimon Marchi2018-03-022-20/+0
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-022-29/+31
* Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build ...Sergio Durigan Junior2018-03-021-0/+4
* Make gdbserver work with filename-only binariesSergio Durigan Junior2018-02-284-0/+55
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-285-0/+211
* Move arch/tdesc.h to common/tdesc.hAlan Hayward2018-02-261-0/+95
* Add common/ dir in build directoriesAlan Hayward2018-02-191-2/+2
* common: add scoped_mmapMarkus Metzger2018-02-091-0/+76
* common: add scoped_fdMarkus Metzger2018-02-091-0/+60
* gdb/common/signals-state-save-restore.c: Fix typosPedro Alves2018-01-151-2/+1
* Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves2018-01-052-6/+31
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0293-93/+93
* Only ignore -Wenum-compare-switch if it existsSimon Marchi2017-12-301-3/+6
* Ignore warning about using different types of enums in switchSimon Marchi2017-12-291-0/+5
* Add gdb::hash_enumPedro Alves2017-12-081-0/+45
* C++-ify parse_format_stringTom Tromey2017-12-082-66/+38