aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)Author
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
2017-06-07Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior
2017-05-02Remove definition of VEC (CORE_ADDR)Simon Marchi
2017-04-25Fix build on gcc < 5 (std::is_trivially_copyable missing)Pedro Alves
2017-04-25Poison non-POD memset & non-trivially-copyable memcpy/memmovePedro Alves
2017-04-25Don't memcpy non-trivially-copyable types: Make enum_flags triv. copyablePedro Alves
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves
2017-04-19Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves
2017-04-18More gdb::optional featuresPedro Alves
2017-04-12Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-04-06Class-ify ptid_tSimon Marchi
2017-04-05ptid_{lwp,tid}_p: Remove unnecessary checksSimon Marchi
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized w...Pedro Alves
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves
2017-04-04dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves
2017-04-04gdb::optional: Add observersPedro Alves
2017-03-08gdb: Fix ATTRIBUTE_NONNULL usagePedro Alves
2017-03-07Share gdb/environ.[ch] with gdbserverSergio Durigan Junior
2017-02-23Introduce gdb::function_viewPedro Alves
2017-02-21Default initialize enum flags to 0Simon Marchi
2017-02-20DWARF-5: call sitesJan Kratochvil
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm
2017-02-10Remove some ui_out-related cleanups from PythonTom Tromey
2017-01-31gdb: make_scoped_restore and types convertible to TPedro Alves
2017-01-10Introduce and use gdb::unlinkerTom Tromey
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-10Add gdb_ref_ptr.hTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-24Add noexcept to custom non-throwing new operators.John Baldwin
2016-11-23gdb: Use C++11 std::chronoPedro Alves
2016-11-15Delete gdb::unique_ptr/gdb::movePedro Alves
2016-11-08Introduce string_printfPedro Alves
2016-10-25common/common-defs.h: Define __STDC_FORMAT_MACROS as wellPedro Alves
2016-10-25new-op.c: Add comment about -fsanitize=addressPedro Alves
2016-10-25Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.Pedro Alves