aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2-0/+16
2017-04-06Class-ify ptid_tSimon Marchi2-74/+160
2017-04-05ptid_{lwp,tid}_p: Remove unnecessary checksSimon Marchi1-8/+0
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized w...Pedro Alves1-2/+3
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves4-0/+322
2017-04-04dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves1-0/+32
2017-04-04gdb::optional: Add observersPedro Alves1-0/+29
2017-03-08gdb: Fix ATTRIBUTE_NONNULL usagePedro Alves1-1/+1
2017-03-07Share gdb/environ.[ch] with gdbserverSergio Durigan Junior2-0/+231
2017-02-23Introduce gdb::function_viewPedro Alves1-0/+355
2017-02-21Default initialize enum flags to 0Simon Marchi1-1/+2
2017-02-20DWARF-5: call sitesJan Kratochvil1-1/+1
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-6/+13
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm1-3/+3
2017-02-10Remove some ui_out-related cleanups from PythonTom Tromey1-0/+87
2017-01-31gdb: make_scoped_restore and types convertible to TPedro Alves1-4/+7
2017-01-10Introduce and use gdb::unlinkerTom Tromey1-0/+60
2017-01-10Use class to manage BFD reference countsTom Tromey1-0/+6
2017-01-10Add gdb_ref_ptr.hTom Tromey1-0/+215
2017-01-01update copyright year range in GDB filesJoel Brobecker65-65/+65
2016-11-24Add noexcept to custom non-throwing new operators.John Baldwin1-2/+2
2016-11-23gdb: Use C++11 std::chronoPedro Alves2-0/+133
2016-11-15Delete gdb::unique_ptr/gdb::movePedro Alves2-348/+7
2016-11-08Introduce string_printfPedro Alves2-0/+29
2016-10-25common/common-defs.h: Define __STDC_FORMAT_MACROS as wellPedro Alves1-2/+10
2016-10-25new-op.c: Add comment about -fsanitize=addressPedro Alves1-0/+6
2016-10-25Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.Pedro Alves1-0/+13
2016-10-25Don't override operator new if GDB is built with -fsanitize=addressYao Qi1-0/+7
2016-10-21Use RAII to save and restore scalarsTom Tromey1-0/+99
2016-10-18gdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROSPedro Alves1-16/+0
2016-10-18Introduce gdb::unique_ptrPedro Alves2-0/+389
2016-10-14Include strings.h where availableEli Zaretskii1-0/+3
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves2-24/+11
2016-09-23gdb: Replace operator new / operator new[]Pedro Alves2-0/+105
2016-09-19gdb: Fix build breakage with GCC 4.1 and --disable-nlsPedro Alves1-5/+0
2016-08-10Quiet ARI gettext checksPedro Alves1-4/+4
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves3-1/+134
2016-07-15Pass SIGLIBRT directly to child processes.John Baldwin1-0/+8
2016-06-06Add method/format information to =record-startedSimon Marchi2-0/+23
2016-06-01Add xmalloc_failed() function to common-utils.c in to avoid the need to link ...Nick Clifton1-0/+6
2016-04-22Switch gdb's TRY/CATCH to C++ try/catchPedro Alves1-5/+6
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves2-31/+71
2016-04-21Switch gdb's TRY/CATCH to sjlj againPedro Alves1-6/+5
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi1-2/+3
2016-04-12[C++] Switch TRY/CATCH to real C++ try/catch by default againPedro Alves1-5/+6
2016-04-12Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves2-7/+7
2016-04-12Eliminate prepare_to_throw_exceptionPedro Alves2-9/+0
2016-03-09Use struct buffer in gdb_readline_no_editingPedro Alves1-0/+9
2016-01-26Fix function commentsSimon Marchi1-2/+2