From d7c4766c8c31727516167ca02ab45eb267f052c6 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sat, 15 Apr 1995 21:01:31 +0000 Subject: [PATCH] * gdbtk.c (gdb_disassemble): Read from inferior if connected to a VxWorks target. --- gdb/ChangeLog | 9 ++++++++- gdb/gdbtk.c | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 93b116f..36b3471 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,9 +1,14 @@ start-sanitize-gdbtk +Sat Apr 15 13:52:24 1995 Stan Shebs + + * gdbtk.c (gdb_disassemble): Read from inferior if connected + to a VxWorks target. + Fri Apr 14 10:18:20 1995 Stu Grossman (grossman@cygnus.com) * README.GDBTK: New file. Contains the obvious. - end-sanitize-gdbtk + Thu Apr 13 16:17:04 1995 Rob Savoye * remote-array.c: New file for Array Tech LSI33k based controller @@ -105,10 +110,12 @@ Tue Apr 11 09:35:20 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * nlm/Makefile.in: Remove comments discussing munch. +start-sanitize-gdbtk Tue Apr 11 11:07:12 1995 Michael Meissner * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but F_SETOWN is, use that. +end-sanitize-gdbtk Mon Apr 10 18:31:57 1995 Stan Shebs diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c index 5d8fcb9..802e0b9 100644 --- a/gdb/gdbtk.c +++ b/gdb/gdbtk.c @@ -801,7 +801,8 @@ gdb_disassemble (clientData, interp, argc, argv) if (disassemble_from_exec == -1) if (strcmp (target_shortname, "child") == 0 - || strcmp (target_shortname, "procfs") == 0) + || strcmp (target_shortname, "procfs") == 0 + || strcmp (target_shortname, "vxprocess") == 0) disassemble_from_exec = 0; /* It's a child process, read inferior mem */ else disassemble_from_exec = 1; /* It's remote, read the exec file */ -- 2.7.4