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 f7052ade774 Automatic date update in version.in new 21a52f7d827 gdb/testsuite: new test for -data-disassemble opcodes format new d309a8f9b34 gdb/disasm: read opcodes bytes with a single read_code call new d4ce49b7ac0 gdb: disassembler opcode display formatting new 2bfed4e8725 gdb: make gdb_disassembly_flag unsigned new 48883ade647 gdb/doc: update syntax of -data-disassemble command arguments new 924272f2bf5 gdb/mi: some int to bool conversion new 08f406e9a1e gdb/mi: new options for -data-disassemble command
The 7 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/NEWS | 12 +++ gdb/cli/cli-cmds.c | 6 ++ gdb/disasm-flags.h | 3 +- gdb/disasm.c | 55 +++++++++-- gdb/disasm.h | 3 + gdb/doc/gdb.texinfo | 159 +++++++++++++++++++++++++------- gdb/mi/mi-cmd-disas.c | 105 ++++++++++++++++----- gdb/record.c | 3 + gdb/testsuite/gdb.mi/mi-disassemble.exp | 153 +++++++++++++++++++++++++----- gdb/testsuite/lib/mi-support.exp | 27 ++++++ 10 files changed, 437 insertions(+), 89 deletions(-)