summaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)Author
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-30Only ignore -Wenum-compare-switch if it existsSimon Marchi
2017-12-29Ignore warning about using different types of enums in switchSimon Marchi
2017-12-08Add gdb::hash_enumPedro Alves
2017-12-08C++-ify parse_format_stringTom Tromey
2017-12-07Add virtual destructor to selftestSimon Marchi
2017-12-05Redefine gdb_static_assert as static_assertSimon Marchi
2017-12-02Fix typo in poison.hSimon Marchi
2017-11-30Remove ioctl-based procfs support on SolarisRainer Orth
2017-11-26Add include guards to common/format.hTom Tromey
2017-11-24Poison XNEW and friends for types that should use new/deleteSimon Marchi
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi
2017-11-17Remove DEF_VEC_I (int)Simon Marchi
2017-11-17Make open_fds an std::vectorSimon Marchi
2017-11-06Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves
2017-10-30Introduce in_inclusive_range, fix -Wtautological-compare warningsSimon Marchi
2017-10-30Introduce string_appendf/string_vappendfPedro Alves
2017-10-24Target FP printing: Simplify and fix ui_printfUlrich Weigand
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves
2017-10-10Eliminate catch_errorsPedro Alves
2017-10-09Remove free_splay_tree cleanupTom Tromey
2017-10-04Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior
2017-10-04Introduce gdb_tilde_expandSergio Durigan Junior
2017-09-29Introduce string_vprintfTom Tromey
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi
2017-09-16Make xml_escape_text return an std::stringSimon Marchi
2017-09-16Add selftests run filteringSimon Marchi
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-04Introduce gdb::array_viewPedro Alves
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior
2017-08-18GDBserver self testsYao Qi
2017-08-10Allow gdb::unique_xmalloc_ptr<T[]>Pedro Alves
2017-08-03Introduce and use gdb_file_upTom Tromey
2017-07-03buffer.h: Fix spelling mistakesSimon Marchi
2017-06-26vec: Silence -Wunused-function warnings on clangSimon Marchi
2017-06-26ada-lex: Ignore warnings about register keywordSimon Marchi
2017-06-22Update comment on gdb_environ::unsetSergio Durigan Junior
2017-06-22environ-selftests: Ignore -Wself-move warningPedro Alves
2017-06-22Add STRINGIFY to gdb/common/preprocessor.hPedro Alves
2017-06-22common/agent.h: Add missing include guardsPedro Alves
2017-06-20Use '::iterator' instead of '::const_iterator' on environ.c (and fix breakage...Sergio Durigan Junior
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves
2017-06-08Fix possible bug when no args have been provided to the executableSergio Durigan Junior
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior