* core.c (dis_asm_read_memory), defs.h, gdbtk.c (gdb_disassemble),
authorStu Grossman <grossman@cygnus>
Fri, 3 Feb 1995 19:35:54 +0000 (19:35 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 3 Feb 1995 19:35:54 +0000 (19:35 +0000)
commita76ef70a1469a892f712549afda41511220462cf
treef77e4d17351335833522af284cd2546c95b99545
parent1b552670ac82a18385c05fb51fe51b6384a44e29
* core.c (dis_asm_read_memory), defs.h, gdbtk.c (gdb_disassemble),
top.c :  Get rid of dis_asm_read_memory_hook.  We can now call the
disassemblers directly and have no need for this hook anymore.
* defs.h, printcmd.c:  Make print_insn be static.

* ser-go32.c (dos_comisr):  Make this 8 bit clean.
* (dos_open dos_close):  Allow multiple opens to the same device.
Use a ref count to prevent unwanted deallocations.
* sparcl-tdep.c:  Put #ifdefs around all socket stuff to make GO32
happy.
* (sparclite_ops):  Switch to download_stratum.
* target.h (enum strata):  Move download_stratum before
process_stratum so that executable targets get pushed on top of
download targets.
gdb/ChangeLog
gdb/core.c
gdb/gdbtk.c
gdb/printcmd.c
gdb/ser-go32.c
gdb/sparcl-tdep.c
gdb/top.c
This page took 0.024086 seconds and 4 git commands to generate.