binutils-gdb/gdb/common
John Baldwin bbe910e6e1 Add noexcept to custom non-throwing new operators.
Both libc++ and libstdc++ declare non-throwing new operators as
noexcept and overloads must also be noexcept.  This fixes a
-Wmissing-exception-spec warning with clang.

gdb/ChangeLog:

	* common/new-op.c (operator new): Mark 'noexcept'.
	(operator new[]): Likewise.
2016-11-24 12:01:24 -08:00
..
agent.c
agent.h
ax.def
break-common.h
btrace-common.c
btrace-common.h
buffer.c
buffer.h
cleanups.c
cleanups.h
common-debug.c
common-debug.h
common-defs.h Delete gdb::unique_ptr/gdb::move 2016-11-15 19:54:21 +00:00
common-exceptions.c
common-exceptions.h gdb: Remove some C compiler support leftovers 2016-10-06 19:23:37 +01:00
common-regcache.c
common-regcache.h
common-types.h
common-utils.c Introduce string_printf 2016-11-08 15:26:42 +00:00
common-utils.h Introduce string_printf 2016-11-08 15:26:42 +00:00
common.host
common.m4 Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions 2016-08-09 20:16:20 +01:00
create-version.sh
enum-flags.h
errors.c
errors.h
fileio.c
fileio.h
filestuff.c
filestuff.h
format.c
format.h
gdb_assert.h
gdb_locale.h gdb: Fix build breakage with GCC 4.1 and --disable-nls 2016-09-19 16:55:35 +01:00
gdb_setjmp.h
gdb_signals.h
gdb_sys_time.h
gdb_unique_ptr.h Delete gdb::unique_ptr/gdb::move 2016-11-15 19:54:21 +00:00
gdb_vecs.c
gdb_vecs.h
gdb_wait.h
host-defs.h
mingw-strerror.c
new-op.c Add noexcept to custom non-throwing new operators. 2016-11-24 12:01:24 -08:00
posix-strerror.c
print-utils.c
print-utils.h
ptid.c
ptid.h
queue.h
rsp-low.c
rsp-low.h
run-time-clock.c gdb: Use C++11 std::chrono 2016-11-23 15:36:26 +00:00
run-time-clock.h gdb: Use C++11 std::chrono 2016-11-23 15:36:26 +00:00
scoped_restore.h Use RAII to save and restore scalars 2016-10-21 14:17:31 -06:00
signals-state-save-restore.c Quiet ARI gettext checks 2016-08-10 16:06:57 +01:00
signals-state-save-restore.h Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions 2016-08-09 20:16:20 +01:00
signals.c Pass SIGLIBRT directly to child processes. 2016-07-15 06:35:37 -07:00
symbol.h
vec.c
vec.h
version.h
x86-xstate.h
xml-utils.c
xml-utils.h