* disasm.c: New file.
authorFernando Nasser <fnasser@redhat.com>
Mon, 30 Sep 2002 15:57:26 +0000 (15:57 +0000)
committerFernando Nasser <fnasser@redhat.com>
Mon, 30 Sep 2002 15:57:26 +0000 (15:57 +0000)
commit92df71f044d9a17e6244ee33370f53638c818b9c
tree9f31db3c28a52acb565a1113a66464a1f055f31b
parent701b80cd6647fd2a325b037cb572e6226905c92d
* disasm.c: New file.
* disasm.h: New file.
* mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
(compare_lines): Ditto.
(dump_insns): Ditto.
(do_mixed_source_and_assembly): Moved to disasm.c. Added uiout argument. (do_assembly_only): Ditto.
(do_disassembly): Renamed to gdb_disassembly and moved to disasm.c.
Sdded uiout argument.
* Makefile.in: Add new files.  Reorder SFILES list. Update dependencies. Include libgdb.a later in the insight executable.
gdb/ChangeLog
gdb/Makefile.in
gdb/disasm.c [new file with mode: 0644]
gdb/disasm.h [new file with mode: 0644]
gdb/mi/mi-cmd-disas.c
This page took 0.026291 seconds and 4 git commands to generate.