aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves2-93/+8
2017-10-30Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi1-0/+9
2017-10-30Introduce string_appendf/string_vappendfPedro Alves2-0/+43
2017-10-24Target FP printing: Simplify and fix ui_printfUlrich Weigand2-3/+8
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-4/+2
2017-10-10Eliminate catch_errorsPedro Alves1-4/+4
2017-10-09Remove free_splay_tree cleanupTom Tromey1-0/+42
2017-10-04Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves1-14/+27
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior1-0/+4
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-0/+4
2017-10-04Introduce gdb_tilde_expandSergio Durigan Junior2-0/+109
2017-09-29Introduce string_vprintfTom Tromey2-0/+25
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves2-3/+3