This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 8e5e5494f8 Factor out mi_ui_out instantiation logic new b4be1b0648 Fix MI output for multi-location breakpoints
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 19 +++ gdb/NEWS | 14 +++ gdb/breakpoint.c | 26 ++-- gdb/doc/ChangeLog | 9 ++ gdb/doc/gdb.texinfo | 100 ++++++++++++++-- gdb/mi/mi-cmds.c | 2 + gdb/mi/mi-main.c | 27 +++++ gdb/mi/mi-main.h | 13 ++ gdb/mi/mi-out.c | 4 +- gdb/testsuite/ChangeLog | 8 ++ .../gdb.mi/mi-breakpoint-location-ena-dis.exp | 56 --------- ...-dis.cc => mi-breakpoint-multiple-locations.cc} | 0 .../gdb.mi/mi-breakpoint-multiple-locations.exp | 131 +++++++++++++++++++++ 13 files changed, 331 insertions(+), 78 deletions(-) delete mode 100644 gdb/testsuite/gdb.mi/mi-breakpoint-location-ena-dis.exp rename gdb/testsuite/gdb.mi/{mi-breakpoint-location-ena-dis.cc => mi-breakpoint-mu [...] create mode 100644 gdb/testsuite/gdb.mi/mi-breakpoint-multiple-locations.exp