binutils-gdb/gdb/cli
Hui Zhu e6158f167b 2009-07-11 Hui Zhu <teawater@gmail.com>
* cli/cli-cmds.c (disassemble_command): Add a new modifier /r
	to "disassemble" command to print the raw instructions in hex as
	well as in symbolic form.
	(init_cli_cmds): Ditto.
	(print_disassembly): Change "mixed" to "flags" to translate
	the behavior of disassemble.
	(disassemble_current_function): Ditto.
	* mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
	* stack.c (gdb_disassembly_stub): Ditto.
	* disasm.c (do_mixed_source_and_assembly): Ditto.
	(do_mixed_source_and_assembly): Ditto.
	(do_assembly_only): Ditto.
	(gdb_disassembly): Ditto.
	(dump_insns): print the raw instructions in hex as well as in
	symbolic form if DISASSEMBLY_RAW_INSN and flags is true.
	* disasm.h (DISASSEMBLY_SOURCE): Include source code with the
	assembly if it and flags is true.
	(DISASSEMBLY_RAW_INSN): Include the raw instructions in hex with
	the assembly if it and flags is true.
	(gdb_disassembly): Update extern.
	* NEWS: Document disassemble/r support.
2009-07-11 14:04:23 +00:00
..
cli-cmds.c 2009-07-11 Hui Zhu <teawater@gmail.com> 2009-07-11 14:04:23 +00:00
cli-cmds.h gdb/ 2009-07-02 21:57:28 +00:00
cli-decode.c 2009-06-19 Samuel Bronson <naesten@gmail.com> 2009-06-19 15:49:35 +00:00
cli-decode.h * infrun.c (normal_stop): Use has_stack_frames instead of 2009-03-25 21:42:35 +00:00
cli-dump.c gdb/ 2009-07-09 20:30:59 +00:00
cli-dump.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cli-interp.c Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00
cli-logging.c 2008-02-21 Pedro Alves <pedro@codesorcery.com> 2009-02-21 16:14:50 +00:00
cli-script.c gdb/ 2009-05-23 16:17:18 +00:00
cli-script.h * NEWS: Document "define" for prefixed commands. 2009-01-14 20:40:09 +00:00
cli-setshow.c gdb/ 2009-05-23 16:17:18 +00:00
cli-setshow.h Updated copyright notices for most files. 2009-01-03 05:58:08 +00:00