1995-01-13 00:10:48 +01:00
|
|
|
|
/* Tcl/Tk interface routines.
|
1996-01-25 00:39:34 +01:00
|
|
|
|
Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
|
1995-01-13 00:10:48 +01:00
|
|
|
|
|
|
|
|
|
Written by Stu Grossman <grossman@cygnus.com> of Cygnus Support.
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
This file is part of GDB.
|
|
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
along with this program; if not, write to the Free Software
|
1995-08-02 05:41:12 +02:00
|
|
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
#include "defs.h"
|
|
|
|
|
#include "symtab.h"
|
|
|
|
|
#include "inferior.h"
|
|
|
|
|
#include "command.h"
|
|
|
|
|
#include "bfd.h"
|
|
|
|
|
#include "symfile.h"
|
|
|
|
|
#include "objfiles.h"
|
|
|
|
|
#include "target.h"
|
|
|
|
|
#include <tcl.h>
|
|
|
|
|
#include <tk.h>
|
1995-05-19 16:15:48 +02:00
|
|
|
|
#ifdef ANSI_PROTOTYPES
|
* utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
with an ANSI compiler.
* complain.c (complain): Likewise.
* language.c (type_error, range_error): Likewise.
* monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
* remote-array.c (printf_monitor, debuglogs): Likewise.
* remote-mips.c (mips_error): Likewise.
* remote-os9k.c (printf_monitor): Likewise.
* remote-st.c (printf_stdebug): Likewise.
* gdbtk.c (gdbtk_query): Likewise.
* defs.h, complain.h, language.h, monitor.h: Add prototypes to
match above changes.
* printcmd.c: Remove uneeded #include <varargs.h>.
* remote-e7000.c: Likewise.
* f-typeprint.c (f_type_print_base): Fix typo found by above
changes.
1995-05-19 01:45:31 +02:00
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
#else
|
1994-11-02 01:50:12 +01:00
|
|
|
|
#include <varargs.h>
|
* utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
with an ANSI compiler.
* complain.c (complain): Likewise.
* language.c (type_error, range_error): Likewise.
* monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
* remote-array.c (printf_monitor, debuglogs): Likewise.
* remote-mips.c (mips_error): Likewise.
* remote-os9k.c (printf_monitor): Likewise.
* remote-st.c (printf_stdebug): Likewise.
* gdbtk.c (gdbtk_query): Likewise.
* defs.h, complain.h, language.h, monitor.h: Add prototypes to
match above changes.
* printcmd.c: Remove uneeded #include <varargs.h>.
* remote-e7000.c: Likewise.
* f-typeprint.c (f_type_print_base): Fix typo found by above
changes.
1995-05-19 01:45:31 +02:00
|
|
|
|
#endif
|
1994-11-02 01:50:12 +01:00
|
|
|
|
#include <signal.h>
|
|
|
|
|
#include <fcntl.h>
|
1994-09-13 18:24:01 +02:00
|
|
|
|
#include <unistd.h>
|
1994-12-16 02:07:35 +01:00
|
|
|
|
#include <setjmp.h>
|
|
|
|
|
#include "top.h"
|
1994-12-24 01:32:14 +01:00
|
|
|
|
#include <sys/ioctl.h>
|
* configure.in: Check for working mmap, ansi headers, string.h,
strings.h, and memory.h.
* configure: Regenerated.
* gdb_stat.h: New file, "portable" <sys/stat.h>.
* gdb_string.h: New file, "portable" <string.h>.
* altos-xdep.c, arm-tdep.c, arm-xdep.c, convex-tdep.c,
convex-xdep.c, coredep.c, cxux-nat.c, dbxread.c, exec.c,
gould-xdep.c, hppa-tdep.c, i386aix-nat.c, i386b-nat.c,
i386mach-nat.c, i386v-nat.c, infptrace.c, m88k-nat.c, main.c,
mdebugread.c, objfiles.c, os9kread.c, procfs.c, pyr-xdep.c,
rs6000-nat.c, source.c, standalone.c, stuff.c, sun386-nat.c,
symfile.c, symm-nat.c, symm-tdep.c, symtab.c, top.c, ultra3-nat.c,
ultra3-xdep.c, umax-xdep.c, xcoffread.c: Include "gdb_stat.h"
instead of <sys/stat.h>.
* alpha-tdep.c, breakpoint.c, buildsym.c, c-typeprint.c,
ch-typeprint.c, coffread.c, command.c, core-sol2.c, core-svr4.c,
core.c, corelow.c, cp-valprint.c, dbxread.c, dcache.c, demangle.c,
dpx2-nat.c, dstread.c, dwarfread.c, elfread.c, environ.c, eval.c,
exec.c, f-lang.c, f-typeprint.c, f-valprint.c, findvar.c,
fork-child.c, gdbtypes.c, hpread.c, i386-tdep.c, infcmd.c,
inflow.c, infptrace.c, infrun.c, irix5-nat.c, language.c,
m2-typeprint.c, main.c, mdebugread.c, minsyms.c, mipsread.c,
monitor.c, nlmread.c, objfiles.c, os9kread.c, osfsolib.c, parse.c,
printcmd.c, procfs.c, regex.c, remote-adapt.c, remote-arc.c,
remote-array.c, remote-bug.c, remote-e7000.c, remote-eb.c,
remote-es.c, remote-hms.c, remote-mm.c, remote-os9k.c,
remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c,
remote-utils.c, remote-vx.c, remote-vx29k.c, remote-vx68.c,
remote-vx960.c, remote-vxmips.c, remote-vxsparc.c, remote.c,
solib.c, somread.c, source.c, stabsread.c, stack.c, symfile.c,
symmisc.c, symtab.c, target.c, top.c, typeprint.c, utils.c,
valarith.c, valops.c, valprint.c, values.c, xcoffread.c: Include
"gdb_string.h" instead of <string.h>.
* gdbtk.c: Likewise.
* config/xm-sysv4.h, i386/xm-ptx.h, m68k/xm-sun3os4.h,
sparc/xm-sun4os4.h (HAVE_MMAP): Removed.
* config/xm-lynx.h, config/i386/xm-ptx.h,
config/m68k/nm-apollo68b.h, config/m68k/xm-hp300hpux.h,
config/mips/xm-irix3.h, config/mips/xm-mips.h,
config/mips/xm-news-mips.h, config/mips/xm-riscos.h,
config/pa/hppah.h, config/rs6000/xm-rs6000.h,
config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
config/vax/xm-vaxbsd.h, config/vax/xm-vaxult.h,
config/vax/xm-vaxult2.h (MEM_FNS_DECLARED): Removed.
* config/mips/xm-irix3.h, config/mips/xm-mips.h,
config/pa/xm-hppah.h (memcpy, memset): Removed declarations.
1995-08-01 22:14:27 +02:00
|
|
|
|
#include "gdb_string.h"
|
1995-01-06 02:55:45 +01:00
|
|
|
|
#include "dis-asm.h"
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include "gdbcmd.h"
|
1994-12-24 01:32:14 +01:00
|
|
|
|
|
|
|
|
|
#ifndef FIOASYNC
|
1994-12-19 09:01:45 +01:00
|
|
|
|
#include <sys/stropts.h>
|
|
|
|
|
#endif
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1996-04-05 20:27:08 +02:00
|
|
|
|
/* Some versions (1.3.79, 1.3.81) of Linux don't support SIOCSPGRP the way
|
1996-05-09 01:34:34 +02:00
|
|
|
|
gdbtk wants to use it... */
|
1996-04-05 20:27:08 +02:00
|
|
|
|
#ifdef __linux__
|
|
|
|
|
#undef SIOCSPGRP
|
|
|
|
|
#endif
|
|
|
|
|
|
1996-07-26 05:01:51 +02:00
|
|
|
|
static void null_routine PARAMS ((int));
|
|
|
|
|
static void gdbtk_flush PARAMS ((FILE *));
|
|
|
|
|
static void gdbtk_fputs PARAMS ((const char *, FILE *));
|
|
|
|
|
static int gdbtk_query PARAMS ((const char *, va_list));
|
|
|
|
|
static char *gdbtk_readline PARAMS ((char *));
|
|
|
|
|
static void gdbtk_init PARAMS ((void));
|
|
|
|
|
static void tk_command_loop PARAMS ((void));
|
|
|
|
|
static void gdbtk_call_command PARAMS ((struct cmd_list_element *, char *, int));
|
|
|
|
|
static int gdbtk_wait PARAMS ((int, struct target_waitstatus *));
|
|
|
|
|
static void x_event PARAMS ((int));
|
|
|
|
|
static void gdbtk_interactive PARAMS ((void));
|
|
|
|
|
static void cleanup_init PARAMS ((int));
|
|
|
|
|
static void tk_command PARAMS ((char *, int));
|
|
|
|
|
static int gdb_disassemble PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static int compare_lines PARAMS ((const PTR, const PTR));
|
|
|
|
|
static int gdbtk_dis_asm_read_memory PARAMS ((bfd_vma, bfd_byte *, int, disassemble_info *));
|
|
|
|
|
static int gdb_stop PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static int gdb_listfiles PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static int call_wrapper PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static int gdb_cmd PARAMS ((ClientData, Tcl_Interp *, int, char *argv[]));
|
|
|
|
|
static int gdb_fetch_registers PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static void gdbtk_readline_end PARAMS ((void));
|
|
|
|
|
static int gdb_changed_register_list PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static void register_changed_p PARAMS ((int, void *));
|
|
|
|
|
static int gdb_get_breakpoint_list PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static int gdb_get_breakpoint_info PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static void breakpoint_notify PARAMS ((struct breakpoint *, const char *));
|
|
|
|
|
static void gdbtk_create_breakpoint PARAMS ((struct breakpoint *));
|
|
|
|
|
static void gdbtk_delete_breakpoint PARAMS ((struct breakpoint *));
|
|
|
|
|
static void gdbtk_modify_breakpoint PARAMS ((struct breakpoint *));
|
|
|
|
|
static int gdb_loc PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static int gdb_eval PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static int gdb_sourcelines PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static int map_arg_registers PARAMS ((int, char *[], void (*) (int, void *), void *));
|
|
|
|
|
static void get_register_name PARAMS ((int, void *));
|
|
|
|
|
static int gdb_regnames PARAMS ((ClientData, Tcl_Interp *, int, char *[]));
|
|
|
|
|
static void get_register PARAMS ((int, void *));
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
/* Handle for TCL interpreter */
|
1996-04-05 23:52:38 +02:00
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
static Tcl_Interp *interp = NULL;
|
|
|
|
|
|
1994-10-21 01:59:20 +01:00
|
|
|
|
static int x_fd; /* X network socket */
|
|
|
|
|
|
1996-04-05 23:52:38 +02:00
|
|
|
|
/* This variable is true when the inferior is running. Although it's
|
|
|
|
|
possible to disable most input from widgets and thus prevent
|
|
|
|
|
attempts to do anything while the inferior is running, any commands
|
|
|
|
|
that get through - even a simple memory read - are Very Bad, and
|
|
|
|
|
may cause GDB to crash or behave strangely. So, this variable
|
|
|
|
|
provides an extra layer of defense. */
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
1996-04-05 23:52:38 +02:00
|
|
|
|
static int running_now;
|
|
|
|
|
|
|
|
|
|
/* This variable determines where memory used for disassembly is read from.
|
|
|
|
|
If > 0, then disassembly comes from the exec file rather than the
|
|
|
|
|
target (which might be at the other end of a slow serial link). If
|
|
|
|
|
== 0 then disassembly comes from target. If < 0 disassembly is
|
|
|
|
|
automatically switched to the target if it's an inferior process,
|
|
|
|
|
otherwise the exec file is used. */
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
static int disassemble_from_exec = -1;
|
|
|
|
|
|
1995-06-20 19:41:11 +02:00
|
|
|
|
/* Supply malloc calls for tcl/tk. */
|
|
|
|
|
|
|
|
|
|
char *
|
|
|
|
|
Tcl_Malloc (size)
|
|
|
|
|
unsigned int size;
|
|
|
|
|
{
|
|
|
|
|
return xmalloc (size);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
char *
|
|
|
|
|
Tcl_Realloc (ptr, size)
|
|
|
|
|
char *ptr;
|
|
|
|
|
unsigned int size;
|
|
|
|
|
{
|
|
|
|
|
return xrealloc (ptr, size);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
Tcl_Free(ptr)
|
|
|
|
|
char *ptr;
|
|
|
|
|
{
|
|
|
|
|
free (ptr);
|
|
|
|
|
}
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
static void
|
|
|
|
|
null_routine(arg)
|
|
|
|
|
int arg;
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
1994-12-19 09:01:45 +01:00
|
|
|
|
/* The following routines deal with stdout/stderr data, which is created by
|
|
|
|
|
{f}printf_{un}filtered and friends. gdbtk_fputs and gdbtk_flush are the
|
|
|
|
|
lowest level of these routines and capture all output from the rest of GDB.
|
|
|
|
|
Normally they present their data to tcl via callbacks to the following tcl
|
|
|
|
|
routines: gdbtk_tcl_fputs, gdbtk_tcl_fputs_error, and gdbtk_flush. These
|
|
|
|
|
in turn call tk routines to update the display.
|
1994-12-16 02:07:35 +01:00
|
|
|
|
|
1994-12-19 09:01:45 +01:00
|
|
|
|
Under some circumstances, you may want to collect the output so that it can
|
|
|
|
|
be returned as the value of a tcl procedure. This can be done by
|
|
|
|
|
surrounding the output routines with calls to start_saving_output and
|
|
|
|
|
finish_saving_output. The saved data can then be retrieved with
|
|
|
|
|
get_saved_output (but this must be done before the call to
|
|
|
|
|
finish_saving_output). */
|
1994-12-16 02:07:35 +01:00
|
|
|
|
|
1994-12-19 09:01:45 +01:00
|
|
|
|
/* Dynamic string header for stdout. */
|
1994-12-16 02:07:35 +01:00
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
static Tcl_DString *result_ptr;
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
gdbtk_flush (stream)
|
|
|
|
|
FILE *stream;
|
|
|
|
|
{
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
#if 0
|
1994-12-16 02:07:35 +01:00
|
|
|
|
/* Force immediate screen update */
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
Tcl_VarEval (interp, "gdbtk_tcl_flush", NULL);
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
#endif
|
1994-07-29 00:07:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
1994-09-13 18:24:01 +02:00
|
|
|
|
static void
|
1994-12-16 02:07:35 +01:00
|
|
|
|
gdbtk_fputs (ptr, stream)
|
1994-09-13 18:24:01 +02:00
|
|
|
|
const char *ptr;
|
1994-12-16 02:07:35 +01:00
|
|
|
|
FILE *stream;
|
1994-09-13 18:24:01 +02:00
|
|
|
|
{
|
1996-04-05 23:52:38 +02:00
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
if (result_ptr)
|
1995-04-11 17:14:07 +02:00
|
|
|
|
Tcl_DStringAppend (result_ptr, (char *)ptr, -1);
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
else
|
1994-12-16 02:07:35 +01:00
|
|
|
|
{
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DString str;
|
1994-12-16 02:07:35 +01:00
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringInit (&str);
|
1994-09-13 18:24:01 +02:00
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppend (&str, "gdbtk_tcl_fputs", -1);
|
1995-04-11 17:14:07 +02:00
|
|
|
|
Tcl_DStringAppendElement (&str, (char *)ptr);
|
1994-09-13 18:24:01 +02:00
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_Eval (interp, Tcl_DStringValue (&str));
|
|
|
|
|
Tcl_DStringFree (&str);
|
|
|
|
|
}
|
1994-09-13 18:24:01 +02:00
|
|
|
|
}
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
static int
|
* utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
with an ANSI compiler.
* complain.c (complain): Likewise.
* language.c (type_error, range_error): Likewise.
* monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
* remote-array.c (printf_monitor, debuglogs): Likewise.
* remote-mips.c (mips_error): Likewise.
* remote-os9k.c (printf_monitor): Likewise.
* remote-st.c (printf_stdebug): Likewise.
* gdbtk.c (gdbtk_query): Likewise.
* defs.h, complain.h, language.h, monitor.h: Add prototypes to
match above changes.
* printcmd.c: Remove uneeded #include <varargs.h>.
* remote-e7000.c: Likewise.
* f-typeprint.c (f_type_print_base): Fix typo found by above
changes.
1995-05-19 01:45:31 +02:00
|
|
|
|
gdbtk_query (query, args)
|
1996-07-26 05:01:51 +02:00
|
|
|
|
const char *query;
|
1994-07-29 00:07:02 +02:00
|
|
|
|
va_list args;
|
|
|
|
|
{
|
1996-01-24 07:27:59 +01:00
|
|
|
|
char buf[200], *merge[2];
|
|
|
|
|
char *command;
|
1994-07-29 00:07:02 +02:00
|
|
|
|
long val;
|
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
vsprintf (buf, query, args);
|
1996-01-24 07:27:59 +01:00
|
|
|
|
merge[0] = "gdbtk_tcl_query";
|
|
|
|
|
merge[1] = buf;
|
|
|
|
|
command = Tcl_Merge (2, merge);
|
|
|
|
|
Tcl_Eval (interp, command);
|
|
|
|
|
free (command);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
val = atol (interp->result);
|
|
|
|
|
return val;
|
|
|
|
|
}
|
* defs.h (read_command_lines, query_hook): Update prototypes.
(readline_begin_hook, readline_hook, readline_end_hook): Declare.
* breakpoint.c (commands_command): Build message in temporary buffer
and pass that, as well as tty control flag, to read_command_lines.
* top.c (readline_begin_hook, readline_hook, readline_end_hook):
Define here.
(command_loop): Check for non-NULL instream before looping.
(command_line_input): Use readline_hook when appropriate, to get
user input from a GUI window.
(read_next_line): Also build prompt if getting user input from a GUI.
(recurse_read_control_structure): Fix typo in comment.
(read_command_lines): Use passed in prompt and tty flag to decide how
to build message. Use readline_begin_hook when appropriate, to set
up a GUI interaction window. Just return head, whether NULL or not,
after using readline_end_hook to complete GUI interaction.
(define_command, document_command): Build message in a temporary
buffer and pass it to read_command_lines, along with tty flag.
* gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
New functions.
(tk_command_loop): Set instream to NULL to enable Tk user interaction.
(gdbtk_init): Set readline_begin_hook, readline_hook,
and readline_end_hook.
* gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
gdbtk_tcl_readline_end): New functions.
(tclsh): Pack scroll bar on right side of window, not left.
PR 9385
1996-05-20 04:05:55 +02:00
|
|
|
|
|
|
|
|
|
/* VARARGS */
|
|
|
|
|
static void
|
|
|
|
|
#ifdef ANSI_PROTOTYPES
|
|
|
|
|
gdbtk_readline_begin (char *format, ...)
|
|
|
|
|
#else
|
|
|
|
|
gdbtk_readline_begin (va_alist)
|
|
|
|
|
va_dcl
|
|
|
|
|
#endif
|
|
|
|
|
{
|
|
|
|
|
va_list args;
|
|
|
|
|
char buf[200], *merge[2];
|
|
|
|
|
char *command;
|
|
|
|
|
|
|
|
|
|
#ifdef ANSI_PROTOTYPES
|
|
|
|
|
va_start (args, format);
|
|
|
|
|
#else
|
|
|
|
|
char *format;
|
|
|
|
|
va_start (args);
|
|
|
|
|
format = va_arg (args, char *);
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
vsprintf (buf, format, args);
|
|
|
|
|
merge[0] = "gdbtk_tcl_readline_begin";
|
|
|
|
|
merge[1] = buf;
|
|
|
|
|
command = Tcl_Merge (2, merge);
|
|
|
|
|
Tcl_Eval (interp, command);
|
|
|
|
|
free (command);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static char *
|
|
|
|
|
gdbtk_readline (prompt)
|
|
|
|
|
char *prompt;
|
|
|
|
|
{
|
|
|
|
|
char *merge[2];
|
|
|
|
|
char *command;
|
|
|
|
|
|
|
|
|
|
merge[0] = "gdbtk_tcl_readline";
|
|
|
|
|
merge[1] = prompt;
|
|
|
|
|
command = Tcl_Merge (2, merge);
|
|
|
|
|
if (Tcl_Eval (interp, command) == TCL_OK)
|
|
|
|
|
{
|
|
|
|
|
return (strdup (interp -> result));
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
gdbtk_fputs (interp -> result, gdb_stdout);
|
|
|
|
|
gdbtk_fputs ("\n", gdb_stdout);
|
|
|
|
|
return (NULL);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
gdbtk_readline_end ()
|
|
|
|
|
{
|
|
|
|
|
Tcl_Eval (interp, "gdbtk_tcl_readline_end");
|
|
|
|
|
}
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
static void
|
1995-05-19 16:15:48 +02:00
|
|
|
|
#ifdef ANSI_PROTOTYPES
|
* utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
with an ANSI compiler.
* complain.c (complain): Likewise.
* language.c (type_error, range_error): Likewise.
* monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
* remote-array.c (printf_monitor, debuglogs): Likewise.
* remote-mips.c (mips_error): Likewise.
* remote-os9k.c (printf_monitor): Likewise.
* remote-st.c (printf_stdebug): Likewise.
* gdbtk.c (gdbtk_query): Likewise.
* defs.h, complain.h, language.h, monitor.h: Add prototypes to
match above changes.
* printcmd.c: Remove uneeded #include <varargs.h>.
* remote-e7000.c: Likewise.
* f-typeprint.c (f_type_print_base): Fix typo found by above
changes.
1995-05-19 01:45:31 +02:00
|
|
|
|
dsprintf_append_element (Tcl_DString *dsp, char *format, ...)
|
|
|
|
|
#else
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
dsprintf_append_element (va_alist)
|
|
|
|
|
va_dcl
|
* utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
with an ANSI compiler.
* complain.c (complain): Likewise.
* language.c (type_error, range_error): Likewise.
* monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
* remote-array.c (printf_monitor, debuglogs): Likewise.
* remote-mips.c (mips_error): Likewise.
* remote-os9k.c (printf_monitor): Likewise.
* remote-st.c (printf_stdebug): Likewise.
* gdbtk.c (gdbtk_query): Likewise.
* defs.h, complain.h, language.h, monitor.h: Add prototypes to
match above changes.
* printcmd.c: Remove uneeded #include <varargs.h>.
* remote-e7000.c: Likewise.
* f-typeprint.c (f_type_print_base): Fix typo found by above
changes.
1995-05-19 01:45:31 +02:00
|
|
|
|
#endif
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
{
|
|
|
|
|
va_list args;
|
* utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
with an ANSI compiler.
* complain.c (complain): Likewise.
* language.c (type_error, range_error): Likewise.
* monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
* remote-array.c (printf_monitor, debuglogs): Likewise.
* remote-mips.c (mips_error): Likewise.
* remote-os9k.c (printf_monitor): Likewise.
* remote-st.c (printf_stdebug): Likewise.
* gdbtk.c (gdbtk_query): Likewise.
* defs.h, complain.h, language.h, monitor.h: Add prototypes to
match above changes.
* printcmd.c: Remove uneeded #include <varargs.h>.
* remote-e7000.c: Likewise.
* f-typeprint.c (f_type_print_base): Fix typo found by above
changes.
1995-05-19 01:45:31 +02:00
|
|
|
|
char buf[1024];
|
|
|
|
|
|
1995-05-19 16:15:48 +02:00
|
|
|
|
#ifdef ANSI_PROTOTYPES
|
* utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
with an ANSI compiler.
* complain.c (complain): Likewise.
* language.c (type_error, range_error): Likewise.
* monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
* remote-array.c (printf_monitor, debuglogs): Likewise.
* remote-mips.c (mips_error): Likewise.
* remote-os9k.c (printf_monitor): Likewise.
* remote-st.c (printf_stdebug): Likewise.
* gdbtk.c (gdbtk_query): Likewise.
* defs.h, complain.h, language.h, monitor.h: Add prototypes to
match above changes.
* printcmd.c: Remove uneeded #include <varargs.h>.
* remote-e7000.c: Likewise.
* f-typeprint.c (f_type_print_base): Fix typo found by above
changes.
1995-05-19 01:45:31 +02:00
|
|
|
|
va_start (args, format);
|
|
|
|
|
#else
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DString *dsp;
|
|
|
|
|
char *format;
|
|
|
|
|
|
|
|
|
|
va_start (args);
|
|
|
|
|
dsp = va_arg (args, Tcl_DString *);
|
|
|
|
|
format = va_arg (args, char *);
|
* utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
with an ANSI compiler.
* complain.c (complain): Likewise.
* language.c (type_error, range_error): Likewise.
* monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
* remote-array.c (printf_monitor, debuglogs): Likewise.
* remote-mips.c (mips_error): Likewise.
* remote-os9k.c (printf_monitor): Likewise.
* remote-st.c (printf_stdebug): Likewise.
* gdbtk.c (gdbtk_query): Likewise.
* defs.h, complain.h, language.h, monitor.h: Add prototypes to
match above changes.
* printcmd.c: Remove uneeded #include <varargs.h>.
* remote-e7000.c: Likewise.
* f-typeprint.c (f_type_print_base): Fix typo found by above
changes.
1995-05-19 01:45:31 +02:00
|
|
|
|
#endif
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
|
|
|
|
|
vsprintf (buf, format, args);
|
|
|
|
|
|
|
|
|
|
Tcl_DStringAppendElement (dsp, buf);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_get_breakpoint_list (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
struct breakpoint *b;
|
|
|
|
|
extern struct breakpoint *breakpoint_chain;
|
|
|
|
|
|
|
|
|
|
if (argc != 1)
|
|
|
|
|
error ("wrong # args");
|
|
|
|
|
|
|
|
|
|
for (b = breakpoint_chain; b; b = b->next)
|
|
|
|
|
if (b->type == bp_breakpoint)
|
|
|
|
|
dsprintf_append_element (result_ptr, "%d", b->number);
|
|
|
|
|
|
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_get_breakpoint_info (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
struct symtab_and_line sal;
|
|
|
|
|
static char *bptypes[] = {"breakpoint", "hardware breakpoint", "until",
|
|
|
|
|
"finish", "watchpoint", "hardware watchpoint",
|
|
|
|
|
"read watchpoint", "access watchpoint",
|
|
|
|
|
"longjmp", "longjmp resume", "step resume",
|
|
|
|
|
"through sigtramp", "watchpoint scope",
|
|
|
|
|
"call dummy" };
|
|
|
|
|
static char *bpdisp[] = {"delete", "disable", "donttouch"};
|
|
|
|
|
struct command_line *cmd;
|
|
|
|
|
int bpnum;
|
|
|
|
|
struct breakpoint *b;
|
|
|
|
|
extern struct breakpoint *breakpoint_chain;
|
|
|
|
|
|
|
|
|
|
if (argc != 2)
|
|
|
|
|
error ("wrong # args");
|
|
|
|
|
|
|
|
|
|
bpnum = atoi (argv[1]);
|
|
|
|
|
|
|
|
|
|
for (b = breakpoint_chain; b; b = b->next)
|
|
|
|
|
if (b->number == bpnum)
|
|
|
|
|
break;
|
|
|
|
|
|
1995-03-09 01:43:41 +01:00
|
|
|
|
if (!b || b->type != bp_breakpoint)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("Breakpoint #%d does not exist", bpnum);
|
|
|
|
|
|
|
|
|
|
sal = find_pc_line (b->address, 0);
|
|
|
|
|
|
|
|
|
|
Tcl_DStringAppendElement (result_ptr, symtab_to_filename (sal.symtab));
|
|
|
|
|
dsprintf_append_element (result_ptr, "%d", sal.line);
|
|
|
|
|
dsprintf_append_element (result_ptr, "0x%lx", b->address);
|
|
|
|
|
Tcl_DStringAppendElement (result_ptr, bptypes[b->type]);
|
|
|
|
|
Tcl_DStringAppendElement (result_ptr, b->enable == enabled ? "1" : "0");
|
|
|
|
|
Tcl_DStringAppendElement (result_ptr, bpdisp[b->disposition]);
|
|
|
|
|
dsprintf_append_element (result_ptr, "%d", b->silent);
|
|
|
|
|
dsprintf_append_element (result_ptr, "%d", b->ignore_count);
|
|
|
|
|
|
|
|
|
|
Tcl_DStringStartSublist (result_ptr);
|
|
|
|
|
for (cmd = b->commands; cmd; cmd = cmd->next)
|
|
|
|
|
Tcl_DStringAppendElement (result_ptr, cmd->line);
|
|
|
|
|
Tcl_DStringEndSublist (result_ptr);
|
|
|
|
|
|
|
|
|
|
Tcl_DStringAppendElement (result_ptr, b->cond_string);
|
|
|
|
|
|
|
|
|
|
dsprintf_append_element (result_ptr, "%d", b->thread);
|
|
|
|
|
dsprintf_append_element (result_ptr, "%d", b->hit_count);
|
|
|
|
|
|
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
static void
|
|
|
|
|
breakpoint_notify(b, action)
|
|
|
|
|
struct breakpoint *b;
|
|
|
|
|
const char *action;
|
|
|
|
|
{
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
char buf[100];
|
1994-07-29 00:07:02 +02:00
|
|
|
|
int v;
|
|
|
|
|
|
|
|
|
|
if (b->type != bp_breakpoint)
|
|
|
|
|
return;
|
|
|
|
|
|
1996-01-24 07:27:59 +01:00
|
|
|
|
/* We ensure that ACTION contains no special Tcl characters, so we
|
|
|
|
|
can do this. */
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
sprintf (buf, "gdbtk_tcl_breakpoint %s %d", action, b->number);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
v = Tcl_Eval (interp, buf);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
if (v != TCL_OK)
|
|
|
|
|
{
|
1994-12-19 09:01:45 +01:00
|
|
|
|
gdbtk_fputs (interp->result, gdb_stdout);
|
|
|
|
|
gdbtk_fputs ("\n", gdb_stdout);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
gdbtk_create_breakpoint(b)
|
|
|
|
|
struct breakpoint *b;
|
|
|
|
|
{
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
breakpoint_notify (b, "create");
|
1994-07-29 00:07:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
gdbtk_delete_breakpoint(b)
|
|
|
|
|
struct breakpoint *b;
|
|
|
|
|
{
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
breakpoint_notify (b, "delete");
|
1994-07-29 00:07:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
gdbtk_modify_breakpoint(b)
|
1994-07-29 00:07:02 +02:00
|
|
|
|
struct breakpoint *b;
|
|
|
|
|
{
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
breakpoint_notify (b, "modify");
|
1994-07-29 00:07:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* This implements the TCL command `gdb_loc', which returns a list consisting
|
|
|
|
|
of the source and line number associated with the current pc. */
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_loc (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
char *filename;
|
|
|
|
|
struct symtab_and_line sal;
|
|
|
|
|
char *funcname;
|
1994-09-13 18:24:01 +02:00
|
|
|
|
CORE_ADDR pc;
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
if (argc == 1)
|
|
|
|
|
{
|
Replace useless FRAME, FRAME_ADDR types with struct frame_info *
and CORE_ADDR, respectively.
* frame.h (FRAME, FRAME_INFO_ID, FRAME_ADDR): Remove.
* blockframe.c (get_frame_info): Remove.
* a29k-tdep.c, alpha-tdep.c, blockframe.c, breakpoint.c,
breakpoint.h, energize.c, findvar.c, gdbtk.c, gould-pinsn.c,
h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, i386-tdep.c, i960-tdep.c,
infcmd.c, inferior.h, infrun.c, m68k-tdep.c, m88k-tdep.c,
mips-tdep.c, nindy-tdep.c, printcmd.c, pyr-tdep.c, rs6000-tdep.c,
sh-tdep.c, sparc-tdep.c, stack.c, valops.c, z8k-tdep.c,
config/a29k/tm-a29k.h, config/alpha/tm-alpha.h,
config/gould/tm-pn.h, config/h8300/tm-h8300.h,
config/h8500/tm-h8500.h, config/mips/tm-mips.h,
config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h,
config/pyr/tm-pyr.h, config/sparc/tm-sparc.h): Replace FRAME with
struct frame_info * everywhere, replace FRAME_ADDR with CORE_ADDR,
rename variables consistently (using `frame' or `fi'), remove
calls to get_frame_info and FRAME_INFO_ID, remove comments about
FRAME and FRAME_ADDR cruftiness.
1994-11-04 02:32:34 +01:00
|
|
|
|
pc = selected_frame ? selected_frame->pc : stop_pc;
|
1994-07-29 00:07:02 +02:00
|
|
|
|
sal = find_pc_line (pc, 0);
|
|
|
|
|
}
|
|
|
|
|
else if (argc == 2)
|
|
|
|
|
{
|
|
|
|
|
struct symtabs_and_lines sals;
|
1994-09-13 18:24:01 +02:00
|
|
|
|
int nelts;
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
sals = decode_line_spec (argv[1], 1);
|
|
|
|
|
|
1994-09-13 18:24:01 +02:00
|
|
|
|
nelts = sals.nelts;
|
|
|
|
|
sal = sals.sals[0];
|
|
|
|
|
free (sals.sals);
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
if (sals.nelts != 1)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("Ambiguous line spec");
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1994-09-13 18:24:01 +02:00
|
|
|
|
pc = sal.pc;
|
1994-07-29 00:07:02 +02:00
|
|
|
|
}
|
|
|
|
|
else
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("wrong # args");
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
if (sal.symtab)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppendElement (result_ptr, sal.symtab->filename);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
else
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppendElement (result_ptr, "");
|
1994-09-13 18:24:01 +02:00
|
|
|
|
|
|
|
|
|
find_pc_partial_function (pc, &funcname, NULL, NULL);
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppendElement (result_ptr, funcname);
|
1994-09-13 18:24:01 +02:00
|
|
|
|
|
1994-09-17 00:57:37 +02:00
|
|
|
|
filename = symtab_to_filename (sal.symtab);
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppendElement (result_ptr, filename);
|
1994-09-13 18:24:01 +02:00
|
|
|
|
|
1995-03-09 01:43:41 +01:00
|
|
|
|
dsprintf_append_element (result_ptr, "%d", sal.line); /* line number */
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1995-03-09 01:43:41 +01:00
|
|
|
|
dsprintf_append_element (result_ptr, "0x%lx", pc); /* PC */
|
1994-09-13 18:24:01 +02:00
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
1995-01-06 02:55:45 +01:00
|
|
|
|
/* This implements the TCL command `gdb_eval'. */
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_eval (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
struct expression *expr;
|
|
|
|
|
struct cleanup *old_chain;
|
|
|
|
|
value_ptr val;
|
|
|
|
|
|
|
|
|
|
if (argc != 2)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("wrong # args");
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
expr = parse_expression (argv[1]);
|
|
|
|
|
|
|
|
|
|
old_chain = make_cleanup (free_current_contents, &expr);
|
|
|
|
|
|
|
|
|
|
val = evaluate_expression (expr);
|
|
|
|
|
|
|
|
|
|
val_print (VALUE_TYPE (val), VALUE_CONTENTS (val), VALUE_ADDRESS (val),
|
|
|
|
|
gdb_stdout, 0, 0, 0, 0);
|
|
|
|
|
|
|
|
|
|
do_cleanups (old_chain);
|
|
|
|
|
|
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
1994-11-14 17:59:16 +01:00
|
|
|
|
/* This implements the TCL command `gdb_sourcelines', which returns a list of
|
|
|
|
|
all of the lines containing executable code for the specified source file
|
|
|
|
|
(ie: lines where you can put breakpoints). */
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_sourcelines (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
struct symtab *symtab;
|
|
|
|
|
struct linetable_entry *le;
|
|
|
|
|
int nlines;
|
|
|
|
|
|
|
|
|
|
if (argc != 2)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("wrong # args");
|
1994-11-14 17:59:16 +01:00
|
|
|
|
|
|
|
|
|
symtab = lookup_symtab (argv[1]);
|
|
|
|
|
|
|
|
|
|
if (!symtab)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("No such file");
|
1994-11-14 17:59:16 +01:00
|
|
|
|
|
|
|
|
|
/* If there's no linetable, or no entries, then we are done. */
|
|
|
|
|
|
|
|
|
|
if (!symtab->linetable
|
|
|
|
|
|| symtab->linetable->nitems == 0)
|
|
|
|
|
{
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppendElement (result_ptr, "");
|
1994-11-14 17:59:16 +01:00
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
le = symtab->linetable->item;
|
|
|
|
|
nlines = symtab->linetable->nitems;
|
|
|
|
|
|
|
|
|
|
for (;nlines > 0; nlines--, le++)
|
|
|
|
|
{
|
|
|
|
|
/* If the pc of this line is the same as the pc of the next line, then
|
|
|
|
|
just skip it. */
|
|
|
|
|
if (nlines > 1
|
|
|
|
|
&& le->pc == (le + 1)->pc)
|
|
|
|
|
continue;
|
|
|
|
|
|
1995-03-09 01:43:41 +01:00
|
|
|
|
dsprintf_append_element (result_ptr, "%d", le->line);
|
1994-11-14 17:59:16 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
1994-12-12 21:50:08 +01:00
|
|
|
|
static int
|
|
|
|
|
map_arg_registers (argc, argv, func, argp)
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
void (*func) PARAMS ((int regnum, void *argp));
|
1994-12-12 21:50:08 +01:00
|
|
|
|
void *argp;
|
|
|
|
|
{
|
|
|
|
|
int regnum;
|
|
|
|
|
|
|
|
|
|
/* Note that the test for a valid register must include checking the
|
|
|
|
|
reg_names array because NUM_REGS may be allocated for the union of the
|
|
|
|
|
register sets within a family of related processors. In this case, the
|
|
|
|
|
trailing entries of reg_names will change depending upon the particular
|
|
|
|
|
processor being debugged. */
|
|
|
|
|
|
|
|
|
|
if (argc == 0) /* No args, just do all the regs */
|
|
|
|
|
{
|
|
|
|
|
for (regnum = 0;
|
|
|
|
|
regnum < NUM_REGS
|
|
|
|
|
&& reg_names[regnum] != NULL
|
|
|
|
|
&& *reg_names[regnum] != '\000';
|
|
|
|
|
regnum++)
|
|
|
|
|
func (regnum, argp);
|
|
|
|
|
|
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Else, list of register #s, just do listed regs */
|
|
|
|
|
for (; argc > 0; argc--, argv++)
|
|
|
|
|
{
|
|
|
|
|
regnum = atoi (*argv);
|
|
|
|
|
|
|
|
|
|
if (regnum >= 0
|
|
|
|
|
&& regnum < NUM_REGS
|
|
|
|
|
&& reg_names[regnum] != NULL
|
|
|
|
|
&& *reg_names[regnum] != '\000')
|
|
|
|
|
func (regnum, argp);
|
|
|
|
|
else
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("bad register number");
|
1994-12-12 21:50:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
static void
|
1994-12-12 21:50:08 +01:00
|
|
|
|
get_register_name (regnum, argp)
|
|
|
|
|
int regnum;
|
|
|
|
|
void *argp; /* Ignored */
|
|
|
|
|
{
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppendElement (result_ptr, reg_names[regnum]);
|
1994-12-12 21:50:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
1994-11-14 17:59:16 +01:00
|
|
|
|
/* This implements the TCL command `gdb_regnames', which returns a list of
|
|
|
|
|
all of the register names. */
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_regnames (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
1994-12-12 21:50:08 +01:00
|
|
|
|
argc--;
|
|
|
|
|
argv++;
|
|
|
|
|
|
1996-07-26 05:01:51 +02:00
|
|
|
|
return map_arg_registers (argc, argv, get_register_name, NULL);
|
1994-12-12 21:50:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef REGISTER_CONVERTIBLE
|
|
|
|
|
#define REGISTER_CONVERTIBLE(x) (0 != 0)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef REGISTER_CONVERT_TO_VIRTUAL
|
|
|
|
|
#define REGISTER_CONVERT_TO_VIRTUAL(x, y, z, a)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef INVALID_FLOAT
|
|
|
|
|
#define INVALID_FLOAT(x, y) (0 != 0)
|
|
|
|
|
#endif
|
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
static void
|
1994-12-12 21:50:08 +01:00
|
|
|
|
get_register (regnum, fp)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
int regnum;
|
1994-12-12 21:50:08 +01:00
|
|
|
|
void *fp;
|
|
|
|
|
{
|
|
|
|
|
char raw_buffer[MAX_REGISTER_RAW_SIZE];
|
|
|
|
|
char virtual_buffer[MAX_REGISTER_VIRTUAL_SIZE];
|
|
|
|
|
int format = (int)fp;
|
|
|
|
|
|
|
|
|
|
if (read_relative_register_raw_bytes (regnum, raw_buffer))
|
|
|
|
|
{
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppendElement (result_ptr, "Optimized out");
|
1994-12-12 21:50:08 +01:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Convert raw data to virtual format if necessary. */
|
|
|
|
|
|
|
|
|
|
if (REGISTER_CONVERTIBLE (regnum))
|
|
|
|
|
{
|
|
|
|
|
REGISTER_CONVERT_TO_VIRTUAL (regnum, REGISTER_VIRTUAL_TYPE (regnum),
|
|
|
|
|
raw_buffer, virtual_buffer);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
memcpy (virtual_buffer, raw_buffer, REGISTER_VIRTUAL_SIZE (regnum));
|
|
|
|
|
|
1996-06-21 19:03:22 +02:00
|
|
|
|
if (format == 'r')
|
|
|
|
|
{
|
|
|
|
|
int j;
|
|
|
|
|
printf_filtered ("0x");
|
|
|
|
|
for (j = 0; j < REGISTER_RAW_SIZE (regnum); j++)
|
|
|
|
|
{
|
|
|
|
|
register int idx = TARGET_BYTE_ORDER == BIG_ENDIAN ? j
|
|
|
|
|
: REGISTER_RAW_SIZE (regnum) - 1 - j;
|
|
|
|
|
printf_filtered ("%02x", (unsigned char)raw_buffer[idx]);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
val_print (REGISTER_VIRTUAL_TYPE (regnum), virtual_buffer, 0,
|
|
|
|
|
gdb_stdout, format, 1, 0, Val_pretty_default);
|
1994-12-12 21:50:08 +01:00
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppend (result_ptr, " ", -1);
|
1994-12-12 21:50:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_fetch_registers (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
int format;
|
|
|
|
|
|
|
|
|
|
if (argc < 2)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("wrong # args");
|
1994-11-14 17:59:16 +01:00
|
|
|
|
|
1994-12-12 21:50:08 +01:00
|
|
|
|
argc--;
|
|
|
|
|
argv++;
|
1994-11-14 17:59:16 +01:00
|
|
|
|
|
1994-12-12 21:50:08 +01:00
|
|
|
|
argc--;
|
|
|
|
|
format = **argv++;
|
|
|
|
|
|
1996-07-26 05:01:51 +02:00
|
|
|
|
return map_arg_registers (argc, argv, get_register, (void *) format);
|
1994-12-12 21:50:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* This contains the previous values of the registers, since the last call to
|
|
|
|
|
gdb_changed_register_list. */
|
|
|
|
|
|
|
|
|
|
static char old_regs[REGISTER_BYTES];
|
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
static void
|
1994-12-12 21:50:08 +01:00
|
|
|
|
register_changed_p (regnum, argp)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
int regnum;
|
1994-12-12 21:50:08 +01:00
|
|
|
|
void *argp; /* Ignored */
|
|
|
|
|
{
|
|
|
|
|
char raw_buffer[MAX_REGISTER_RAW_SIZE];
|
|
|
|
|
|
|
|
|
|
if (read_relative_register_raw_bytes (regnum, raw_buffer))
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
if (memcmp (&old_regs[REGISTER_BYTE (regnum)], raw_buffer,
|
|
|
|
|
REGISTER_RAW_SIZE (regnum)) == 0)
|
|
|
|
|
return;
|
|
|
|
|
|
1996-04-05 23:52:38 +02:00
|
|
|
|
/* Found a changed register. Save new value and return its number. */
|
1994-12-12 21:50:08 +01:00
|
|
|
|
|
|
|
|
|
memcpy (&old_regs[REGISTER_BYTE (regnum)], raw_buffer,
|
|
|
|
|
REGISTER_RAW_SIZE (regnum));
|
|
|
|
|
|
1995-03-09 01:43:41 +01:00
|
|
|
|
dsprintf_append_element (result_ptr, "%d", regnum);
|
1994-12-12 21:50:08 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_changed_register_list (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
argc--;
|
|
|
|
|
argv++;
|
|
|
|
|
|
|
|
|
|
return map_arg_registers (argc, argv, register_changed_p, NULL);
|
1994-11-14 17:59:16 +01:00
|
|
|
|
}
|
|
|
|
|
|
1996-04-05 23:52:38 +02:00
|
|
|
|
/* This implements the TCL command `gdb_cmd', which sends its argument into
|
1994-07-29 00:07:02 +02:00
|
|
|
|
the GDB command scanner. */
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_cmd (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
if (argc != 2)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("wrong # args");
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1996-04-05 23:52:38 +02:00
|
|
|
|
if (running_now)
|
|
|
|
|
return TCL_OK;
|
|
|
|
|
|
1994-12-16 02:07:35 +01:00
|
|
|
|
execute_command (argv[1], 1);
|
1994-10-21 01:59:20 +01:00
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
bpstat_do_actions (&stop_bpstat);
|
|
|
|
|
|
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
1994-12-16 02:07:35 +01:00
|
|
|
|
/* This routine acts as a top-level for all GDB code called by tcl/Tk. It
|
|
|
|
|
handles cleanups, and calls to return_to_top_level (usually via error).
|
|
|
|
|
This is necessary in order to prevent a longjmp out of the bowels of Tk,
|
|
|
|
|
possibly leaving things in a bad state. Since this routine can be called
|
|
|
|
|
recursively, it needs to save and restore the contents of the jmp_buf as
|
|
|
|
|
necessary. */
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
call_wrapper (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
int val;
|
|
|
|
|
struct cleanup *saved_cleanup_chain;
|
|
|
|
|
Tcl_CmdProc *func;
|
|
|
|
|
jmp_buf saved_error_return;
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DString result, *old_result_ptr;
|
|
|
|
|
|
|
|
|
|
Tcl_DStringInit (&result);
|
|
|
|
|
old_result_ptr = result_ptr;
|
|
|
|
|
result_ptr = &result;
|
1994-12-16 02:07:35 +01:00
|
|
|
|
|
|
|
|
|
func = (Tcl_CmdProc *)clientData;
|
|
|
|
|
memcpy (saved_error_return, error_return, sizeof (jmp_buf));
|
|
|
|
|
|
|
|
|
|
saved_cleanup_chain = save_cleanups ();
|
|
|
|
|
|
|
|
|
|
if (!setjmp (error_return))
|
|
|
|
|
val = func (clientData, interp, argc, argv);
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
val = TCL_ERROR; /* Flag an error for TCL */
|
|
|
|
|
|
|
|
|
|
gdb_flush (gdb_stderr); /* Flush error output */
|
|
|
|
|
|
1995-01-06 02:55:45 +01:00
|
|
|
|
gdb_flush (gdb_stdout); /* Sometimes error output comes here as well */
|
|
|
|
|
|
1996-04-05 23:52:38 +02:00
|
|
|
|
/* In case of an error, we may need to force the GUI into idle
|
|
|
|
|
mode because gdbtk_call_command may have bombed out while in
|
|
|
|
|
the command routine. */
|
1994-12-16 02:07:35 +01:00
|
|
|
|
|
1996-01-24 07:27:59 +01:00
|
|
|
|
Tcl_Eval (interp, "gdbtk_tcl_idle");
|
1994-12-16 02:07:35 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
do_cleanups (ALL_CLEANUPS);
|
|
|
|
|
|
|
|
|
|
restore_cleanups (saved_cleanup_chain);
|
|
|
|
|
|
|
|
|
|
memcpy (error_return, saved_error_return, sizeof (jmp_buf));
|
|
|
|
|
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringResult (interp, &result);
|
|
|
|
|
result_ptr = old_result_ptr;
|
|
|
|
|
|
1994-12-16 02:07:35 +01:00
|
|
|
|
return val;
|
|
|
|
|
}
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
static int
|
|
|
|
|
gdb_listfiles (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
struct objfile *objfile;
|
|
|
|
|
struct partial_symtab *psymtab;
|
1994-12-19 09:01:45 +01:00
|
|
|
|
struct symtab *symtab;
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
ALL_PSYMTABS (objfile, psymtab)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppendElement (result_ptr, psymtab->filename);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1994-12-19 09:01:45 +01:00
|
|
|
|
ALL_SYMTABS (objfile, symtab)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_DStringAppendElement (result_ptr, symtab->filename);
|
1994-12-19 09:01:45 +01:00
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
1994-10-21 01:59:20 +01:00
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_stop (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
* corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c,
remote-adapt.c, remote-e7000.c, remote-eb.c, remote-es.c,
remote-hms.c, remote-mips.c, remote-mm.c, remote-mon.c,
remote-nindy.c, remote-os9k.c, remote-pa.c, remote-sim.c,
remote-st.c, remote-udi.c, remote-vx.c, remote-z8k.c, remote.c,
w89k-rom.c, target.c, target.h: Add support for target_stop().
* gdbtk.c (gdb_stop): Switch to target_stop().
1994-11-03 23:41:12 +01:00
|
|
|
|
target_stop ();
|
1994-12-19 09:01:45 +01:00
|
|
|
|
|
|
|
|
|
return TCL_OK;
|
1994-10-21 01:59:20 +01:00
|
|
|
|
}
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
/* This implements the TCL command `gdb_disassemble'. */
|
1994-10-21 01:59:20 +01:00
|
|
|
|
|
1995-01-06 02:55:45 +01:00
|
|
|
|
static int
|
|
|
|
|
gdbtk_dis_asm_read_memory (memaddr, myaddr, len, info)
|
|
|
|
|
bfd_vma memaddr;
|
|
|
|
|
bfd_byte *myaddr;
|
|
|
|
|
int len;
|
|
|
|
|
disassemble_info *info;
|
|
|
|
|
{
|
|
|
|
|
extern struct target_ops exec_ops;
|
|
|
|
|
int res;
|
|
|
|
|
|
|
|
|
|
errno = 0;
|
|
|
|
|
res = xfer_memory (memaddr, myaddr, len, 0, &exec_ops);
|
|
|
|
|
|
|
|
|
|
if (res == len)
|
|
|
|
|
return 0;
|
|
|
|
|
else
|
|
|
|
|
if (errno == 0)
|
|
|
|
|
return EIO;
|
|
|
|
|
else
|
|
|
|
|
return errno;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* We need a different sort of line table from the normal one cuz we can't
|
|
|
|
|
depend upon implicit line-end pc's for lines. This is because of the
|
|
|
|
|
reordering we are about to do. */
|
|
|
|
|
|
|
|
|
|
struct my_line_entry {
|
|
|
|
|
int line;
|
|
|
|
|
CORE_ADDR start_pc;
|
|
|
|
|
CORE_ADDR end_pc;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
compare_lines (mle1p, mle2p)
|
|
|
|
|
const PTR mle1p;
|
|
|
|
|
const PTR mle2p;
|
|
|
|
|
{
|
|
|
|
|
struct my_line_entry *mle1, *mle2;
|
|
|
|
|
int val;
|
|
|
|
|
|
|
|
|
|
mle1 = (struct my_line_entry *) mle1p;
|
|
|
|
|
mle2 = (struct my_line_entry *) mle2p;
|
|
|
|
|
|
|
|
|
|
val = mle1->line - mle2->line;
|
|
|
|
|
|
|
|
|
|
if (val != 0)
|
|
|
|
|
return val;
|
|
|
|
|
|
|
|
|
|
return mle1->start_pc - mle2->start_pc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdb_disassemble (clientData, interp, argc, argv)
|
|
|
|
|
ClientData clientData;
|
|
|
|
|
Tcl_Interp *interp;
|
|
|
|
|
int argc;
|
|
|
|
|
char *argv[];
|
|
|
|
|
{
|
|
|
|
|
CORE_ADDR pc, low, high;
|
|
|
|
|
int mixed_source_and_assembly;
|
1996-01-23 18:21:16 +01:00
|
|
|
|
static disassemble_info di;
|
|
|
|
|
static int di_initialized;
|
|
|
|
|
|
|
|
|
|
if (! di_initialized)
|
|
|
|
|
{
|
1996-07-16 01:54:39 +02:00
|
|
|
|
INIT_DISASSEMBLE_INFO_NO_ARCH (di, gdb_stdout,
|
|
|
|
|
(fprintf_ftype) fprintf_unfiltered);
|
1996-07-26 20:10:18 +02:00
|
|
|
|
di.flavour = bfd_target_unknown_flavour;
|
1996-01-23 18:21:16 +01:00
|
|
|
|
di.memory_error_func = dis_asm_memory_error;
|
|
|
|
|
di.print_address_func = dis_asm_print_address;
|
|
|
|
|
di_initialized = 1;
|
|
|
|
|
}
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
1996-07-16 01:54:39 +02:00
|
|
|
|
di.mach = tm_print_insn_info.mach;
|
|
|
|
|
if (TARGET_BYTE_ORDER == BIG_ENDIAN)
|
|
|
|
|
tm_print_insn_info.endian = BFD_ENDIAN_BIG;
|
|
|
|
|
else
|
|
|
|
|
tm_print_insn_info.endian = BFD_ENDIAN_LITTLE;
|
|
|
|
|
|
1995-01-06 02:55:45 +01:00
|
|
|
|
if (argc != 3 && argc != 4)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("wrong # args");
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
if (strcmp (argv[1], "source") == 0)
|
|
|
|
|
mixed_source_and_assembly = 1;
|
|
|
|
|
else if (strcmp (argv[1], "nosource") == 0)
|
|
|
|
|
mixed_source_and_assembly = 0;
|
|
|
|
|
else
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("First arg must be 'source' or 'nosource'");
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
low = parse_and_eval_address (argv[2]);
|
|
|
|
|
|
|
|
|
|
if (argc == 3)
|
|
|
|
|
{
|
|
|
|
|
if (find_pc_partial_function (low, NULL, &low, &high) == 0)
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
error ("No function contains specified address");
|
1995-01-06 02:55:45 +01:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
high = parse_and_eval_address (argv[3]);
|
|
|
|
|
|
|
|
|
|
/* If disassemble_from_exec == -1, then we use the following heuristic to
|
|
|
|
|
determine whether or not to do disassembly from target memory or from the
|
|
|
|
|
exec file:
|
|
|
|
|
|
|
|
|
|
If we're debugging a local process, read target memory, instead of the
|
|
|
|
|
exec file. This makes disassembly of functions in shared libs work
|
|
|
|
|
correctly.
|
|
|
|
|
|
|
|
|
|
Else, we're debugging a remote process, and should disassemble from the
|
1996-04-05 23:52:38 +02:00
|
|
|
|
exec file for speed. However, this is no good if the target modifies its
|
1995-01-06 02:55:45 +01:00
|
|
|
|
code (for relocation, or whatever).
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
if (disassemble_from_exec == -1)
|
|
|
|
|
if (strcmp (target_shortname, "child") == 0
|
1995-04-15 23:01:31 +02:00
|
|
|
|
|| strcmp (target_shortname, "procfs") == 0
|
|
|
|
|
|| strcmp (target_shortname, "vxprocess") == 0)
|
1995-01-06 02:55:45 +01:00
|
|
|
|
disassemble_from_exec = 0; /* It's a child process, read inferior mem */
|
|
|
|
|
else
|
|
|
|
|
disassemble_from_exec = 1; /* It's remote, read the exec file */
|
|
|
|
|
|
|
|
|
|
if (disassemble_from_exec)
|
1995-02-03 20:35:54 +01:00
|
|
|
|
di.read_memory_func = gdbtk_dis_asm_read_memory;
|
|
|
|
|
else
|
|
|
|
|
di.read_memory_func = dis_asm_read_memory;
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
/* If just doing straight assembly, all we need to do is disassemble
|
|
|
|
|
everything between low and high. If doing mixed source/assembly, we've
|
|
|
|
|
got a totally different path to follow. */
|
|
|
|
|
|
|
|
|
|
if (mixed_source_and_assembly)
|
|
|
|
|
{ /* Come here for mixed source/assembly */
|
|
|
|
|
/* The idea here is to present a source-O-centric view of a function to
|
|
|
|
|
the user. This means that things are presented in source order, with
|
|
|
|
|
(possibly) out of order assembly immediately following. */
|
|
|
|
|
struct symtab *symtab;
|
|
|
|
|
struct linetable_entry *le;
|
|
|
|
|
int nlines;
|
1995-01-24 22:49:11 +01:00
|
|
|
|
int newlines;
|
1995-01-06 02:55:45 +01:00
|
|
|
|
struct my_line_entry *mle;
|
|
|
|
|
struct symtab_and_line sal;
|
|
|
|
|
int i;
|
|
|
|
|
int out_of_order;
|
1995-01-24 22:49:11 +01:00
|
|
|
|
int next_line;
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
symtab = find_pc_symtab (low); /* Assume symtab is valid for whole PC range */
|
|
|
|
|
|
|
|
|
|
if (!symtab)
|
|
|
|
|
goto assembly_only;
|
|
|
|
|
|
|
|
|
|
/* First, convert the linetable to a bunch of my_line_entry's. */
|
|
|
|
|
|
|
|
|
|
le = symtab->linetable->item;
|
|
|
|
|
nlines = symtab->linetable->nitems;
|
|
|
|
|
|
|
|
|
|
if (nlines <= 0)
|
|
|
|
|
goto assembly_only;
|
|
|
|
|
|
|
|
|
|
mle = (struct my_line_entry *) alloca (nlines * sizeof (struct my_line_entry));
|
|
|
|
|
|
|
|
|
|
out_of_order = 0;
|
|
|
|
|
|
1995-01-24 22:49:11 +01:00
|
|
|
|
/* Copy linetable entries for this function into our data structure, creating
|
|
|
|
|
end_pc's and setting out_of_order as appropriate. */
|
|
|
|
|
|
|
|
|
|
/* First, skip all the preceding functions. */
|
|
|
|
|
|
|
|
|
|
for (i = 0; i < nlines - 1 && le[i].pc < low; i++) ;
|
|
|
|
|
|
|
|
|
|
/* Now, copy all entries before the end of this function. */
|
|
|
|
|
|
|
|
|
|
newlines = 0;
|
|
|
|
|
for (; i < nlines - 1 && le[i].pc < high; i++)
|
1995-01-06 02:55:45 +01:00
|
|
|
|
{
|
1995-01-24 22:49:11 +01:00
|
|
|
|
if (le[i].line == le[i + 1].line
|
|
|
|
|
&& le[i].pc == le[i + 1].pc)
|
|
|
|
|
continue; /* Ignore duplicates */
|
|
|
|
|
|
|
|
|
|
mle[newlines].line = le[i].line;
|
1995-01-06 02:55:45 +01:00
|
|
|
|
if (le[i].line > le[i + 1].line)
|
|
|
|
|
out_of_order = 1;
|
1995-01-24 22:49:11 +01:00
|
|
|
|
mle[newlines].start_pc = le[i].pc;
|
|
|
|
|
mle[newlines].end_pc = le[i + 1].pc;
|
|
|
|
|
newlines++;
|
1995-01-06 02:55:45 +01:00
|
|
|
|
}
|
|
|
|
|
|
1995-01-24 22:49:11 +01:00
|
|
|
|
/* If we're on the last line, and it's part of the function, then we need to
|
|
|
|
|
get the end pc in a special way. */
|
|
|
|
|
|
|
|
|
|
if (i == nlines - 1
|
|
|
|
|
&& le[i].pc < high)
|
|
|
|
|
{
|
|
|
|
|
mle[newlines].line = le[i].line;
|
|
|
|
|
mle[newlines].start_pc = le[i].pc;
|
|
|
|
|
sal = find_pc_line (le[i].pc, 0);
|
|
|
|
|
mle[newlines].end_pc = sal.end;
|
|
|
|
|
newlines++;
|
|
|
|
|
}
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
/* Now, sort mle by line #s (and, then by addresses within lines). */
|
|
|
|
|
|
|
|
|
|
if (out_of_order)
|
1995-01-24 22:49:11 +01:00
|
|
|
|
qsort (mle, newlines, sizeof (struct my_line_entry), compare_lines);
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
/* Now, for each line entry, emit the specified lines (unless they have been
|
|
|
|
|
emitted before), followed by the assembly code for that line. */
|
|
|
|
|
|
1995-01-24 22:49:11 +01:00
|
|
|
|
next_line = 0; /* Force out first line */
|
|
|
|
|
for (i = 0; i < newlines; i++)
|
1995-01-06 02:55:45 +01:00
|
|
|
|
{
|
1995-01-24 22:49:11 +01:00
|
|
|
|
/* Print out everything from next_line to the current line. */
|
|
|
|
|
|
|
|
|
|
if (mle[i].line >= next_line)
|
1995-01-06 02:55:45 +01:00
|
|
|
|
{
|
1995-01-24 22:49:11 +01:00
|
|
|
|
if (next_line != 0)
|
|
|
|
|
print_source_lines (symtab, next_line, mle[i].line + 1, 0);
|
1995-01-06 02:55:45 +01:00
|
|
|
|
else
|
1995-01-24 22:49:11 +01:00
|
|
|
|
print_source_lines (symtab, mle[i].line, mle[i].line + 1, 0);
|
|
|
|
|
|
|
|
|
|
next_line = mle[i].line + 1;
|
1995-01-06 02:55:45 +01:00
|
|
|
|
}
|
1995-01-24 22:49:11 +01:00
|
|
|
|
|
1995-01-06 02:55:45 +01:00
|
|
|
|
for (pc = mle[i].start_pc; pc < mle[i].end_pc; )
|
|
|
|
|
{
|
|
|
|
|
QUIT;
|
|
|
|
|
fputs_unfiltered (" ", gdb_stdout);
|
|
|
|
|
print_address (pc, gdb_stdout);
|
|
|
|
|
fputs_unfiltered (":\t ", gdb_stdout);
|
1995-02-06 05:39:14 +01:00
|
|
|
|
pc += (*tm_print_insn) (pc, &di);
|
1995-01-06 02:55:45 +01:00
|
|
|
|
fputs_unfiltered ("\n", gdb_stdout);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
assembly_only:
|
|
|
|
|
for (pc = low; pc < high; )
|
|
|
|
|
{
|
|
|
|
|
QUIT;
|
|
|
|
|
fputs_unfiltered (" ", gdb_stdout);
|
|
|
|
|
print_address (pc, gdb_stdout);
|
|
|
|
|
fputs_unfiltered (":\t ", gdb_stdout);
|
1995-02-06 05:39:14 +01:00
|
|
|
|
pc += (*tm_print_insn) (pc, &di);
|
1995-01-06 02:55:45 +01:00
|
|
|
|
fputs_unfiltered ("\n", gdb_stdout);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
gdb_flush (gdb_stdout);
|
|
|
|
|
|
|
|
|
|
return TCL_OK;
|
|
|
|
|
}
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
tk_command (cmd, from_tty)
|
|
|
|
|
char *cmd;
|
|
|
|
|
int from_tty;
|
|
|
|
|
{
|
1994-12-19 09:01:45 +01:00
|
|
|
|
int retval;
|
|
|
|
|
char *result;
|
|
|
|
|
struct cleanup *old_chain;
|
|
|
|
|
|
1996-05-14 04:11:53 +02:00
|
|
|
|
/* Catch case of no argument, since this will make the tcl interpreter dump core. */
|
|
|
|
|
if (cmd == NULL)
|
|
|
|
|
error_no_arg ("tcl command to interpret");
|
|
|
|
|
|
1994-12-19 09:01:45 +01:00
|
|
|
|
retval = Tcl_Eval (interp, cmd);
|
|
|
|
|
|
|
|
|
|
result = strdup (interp->result);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1994-12-19 09:01:45 +01:00
|
|
|
|
old_chain = make_cleanup (free, result);
|
|
|
|
|
|
|
|
|
|
if (retval != TCL_OK)
|
|
|
|
|
error (result);
|
|
|
|
|
|
|
|
|
|
printf_unfiltered ("%s\n", result);
|
|
|
|
|
|
|
|
|
|
do_cleanups (old_chain);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
cleanup_init (ignored)
|
|
|
|
|
int ignored;
|
|
|
|
|
{
|
|
|
|
|
if (interp != NULL)
|
|
|
|
|
Tcl_DeleteInterp (interp);
|
|
|
|
|
interp = NULL;
|
|
|
|
|
}
|
|
|
|
|
|
1994-09-17 00:57:37 +02:00
|
|
|
|
/* Come here during long calculations to check for GUI events. Usually invoked
|
|
|
|
|
via the QUIT macro. */
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
gdbtk_interactive ()
|
|
|
|
|
{
|
|
|
|
|
/* Tk_DoOneEvent (TK_DONT_WAIT|TK_IDLE_EVENTS); */
|
|
|
|
|
}
|
|
|
|
|
|
1994-10-21 01:59:20 +01:00
|
|
|
|
/* Come here when there is activity on the X file descriptor. */
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
x_event (signo)
|
|
|
|
|
int signo;
|
|
|
|
|
{
|
|
|
|
|
/* Process pending events */
|
|
|
|
|
|
|
|
|
|
while (Tk_DoOneEvent (TK_DONT_WAIT|TK_ALL_EVENTS) != 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
gdbtk_wait (pid, ourstatus)
|
|
|
|
|
int pid;
|
|
|
|
|
struct target_waitstatus *ourstatus;
|
|
|
|
|
{
|
1994-12-24 01:32:14 +01:00
|
|
|
|
struct sigaction action;
|
|
|
|
|
static sigset_t nullsigmask = {0};
|
|
|
|
|
|
|
|
|
|
#ifndef SA_RESTART
|
|
|
|
|
/* Needed for SunOS 4.1.x */
|
|
|
|
|
#define SA_RESTART 0
|
1994-12-19 09:01:45 +01:00
|
|
|
|
#endif
|
1994-10-21 01:59:20 +01:00
|
|
|
|
|
1994-12-24 01:32:14 +01:00
|
|
|
|
action.sa_handler = x_event;
|
|
|
|
|
action.sa_mask = nullsigmask;
|
|
|
|
|
action.sa_flags = SA_RESTART;
|
|
|
|
|
sigaction(SIGIO, &action, NULL);
|
|
|
|
|
|
1994-10-21 01:59:20 +01:00
|
|
|
|
pid = target_wait (pid, ourstatus);
|
|
|
|
|
|
1994-12-24 01:32:14 +01:00
|
|
|
|
action.sa_handler = SIG_IGN;
|
|
|
|
|
sigaction(SIGIO, &action, NULL);
|
1994-10-21 01:59:20 +01:00
|
|
|
|
|
|
|
|
|
return pid;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* This is called from execute_command, and provides a wrapper around
|
|
|
|
|
various command routines in a place where both protocol messages and
|
|
|
|
|
user input both flow through. Mostly this is used for indicating whether
|
|
|
|
|
the target process is running or not.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
gdbtk_call_command (cmdblk, arg, from_tty)
|
|
|
|
|
struct cmd_list_element *cmdblk;
|
|
|
|
|
char *arg;
|
|
|
|
|
int from_tty;
|
|
|
|
|
{
|
1996-04-05 23:52:38 +02:00
|
|
|
|
running_now = 0;
|
1994-10-21 01:59:20 +01:00
|
|
|
|
if (cmdblk->class == class_run)
|
|
|
|
|
{
|
1996-04-05 23:52:38 +02:00
|
|
|
|
running_now = 1;
|
1996-01-24 07:27:59 +01:00
|
|
|
|
Tcl_Eval (interp, "gdbtk_tcl_busy");
|
1994-10-21 01:59:20 +01:00
|
|
|
|
(*cmdblk->function.cfunc)(arg, from_tty);
|
1996-01-24 07:27:59 +01:00
|
|
|
|
Tcl_Eval (interp, "gdbtk_tcl_idle");
|
1996-04-05 23:52:38 +02:00
|
|
|
|
running_now = 0;
|
1994-10-21 01:59:20 +01:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
(*cmdblk->function.cfunc)(arg, from_tty);
|
|
|
|
|
}
|
|
|
|
|
|
1996-05-17 04:36:13 +02:00
|
|
|
|
/* This function is called instead of gdb's internal command loop. This is the
|
|
|
|
|
last chance to do anything before entering the main Tk event loop. */
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
tk_command_loop ()
|
|
|
|
|
{
|
* defs.h (read_command_lines, query_hook): Update prototypes.
(readline_begin_hook, readline_hook, readline_end_hook): Declare.
* breakpoint.c (commands_command): Build message in temporary buffer
and pass that, as well as tty control flag, to read_command_lines.
* top.c (readline_begin_hook, readline_hook, readline_end_hook):
Define here.
(command_loop): Check for non-NULL instream before looping.
(command_line_input): Use readline_hook when appropriate, to get
user input from a GUI window.
(read_next_line): Also build prompt if getting user input from a GUI.
(recurse_read_control_structure): Fix typo in comment.
(read_command_lines): Use passed in prompt and tty flag to decide how
to build message. Use readline_begin_hook when appropriate, to set
up a GUI interaction window. Just return head, whether NULL or not,
after using readline_end_hook to complete GUI interaction.
(define_command, document_command): Build message in a temporary
buffer and pass it to read_command_lines, along with tty flag.
* gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
New functions.
(tk_command_loop): Set instream to NULL to enable Tk user interaction.
(gdbtk_init): Set readline_begin_hook, readline_hook,
and readline_end_hook.
* gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
gdbtk_tcl_readline_end): New functions.
(tclsh): Pack scroll bar on right side of window, not left.
PR 9385
1996-05-20 04:05:55 +02:00
|
|
|
|
extern GDB_FILE *instream;
|
|
|
|
|
|
|
|
|
|
/* We no longer want to use stdin as the command input stream */
|
|
|
|
|
instream = NULL;
|
1996-05-17 04:36:13 +02:00
|
|
|
|
Tcl_Eval (interp, "gdbtk_tcl_preloop");
|
|
|
|
|
Tk_MainLoop ();
|
|
|
|
|
}
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
static void
|
|
|
|
|
gdbtk_init ()
|
|
|
|
|
{
|
|
|
|
|
struct cleanup *old_chain;
|
|
|
|
|
char *gdbtk_filename;
|
1994-10-21 01:59:20 +01:00
|
|
|
|
int i;
|
1994-12-24 01:32:14 +01:00
|
|
|
|
struct sigaction action;
|
|
|
|
|
static sigset_t nullsigmask = {0};
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1996-08-23 09:57:10 +02:00
|
|
|
|
/* If there is no DISPLAY environment variable, Tk_Init below will fail,
|
|
|
|
|
causing gdb to abort. If instead we simply return here, gdb will
|
|
|
|
|
gracefully degrade to using the command line interface. */
|
|
|
|
|
|
|
|
|
|
if (getenv ("DISPLAY") == NULL)
|
|
|
|
|
return;
|
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
old_chain = make_cleanup (cleanup_init, 0);
|
|
|
|
|
|
|
|
|
|
/* First init tcl and tk. */
|
|
|
|
|
|
|
|
|
|
interp = Tcl_CreateInterp ();
|
|
|
|
|
|
|
|
|
|
if (!interp)
|
|
|
|
|
error ("Tcl_CreateInterp failed");
|
|
|
|
|
|
|
|
|
|
if (Tcl_Init(interp) != TCL_OK)
|
|
|
|
|
error ("Tcl_Init failed: %s", interp->result);
|
|
|
|
|
|
|
|
|
|
if (Tk_Init(interp) != TCL_OK)
|
|
|
|
|
error ("Tk_Init failed: %s", interp->result);
|
|
|
|
|
|
1994-12-16 02:07:35 +01:00
|
|
|
|
Tcl_CreateCommand (interp, "gdb_cmd", call_wrapper, gdb_cmd, NULL);
|
|
|
|
|
Tcl_CreateCommand (interp, "gdb_loc", call_wrapper, gdb_loc, NULL);
|
|
|
|
|
Tcl_CreateCommand (interp, "gdb_sourcelines", call_wrapper, gdb_sourcelines,
|
|
|
|
|
NULL);
|
|
|
|
|
Tcl_CreateCommand (interp, "gdb_listfiles", call_wrapper, gdb_listfiles,
|
1994-12-12 21:50:08 +01:00
|
|
|
|
NULL);
|
1994-12-16 02:07:35 +01:00
|
|
|
|
Tcl_CreateCommand (interp, "gdb_stop", call_wrapper, gdb_stop, NULL);
|
|
|
|
|
Tcl_CreateCommand (interp, "gdb_regnames", call_wrapper, gdb_regnames, NULL);
|
|
|
|
|
Tcl_CreateCommand (interp, "gdb_fetch_registers", call_wrapper,
|
|
|
|
|
gdb_fetch_registers, NULL);
|
|
|
|
|
Tcl_CreateCommand (interp, "gdb_changed_register_list", call_wrapper,
|
|
|
|
|
gdb_changed_register_list, NULL);
|
1995-01-06 02:55:45 +01:00
|
|
|
|
Tcl_CreateCommand (interp, "gdb_disassemble", call_wrapper,
|
|
|
|
|
gdb_disassemble, NULL);
|
|
|
|
|
Tcl_CreateCommand (interp, "gdb_eval", call_wrapper, gdb_eval, NULL);
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
Tcl_CreateCommand (interp, "gdb_get_breakpoint_list", call_wrapper,
|
|
|
|
|
gdb_get_breakpoint_list, NULL);
|
|
|
|
|
Tcl_CreateCommand (interp, "gdb_get_breakpoint_info", call_wrapper,
|
|
|
|
|
gdb_get_breakpoint_info, NULL);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1996-05-17 04:36:13 +02:00
|
|
|
|
command_loop_hook = tk_command_loop;
|
1996-07-26 05:01:51 +02:00
|
|
|
|
print_frame_info_listing_hook =
|
|
|
|
|
(void (*) PARAMS ((struct symtab *, int, int, int))) null_routine;
|
1995-01-06 02:55:45 +01:00
|
|
|
|
query_hook = gdbtk_query;
|
|
|
|
|
flush_hook = gdbtk_flush;
|
|
|
|
|
create_breakpoint_hook = gdbtk_create_breakpoint;
|
|
|
|
|
delete_breakpoint_hook = gdbtk_delete_breakpoint;
|
* annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace
enable/disable_breakpoint_hook with modify_breakpoint_hook.
* gdbtk.c: General cleanups, get rid of unused variables. Redo
handling of stdout/stderr to just return output as the result of
the tcl command that caused the output. Cleanup -Wall stuff.
* (breakpoint_notify): Now returns just action and breakpoint
number.
* (gdb_get_breakpoint_list): New routine. Does the obvious.
* (gdb_get_breakpoint_info): Mostly derived from the old
breakpoint_notify, but returns lots more info.
* (dsprintf_append_element): Helper routine, works like printf,
but appends a tcl element onto the specified DString. Good for
building up lists as return values.
* (gdbtk_enable/disable_breakpoint): Go away. Replaced with
gdbtk_modify_breakpoint.
* (*many routines*): Use new result protocol.
* (call_wrapper): Make sure that recursive calls don't trash results.
* gdbtk.tcl: New windows, autocmd, and breakpoints.
* (gdbtk_tcl_fputs): Don't use $current_output_win redirection
anymore. It's not needed (in fact, this routine may not be needed
anymore).
* (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
notification protocol.
* (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
catches.
* (interactive_cmd): Use this wrapper around button invocations
of many commands. This will catch errors and put the results into
the command window. It also updates all the other windows.
* Also, change reliefs of most things to sunken. This actually
looks better.
* (create_file_win): Fix margin binding to allow breakpoints to
work again.
* (create_asm_win): Use return value of gdb_disassemble instead
of implicit I/O to the command window.
* (create_command_window): Use new result protocol to get output
from commands.
1995-02-15 02:45:39 +01:00
|
|
|
|
modify_breakpoint_hook = gdbtk_modify_breakpoint;
|
1995-01-06 02:55:45 +01:00
|
|
|
|
interactive_hook = gdbtk_interactive;
|
|
|
|
|
target_wait_hook = gdbtk_wait;
|
|
|
|
|
call_command_hook = gdbtk_call_command;
|
* defs.h (read_command_lines, query_hook): Update prototypes.
(readline_begin_hook, readline_hook, readline_end_hook): Declare.
* breakpoint.c (commands_command): Build message in temporary buffer
and pass that, as well as tty control flag, to read_command_lines.
* top.c (readline_begin_hook, readline_hook, readline_end_hook):
Define here.
(command_loop): Check for non-NULL instream before looping.
(command_line_input): Use readline_hook when appropriate, to get
user input from a GUI window.
(read_next_line): Also build prompt if getting user input from a GUI.
(recurse_read_control_structure): Fix typo in comment.
(read_command_lines): Use passed in prompt and tty flag to decide how
to build message. Use readline_begin_hook when appropriate, to set
up a GUI interaction window. Just return head, whether NULL or not,
after using readline_end_hook to complete GUI interaction.
(define_command, document_command): Build message in a temporary
buffer and pass it to read_command_lines, along with tty flag.
* gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
New functions.
(tk_command_loop): Set instream to NULL to enable Tk user interaction.
(gdbtk_init): Set readline_begin_hook, readline_hook,
and readline_end_hook.
* gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
gdbtk_tcl_readline_end): New functions.
(tclsh): Pack scroll bar on right side of window, not left.
PR 9385
1996-05-20 04:05:55 +02:00
|
|
|
|
readline_begin_hook = gdbtk_readline_begin;
|
|
|
|
|
readline_hook = gdbtk_readline;
|
|
|
|
|
readline_end_hook = gdbtk_readline_end;
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1994-11-02 01:50:12 +01:00
|
|
|
|
/* Get the file descriptor for the X server */
|
1994-10-21 01:59:20 +01:00
|
|
|
|
|
1996-08-02 04:43:27 +02:00
|
|
|
|
x_fd = ConnectionNumber (Tk_Display (Tk_MainWindow (interp)));
|
1994-10-21 01:59:20 +01:00
|
|
|
|
|
|
|
|
|
/* Setup for I/O interrupts */
|
|
|
|
|
|
1994-12-24 01:32:14 +01:00
|
|
|
|
action.sa_mask = nullsigmask;
|
|
|
|
|
action.sa_flags = 0;
|
|
|
|
|
action.sa_handler = SIG_IGN;
|
|
|
|
|
sigaction(SIGIO, &action, NULL);
|
|
|
|
|
|
|
|
|
|
#ifdef FIOASYNC
|
|
|
|
|
i = 1;
|
|
|
|
|
if (ioctl (x_fd, FIOASYNC, &i))
|
|
|
|
|
perror_with_name ("gdbtk_init: ioctl FIOASYNC failed");
|
1994-10-21 01:59:20 +01:00
|
|
|
|
|
1995-04-06 23:08:05 +02:00
|
|
|
|
#ifdef SIOCSPGRP
|
1994-12-24 01:32:14 +01:00
|
|
|
|
i = getpid();
|
|
|
|
|
if (ioctl (x_fd, SIOCSPGRP, &i))
|
|
|
|
|
perror_with_name ("gdbtk_init: ioctl SIOCSPGRP failed");
|
1995-04-11 17:14:07 +02:00
|
|
|
|
|
|
|
|
|
#else
|
|
|
|
|
#ifdef F_SETOWN
|
|
|
|
|
i = getpid();
|
|
|
|
|
if (fcntl (x_fd, F_SETOWN, i))
|
|
|
|
|
perror_with_name ("gdbtk_init: fcntl F_SETOWN failed");
|
|
|
|
|
#endif /* F_SETOWN */
|
|
|
|
|
#endif /* !SIOCSPGRP */
|
1994-12-19 09:01:45 +01:00
|
|
|
|
#else
|
|
|
|
|
if (ioctl (x_fd, I_SETSIG, S_INPUT|S_RDNORM) < 0)
|
1994-12-24 01:32:14 +01:00
|
|
|
|
perror_with_name ("gdbtk_init: ioctl I_SETSIG failed");
|
|
|
|
|
#endif /* ifndef FIOASYNC */
|
1994-10-21 01:59:20 +01:00
|
|
|
|
|
1994-07-29 00:07:02 +02:00
|
|
|
|
add_com ("tk", class_obscure, tk_command,
|
|
|
|
|
"Send a command directly into tk.");
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
Tcl_LinkVar (interp, "disassemble-from-exec", (char *)&disassemble_from_exec,
|
|
|
|
|
TCL_LINK_INT);
|
|
|
|
|
|
|
|
|
|
/* Load up gdbtk.tcl after all the environment stuff has been setup. */
|
|
|
|
|
|
|
|
|
|
gdbtk_filename = getenv ("GDBTK_FILENAME");
|
|
|
|
|
if (!gdbtk_filename)
|
|
|
|
|
if (access ("gdbtk.tcl", R_OK) == 0)
|
|
|
|
|
gdbtk_filename = "gdbtk.tcl";
|
|
|
|
|
else
|
|
|
|
|
gdbtk_filename = GDBTK_FILENAME;
|
|
|
|
|
|
1995-01-12 02:09:34 +01:00
|
|
|
|
/* Defer setup of fputs_unfiltered_hook to near the end so that error messages
|
|
|
|
|
prior to this point go to stdout/stderr. */
|
|
|
|
|
|
|
|
|
|
fputs_unfiltered_hook = gdbtk_fputs;
|
|
|
|
|
|
1995-01-06 02:55:45 +01:00
|
|
|
|
if (Tcl_EvalFile (interp, gdbtk_filename) != TCL_OK)
|
1995-01-12 02:09:34 +01:00
|
|
|
|
{
|
|
|
|
|
fputs_unfiltered_hook = NULL; /* Force errors to stdout/stderr */
|
|
|
|
|
|
|
|
|
|
fprintf_unfiltered (stderr, "%s:%d: %s\n", gdbtk_filename,
|
|
|
|
|
interp->errorLine, interp->result);
|
1995-01-26 03:27:06 +01:00
|
|
|
|
|
|
|
|
|
fputs_unfiltered ("Stack trace:\n", gdb_stderr);
|
|
|
|
|
fputs_unfiltered (Tcl_GetVar (interp, "errorInfo", 0), gdb_stderr);
|
|
|
|
|
error ("");
|
1995-01-12 02:09:34 +01:00
|
|
|
|
}
|
1995-01-06 02:55:45 +01:00
|
|
|
|
|
|
|
|
|
discard_cleanups (old_chain);
|
1994-07-29 00:07:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
1996-05-09 01:34:34 +02:00
|
|
|
|
/* Come here during initialize_all_files () */
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
_initialize_gdbtk ()
|
|
|
|
|
{
|
1994-10-26 23:45:13 +01:00
|
|
|
|
if (use_windows)
|
|
|
|
|
{
|
|
|
|
|
/* Tell the rest of the world that Gdbtk is now set up. */
|
1994-07-29 00:07:02 +02:00
|
|
|
|
|
1994-10-26 23:45:13 +01:00
|
|
|
|
init_ui_hook = gdbtk_init;
|
|
|
|
|
}
|
1994-07-29 00:07:02 +02:00
|
|
|
|
}
|