aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-13Centralize thread ID printingPedro Alves2-35/+44
2016-01-12Remove trademark acknowledgements throughoutPedro Alves2-5/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker58-58/+58
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay1-0/+2
2015-12-18Share regcache function regcache_raw_read_unsignedAntoine Tremblay2-0/+60
2015-12-16[C++] Fix -Winvalid-offsetof warnings with g++ 4.4Pedro Alves1-10/+34
2015-11-17[C++] Always use setjmp/longjmp for exceptionsPedro Alves2-16/+33
2015-11-17MinGW and attribute format(printf/gnu_printf)Pedro Alves1-0/+9
2015-11-17[C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.hPedro Alves1-0/+16
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-0/+224
2015-10-29Add cast to VEC_iteratePedro Alves1-1/+1
2015-10-29Add cast to exception_nonePedro Alves1-1/+1
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves1-0/+16
2015-10-27Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'Pedro Alves2-2/+6
2015-10-26musl: Move W_STOPCODE to common/gdb_wait.h.Doug Evans1-4/+4
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-0/+5
2015-10-13More char constificationPedro Alves1-1/+2
2015-10-01vec.h: Add casts for C++ compatSimon Marchi1-3/+3
2015-09-28common/filestuff.c (make_cleanup_close): Update comment.Doug Evans1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi4-4/+5