X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=b293515cea91f973a71e96f6c45cbf203c0c9379;hb=49d06418ada11004ca1cdc0ec5847358e83fc67a;hp=b60b3e6ceac4cc23c4b294746d1105212dc34bb5;hpb=d73f9c4bab1a0ec82007f9d36b8a7bf5d34f7bf6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b60b3e6cea..b293515cea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,45 @@ +2016-10-08 Simon Marchi + + * ui-out.c (push_level): Remove "id" parameter. + (ui_out_begin): Update call. + +2016-10-07 Joel Brobecker + + GDB 7.12 released. + +2016-10-07 Markus Metzger + + * python/python.c (gdbpy_decode_line): Call + string_to_event_location_basic instead of new_linespec_location. + +2016-10-06 Sergio Durigan Junior + + * target.c (target_supports_multi_process): New function, moved + from... + * target.h (target_supports_multi_process): ... here. Remove + macro. + * target/target.h (target_supports_multi_process): New prototype. + +2016-10-06 Pedro Alves + + * cp-valprint.c (vtbl_ptr_name): Write "extern const" instead of + EXPORTED_CONST. + * stub-termcap.c: Remove __cplusplus checks. + * common/common-defs.h [!__cplusplus] (EXTERN_C, EXTERN_C_PUSH, + EXTERN_C_POP): Delete. + * common/common-exceptions.h (GDB_XCPT_SJMP): Update comments. + (GDB_XCPT) [!__cplusplus]: Delete. + (throw_exception, throw_exception_sjlj): Update comments. + * guile/guile-internal.h (as_a_scm_t_subr) [!__cplusplus]: Delete. + * guile/guile.c (extension_language_guile): Write "extern const" + instead of EXPORTED_CONST. + * features/feature_to_c.sh: Don't emit !__cplusplus code. Write + "extern const" instead of EXPORTED_CONST. + +2016-10-06 Doug Evans + + * python/py-value.c (valpy_long): Handle unsigned values. + 2016-10-06 Simon Marchi * frame.h: Forward-declare struct ui_out.