Christopher Faylor
02e423b9b2
* config/i386/tm-cygwin.h: include tm-i386.h instead of tm-i386v.h. This fixes
...
errors in "long long" handling for 'finish' and 'return' commands.
* win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared library if it
has already been loaded.
(safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see any
error messages.
(safe_symbol_file_add): Ditto.
(solib_symbols_add): Make static. Accept 'from_tty' parameter. Pass it to
safe_symbol_file_add.
(core_dll_symbols_add): Accomodate extra solib_symbols_add parameter.
(child_solib_add): Ditto.
* win32-nat.c (handle_exception): Don't print "first chance" exceptions.
(get_child_debug_event): Continue from exceptions if !handle_exception.
2001-10-12 04:32:16 +00:00
Tom Tromey
1b15f1fad9
* symtab.c (lookup_symtab): Removed.
...
(lookup_symtab_1): Renamed to lookup_symtab.
2001-10-12 03:38:12 +00:00
gdbadmin
ae14a5f5db
*** empty log message ***
2001-10-12 00:00:02 +00:00
Christopher Faylor
700b351bda
* win32-nat.c (get_child_debug_event): Close file handles created after process
...
creation and DLL load.
(child_create_inferior): Close unneeded process/thread handle after thread
creation.
2001-10-11 01:55:58 +00:00
gdbadmin
4a04a41f35
*** empty log message ***
2001-10-11 00:00:04 +00:00
Jim Blandy
4eab1e18e9
* mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
2001-10-10 21:22:44 +00:00
Keith Seitz
4abb499edb
* varobj.c (cplus_value_of_child): Deal with a failure
...
to dereference a pointer object.
2001-10-10 17:01:52 +00:00
gdbadmin
c9ce2220e1
*** empty log message ***
2001-10-10 00:00:05 +00:00
gdbadmin
ddb2683535
*** empty log message ***
2001-10-09 00:00:02 +00:00
Joel Brobecker
8b2797db31
Document changes to hpux-thread.c.
2001-10-08 20:44:38 +00:00
Joel Brobecker
f7926acf20
Rewrite find_active_thread() and find_tcb() to use ptid_t, instead of
...
overloading the thread and the pid into the same 32-bit value. Make
associated necessary adaptations. Also remove unused variable
cached_active_thread.
2001-10-08 20:42:08 +00:00
Nicholas Duffek
420effb8ac
* MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove my
...
entries.
2001-10-08 19:05:00 +00:00
gdbadmin
ab7f1108bf
*** empty log message ***
2001-10-08 00:00:04 +00:00
gdbadmin
ba9011bc0e
*** empty log message ***
2001-10-07 00:00:03 +00:00
Mark Kettenis
3eb970a80b
* config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.
2001-10-06 19:19:27 +00:00
gdbadmin
3bbed9b708
*** empty log message ***
2001-10-06 00:00:08 +00:00
gdbadmin
09d15f2aa8
*** empty log message ***
2001-10-05 00:00:02 +00:00
Frank Ch. Eigler
1d9d99f32d
2001-10-04 Frank Ch. Eigler <fche@redhat.com>
...
* lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
if gdb child process crashes, just signal an error.
2001-10-04 22:11:12 +00:00
Tom Tromey
78f495860c
* main.c (enable_external_editor): Don't declare.
...
(captured_main): Don't set enable_external_editor.
2001-10-04 15:04:27 +00:00
gdbadmin
1baf8b2495
*** empty log message ***
2001-10-04 00:00:04 +00:00
gdbadmin
0a30e5973d
*** empty log message ***
2001-10-03 00:00:02 +00:00
Kevin Buettner
ab31aa69b9
Split SVR4/SunOS solib support.
2001-10-02 23:11:24 +00:00
Jim Blandy
838ae6c473
* lib/gdb.exp (test_xfail_format): Simplify.
...
* lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
front of the variable name `format'. Simplify `if'.
2001-10-02 19:42:10 +00:00
Elena Zannoni
39ae698d7d
2001-10-01 Elena Zannoni <ezannoni@redhat.com>
...
* Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.
2001-10-02 02:53:48 +00:00
Elena Zannoni
a99a072c2c
2001-10-01 Elena Zannoni <ezannoni@redhat.com>
...
* xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
SET_NAMESTRING): Delete definitions.
Don't include language.h any more.
Don't include partial-stab.h any more.
(scan_xcoff_symtab): Don't jump through hoops to reuse code in
partial-stab.h, include the code directly, instead.
* Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
2001-10-02 02:51:41 +00:00
Elena Zannoni
d5d0a62f69
2001-10-01 Elena Zannoni <ezannoni@redhat.com>
...
* xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
SET_NAMESTRING): Delete definitions.
Don't include language.h any more.
Don't include partial-stab.h any more.
(scan_xcoff_symtab): Don't jump through hoops to reuse code in
partial-stab.h, include the code directly, instead.
* Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
2001-10-02 02:39:48 +00:00
gdbadmin
6c3748ca43
*** empty log message ***
2001-10-02 00:00:06 +00:00
Daniel Jacobowitz
8f0cbc1ca3
* gdb.threads/pthreads.exp: Wait for output and delay
...
before sending ^C.
2001-10-01 20:36:48 +00:00
Daniel Jacobowitz
1f08dafd5a
* gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
...
some incorrect output instead of timing out.
* gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
2001-10-01 20:31:38 +00:00
Andrew Cagney
447aa9a61f
* infcmd.c (do_registers_info): Delete code dumping large
...
registers. Handled by val_print.
2001-10-01 18:11:19 +00:00
gdbadmin
c7faceac8d
*** empty log message ***
2001-10-01 00:00:05 +00:00
Andrew Cagney
85de96271b
* gdbarch.sh (gdbarch_alloc): Name the new architecture
...
``current_gdbarch'' so that it, and not the identically named
global is refered to by macros.
* gdbarch.c: Regenerate.
2001-09-30 16:54:28 +00:00
Andrew Cagney
f3796e2657
* cli/cli-decode.c (add_set_boolean_cmd): Define.
...
* cli/cli-decode.h (add_set_boolean_cmd): Declare.
* command.h (add_set_boolean_cmd): Ditto.
* remote.c (_initialize_remote): Use add_set_boolean_cmd for "set
remotebreak"
2001-09-30 16:16:16 +00:00
gdbadmin
7efde2a4dd
*** empty log message ***
2001-09-30 00:00:06 +00:00
Andrew Cagney
08e45a405b
* gdbarch.sh (gdbarch_dump): Sort output.
...
* gdbarch.c: Regenerate.
2001-09-29 22:35:53 +00:00
Andrew Cagney
e712c1cf79
* rs6000-tdep.c (rs6000_gdbarch_init): Don't use the previous
...
architecture to infer the wordsize. Previous architecture may not
be a PowerPC.
2001-09-29 21:32:01 +00:00
gdbadmin
6e73fe5560
*** empty log message ***
2001-09-29 00:00:04 +00:00
Tom Tromey
7cacb6a3a7
* tuiLayout.h (tui_set_layout): Don't declare.
...
* tui.h (tui_vAddWinToLayout): Don't declare.
(tui_vSetLayoutTo): Likewise.
(tui_set_layout): Declare.
2001-09-28 17:39:09 +00:00
Corinna Vinschen
674f90ff34
* gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
...
check to allow additional `int'.
2001-09-28 11:41:30 +00:00
gdbadmin
b43d14f89c
*** empty log message ***
2001-09-28 00:00:01 +00:00
Michael Snyder
2e2394a075
2001-09-20 Michael Snyder <msnyder@redhat.com>
...
Changes by Daniel Berlin <dan@cgsoftware.com>, to support
better parsing of const and volatile type expressions.
* c-exp.y (const_and_volatile, const_or_volatile_noopt,
const_or_volatile): New non-terminals.
(ptype): Use new rule for const_or_volatile.
(typebase): Use new rule for const_or_volatile_noopt.
* parser-defs.h (enum type_pieces): New values tp_const, tp_volatile.
* parse.c (follow_types): Handle tp_const and tp_volatile on the
type stack: call make_cv_type to create new const/volatile type.
2001-09-27 22:39:05 +00:00
Daniel Jacobowitz
9b28427211
* gdb.base/completion.exp: Remove incorrect 'p "a' test.
...
Add tests for 'p "break' (pass) and 'p "break.' (xfail).
2001-09-27 22:21:22 +00:00
Michael Snyder
b55a47712d
2001-09-27 Michael Snyder <msnyder@redhat.com>
...
* lib/gdb.exp (test_debug_format): New proc.
(setup_xfail_format): Use new proc test_debug_format.
* gdb.base/constvars.exp (local_compiler_xfail_check): New
proc; use new service proc test_debug_format.
Replace all other "gcc_compiled" tests with this test.
* gdb.base/volatile.exp (local_compiler_xfail_check): New
proc; use new service proc test_debug_format.
Replace all other "gcc_compiled" tests with this test.
2001-09-27 21:35:56 +00:00
Michael Snyder
56e2d25ab5
2001-09-20 Michael Snyder <msnyder@redhat.com>
...
Changes by Daniel Berlin <dan@cgsoftware.com>, to support
better parsing of const and volatile type expressions.
* c-exp.y (const_and_volatile, const_or_volatile_noopt,
const_or_volatile): New non-terminals.
(ptype): Use new rule for const_or_volatile.
(typebase): Use new rule for const_or_volatile_noopt.
* parser-defs.h (enum type_pieces): New values tp_const, tp_volatile.
* parse.c (follow_types): Handle tp_const and tp_volatile on the
type stack: call make_cv_type to create new const/volatile type.
2001-09-27 21:16:43 +00:00
Michael Snyder
3e9986d221
2001-09-21 Michael Snyder <msnyder@redhat.com>
...
* c-exp.y (typebase): Accept (signed long long) as a type expr.
2001-09-27 21:14:48 +00:00
Joel Brobecker
d68f31a9f3
Document changes in infttrace.c (for HPUX 11.00).
2001-09-27 13:32:17 +00:00
Joel Brobecker
d3340a536f
kill_inferior: Issue a TT_PROC_EXIT request rather than a TT_PROC_STOP
...
request to kill the inferior and its child processes. Otherwise, the
inferior is not killed on HPUX 11.0. Removed the code that detaches the
child processes since we just killed them.
2001-09-27 13:31:45 +00:00
gdbadmin
53a55750dd
*** empty log message ***
2001-09-27 00:00:01 +00:00
Andrew Cagney
e3abfe1d65
Add framework for ``set/show serial ...''.
2001-09-26 23:27:39 +00:00
Andrew Cagney
ff1da24e18
* CONTRIBUTE: Update.
2001-09-26 20:52:56 +00:00
Corinna Vinschen
4e6667ac4f
* gdb.base/constvars.exp: Check for different orders of keywords
...
and additional "int" strings in output.
2001-09-26 16:06:28 +00:00
Kevin Buettner
e5e2b9ff10
Use gdbarch data mechanism instead of gdbarch swap mechanism to manage
...
the fetching of architecture specific link map offsets.
2001-09-26 07:03:13 +00:00
gdbadmin
ca990479da
*** empty log message ***
2001-09-26 00:00:02 +00:00
Jiri Smid
86ed34a902
fix of my email address
2001-09-25 11:52:54 +00:00
Jiri Smid
c74ae012f5
* x86-64-linux-tdep.c (LINUX_SIGINFO_SIZE): Add.
...
(x86_64_linux_sigcontext_addr): Replace `sizeof (struct siginfo)'
by LINUX_SIGINFO_SIZE.
2001-09-25 10:37:17 +00:00
Andrew Cagney
4f3379724d
* maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): New
...
variables.
(maintenance_set_profile_cmd): New function.
(maintenance_show_cmd, maintenance_set_cmd): New functions.
(_initialize_maint_cmds): Add "maintenance set" and "maintenance
show" and, commented out, "maintenance set/show profile" commands.
2001-09-25 02:31:51 +00:00
gdbadmin
0163999c22
*** empty log message ***
2001-09-25 00:00:06 +00:00
Andrew Cagney
f76febae84
* findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARG
...
convert the pointer into a CORE_ADDRs.
2001-09-24 19:46:15 +00:00
Andrew Cagney
96d2f608dc
* doublest.h (store_floating, extract_floating): Add comment
...
indicating these functions are deprecated.
(extract_typed_floating, store_typed_floating): Declare.
* doublest.c: Include "gdbtypes.h".
(extract_typed_floating, store_typed_floating): Define.
* stabsread.c (define_symbol): Use store_typed_floating.
* valarith.c (value_binop): Ditto.
* values.c (unpack_long): Use extract_typed_floating.
(unpack_double): Ditto.
2001-09-24 17:16:53 +00:00
Orjan Friberg
7ab98e9e4f
2001-09-24 Orjan Friberg <orjanf@axis.com>
...
* cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1
from correct register.
2001-09-24 08:04:10 +00:00
gdbadmin
02ca6eb41d
*** empty log message ***
2001-09-24 00:00:33 +00:00
gdbadmin
5175008b28
*** empty log message ***
2001-09-23 00:00:03 +00:00
gdbadmin
7e6922fd50
*** empty log message ***
2001-09-22 00:00:02 +00:00
Mark Kettenis
1dbeeb7b3b
* x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.
2001-09-21 22:57:29 +00:00
Jiri Smid
c4d82c9662
* config/i386/x86-64linux.mh: New file.
...
* config/i386/x86-64linux.mt: New file.
* config/i386/nm-x86_64.h: New file.
* x86-64-linux-tdep.c: New file.
* x86-64-linux-nat.c: New file.
* x86-64-tdep.c: New file.
* x86-64-tdep.h: New file.
* i386-tdep.h: New file.
* i387-nat.c: Include i386-tdep.h when multiarch.
* i387-tdep.c: Ditto.
* config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c
and x86_64-linux-nat.c
* Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o,
x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2001-09-21 12:24:55 +00:00
Jiri Smid
53e95fcfec
* config/i386/x86-64linux.mh: New file.
...
* config/i386/x86-64linux.mt: New file.
* config/i386/nm-x86_64.h: New file.
* x86-64-linux-tdep.c: New file.
* x86-64-linux-nat.c: New file.
* x86-64-tdep.c: New file.
* x86-64-tdep.h: New file.
* config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c
and x86_64-linux-nat.c
* Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o,
x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2001-09-21 12:19:15 +00:00
Jiri Smid
9a82579f3d
* i386-tdep.h: New file.
...
* i387-nat.c: Include i386-tdep.h when multiarch.
* i387-tdep.c: Ditto.
2001-09-21 12:15:15 +00:00
Jiri Smid
cab16195fe
* MAINTAINERS: Add myself to the write-after-approval list.
...
* i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.
(i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint,
i386_insert_watchpoint, i386_remove_watchpoint): Add support for
8-byte wide watchpoints.
(i386_show_dr): Debug message format string change.
2001-09-21 07:17:52 +00:00
Jiri Smid
e906b9a3a9
* i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.
...
(i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint,
i386_insert_watchpoint, i386_remove_watchpoint): Add support for
8-byte wide watchpoints.
(i386_show_dr): Debug message format string change.
2001-09-21 07:16:03 +00:00
Jiri Smid
5f3b524877
* MAINTAINERS: Add myself to the write-after-approval list.
2001-09-21 07:14:31 +00:00
gdbadmin
a10bc936b8
*** empty log message ***
2001-09-21 00:00:35 +00:00
Kevin Buettner
1c4dcb5771
Make set_solib_svr4_fetch_link_map_offsets() work as intended.
2001-09-20 20:07:55 +00:00
Alan Modra
3a42e9d062
* coffread.c: Replace all occurrences of bfd_read with bfd_bread.
...
* dbxread.c: Likewise.
* dwarf2read.c: Likewise.
* dwarfread.c: Likewise.
* somread.c: Likewise.
* ultra3-nat.c: Likewise.
* xcoffread.c: Likewise.
2001-09-20 03:03:40 +00:00
gdbadmin
6bac1f1132
*** empty log message ***
2001-09-20 00:00:02 +00:00
Andrew Cagney
8535cb3839
* cris-tdep.c (cris_get_signed_offset): Change return type to an
...
explicitly signed char.
2001-09-19 21:59:41 +00:00
Andrew Cagney
e0441cf0e1
* config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
...
function signature to match recent tracepoint.c:encode_actions
changes.
* mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
2001-09-19 20:43:54 +00:00
Frank Ch. Eigler
2015650dea
* approved by kseitz
...
2001-09-19 Frank Ch. Eigler <fche@redhat.com>
* lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
to localhost:NNN instead of :NNN, in case Xvfb is listening
only on TCP.
2001-09-19 15:39:54 +00:00
Corinna Vinschen
f3bcedc1a9
* gdb.base/recurse.exp: When checking leaving the watchpoint
...
scope, recognize when gdb is in function's epilogue and pass.
2001-09-19 08:21:17 +00:00
Keith Seitz
6b819c92c4
* lib/insight-support.exp (_gdbtk_export_target_info): Add
...
support for running tests against sid targets.
(gdbtk_done): Ditto.
2001-09-19 00:08:43 +00:00
gdbadmin
3b3e3cc446
*** empty log message ***
2001-09-19 00:00:02 +00:00
Corinna Vinschen
a10c9419a4
* gdb.base/ending-run.c (main): Set stdout buffersize
...
to the same reasonable value for any target.
* gdb.base/ending-run.exp: Add a regular expression
to make testsuite happy on Sanyo Stormy16 target.
2001-09-18 17:49:06 +00:00
Andrew Cagney
2b65245ef4
Add ui_out parameter to libgdb functions.
2001-09-18 05:00:51 +00:00
gdbadmin
fed9891d87
*** empty log message ***
2001-09-18 00:00:07 +00:00
Corinna Vinschen
739d0d99b3
* gdb.base/display.c (do_loops): Add float variable `f'.
...
Increment f in loop.
* gdb.base/display.exp: Increment timeout by 60 seconds.
Change float display test to use variable `f'.
2001-09-17 20:41:22 +00:00
Jim Blandy
1b8947f0b5
* gdb.base/restore.exp: Use temporary breakpoints, to avoid
...
overflowing the limited breakpoint tables on some ROM monitors
(like the ROM68K).
2001-09-17 19:42:28 +00:00
gdbadmin
089e0fcb62
*** empty log message ***
2001-09-17 00:00:01 +00:00
gdbadmin
ca58b74bc5
*** empty log message ***
2001-09-16 00:00:01 +00:00
Frank Ch. Eigler
9890ac81bc
2001-09-15 Frank Ch. Eigler <fche@redhat.com>
...
* lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
the "-ac" (disable access control) flag.
2001-09-15 17:11:24 +00:00
gdbadmin
7a0c04c188
*** empty log message ***
2001-09-15 00:00:03 +00:00
Kevin Buettner
2069d78d3c
Commit Ilya Golubev's clear_solib() fixes.
2001-09-14 00:40:29 +00:00
gdbadmin
93de26c188
*** empty log message ***
2001-09-14 00:00:03 +00:00
Jim Blandy
e8816aacae
* monitor.c (monitor_load): Don't delete symtab users, or reset
...
inferior_ptid.
2001-09-13 22:48:19 +00:00
Jim Blandy
fe4900853a
(monitor_load): Fix indentation.
2001-09-13 18:53:42 +00:00
Jim Blandy
348d75a52f
(monitor_load): Fix indentation.
2001-09-13 18:43:03 +00:00
gdbadmin
8dd5f7a869
*** empty log message ***
2001-09-13 00:00:06 +00:00
Jim Blandy
e94a679a11
Remove incomplete section on overlays, committed by accident.
2001-09-12 19:49:52 +00:00
Jim Blandy
664cccaec5
* printcmd.c (print_scalar_formatted): Fix indentation.
2001-09-12 04:18:08 +00:00
gdbadmin
58712d0505
*** empty log message ***
2001-09-12 00:00:03 +00:00
gdbadmin
63da102c1d
*** empty log message ***
2001-09-11 00:00:04 +00:00
Jim Blandy
a5666cc9b8
* rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that
...
programs running on the board can produce output.
2001-09-10 23:54:16 +00:00
Jason Molenda
6d6b80e5eb
2001-09-10 Jason Molenda (jmolenda@apple.com)
...
* NEWS: "ANS/ISO C" -> "ISO C".
* MAINTAINERS (write-after-approval): Update my entry.
2001-09-10 18:13:17 +00:00
gdbadmin
f541826b7f
*** empty log message ***
2001-09-10 00:00:02 +00:00
gdbadmin
5ac3ea5891
*** empty log message ***
2001-09-09 00:00:03 +00:00
Mark Kettenis
964840f795
Fix truncated 2001-08-23 entry.
2001-09-08 23:34:53 +00:00
Mark Kettenis
a9dc4918b3
* gdbint.texinfo (Host Definition): Remove description of
...
MEM_FNS_DECLARED.
2001-09-08 10:53:45 +00:00
Mark Kettenis
df5fdb3df4
* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
2001-09-08 10:50:07 +00:00
Mark Kettenis
d28379df76
* gdbint.texinfo (Host Definition): Remove description of R_OK.
2001-09-08 10:43:27 +00:00
Mark Kettenis
4ad318e604
* config/arm/xm-linux.h, config/ia64/xm-linux.h,
...
config/m68k/xm-linux.h, config/mips/xm-linux.h,
config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
redundant inclusion of <unistd.h>.
2001-09-08 10:39:54 +00:00
Mark Kettenis
f277788bc6
* gdbint.texinfo (Host Definition): Remove description of
...
HAVE_SIGSETMASK.
2001-09-08 10:28:20 +00:00
Mark Kettenis
7fc73f389d
* gdbtypes.h (struct block): Add forward declaration.
2001-09-08 10:16:57 +00:00
gdbadmin
6f270dab3e
*** empty log message ***
2001-09-08 00:00:02 +00:00
Andrew Cagney
f9c696d277
* defs.h (enum return_reason): Renumber so that all values are
...
negative.
(RETURN_MASK): Negate reason.
(catch_exception_ftype): Declare.
(catch_exceptions): Declare.
* top.c (catcher): New function, based on catch_errors. Add in
parameter func_uiout and out parameters func_val, func_caught and
func_cleanup. Change type of func to catch_exceptions_ftype.
Save/restore uiout.
(struct catch_errors_args): Define.
(do_catch_errors): New function.
(catch_errors): Rewrite, use do_catch_errors and catcher.
(catch_exceptions): New function, use catcher.
2001-09-07 21:33:08 +00:00
Jim Blandy
a2e2dd8055
Correctly parse register values provided by the monitor.
...
* rom68k-rom.c: #include "value.h".
(is_hex_digit, hex_digit_value, is_whitespace,
rom68k_supply_one_register): New static functions.
(rom68k_supply_register): Call rom68k_supply_one_register, instead
of monitor_supply_register; the latter was incorrectly parsing
the values.
* Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
2001-09-07 21:27:36 +00:00
Mark Kettenis
93befcf3d7
* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
...
to using setpgid if available now.
2001-09-07 15:22:11 +00:00
gdbadmin
c0a1a2e89b
*** empty log message ***
2001-09-07 00:00:02 +00:00
Keith Seitz
b381d62d0a
From Ian Roxborough <irox@redhat.com>
...
* configure.in: Use ITCL_LIB_FULL_PATH and
ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
for gdb.
* configure: Regenerated.
2001-09-06 20:59:18 +00:00
Kevin Buettner
9a058a09a9
Don't use error result from find_stab_function_addr().
2001-09-06 20:50:48 +00:00
Elena Zannoni
7ccaa899b1
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
...
* gdbint.texinfo (Target Architecture Definition): Add
explanation of TARGET_PRINT_INSN macro.
2001-09-06 12:01:36 +00:00
gdbadmin
a209ae8abb
*** empty log message ***
2001-09-06 00:00:03 +00:00
Elena Zannoni
2bf0cb6592
2001-09-05 Elena Zannoni <ezannoni@redhat.com>
...
* gdbarch.sh: Move include of dis-asm.h so it is generated earlier
in gdbarch.h.
(TARGET_PRINT_INSN): Multiarch.
* gdbarch.h: Regenerate.
* gdbarch.c: Regenerate.
* arch-utils.c (legacy_print_insn): New function.
* arch-utils.h (legacy_print_insn): Export.
* cris-tdep.c (cris_delayed_get_disassembler): Use
TARGET_PRINT_INSN, instead of tm_print_insn.
* d10v-tdep.c (print_insn): Ditto.
* d30v-tdep.c (print_insn): Ditto.
* m32r-tdep.c (dump_insn): Ditto.
* v850-tdep.c (v850_scan_prologue): Ditto.
* mcore-tdep.c (mcore_dump_insn): Ditto.
* sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
2001-09-05 23:44:44 +00:00
Michael Snyder
a4f30b31c8
Fix typo.
2001-09-05 23:26:21 +00:00
Jim Blandy
6369010f56
* gdbtypes.h (struct type): Doc fix.
2001-09-05 23:07:32 +00:00
Michael Snyder
0093d52fed
2001-08-31 Jason Molenda (jmolenda@apple.com)
...
* c-valprint.c (c_val_print): Second call to check_typedef ()
is no longer necessary.
2001-09-05 23:07:08 +00:00
Elena Zannoni
d3d55eeb77
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
...
From Daniel Jacobowitz <drow@mvista.com>
* dbxread.c (free_header_files): Make global.
(init_header_files): Likewise.
* stabsread.h (free_header_files): Add prototype.
(init_header_files): Likewise.
* mdebugread.c (mdebug_build_psymtabs): Initialize
properly before using the stabs debug reader.
2001-09-05 02:54:15 +00:00
Elena Zannoni
ef96bde82e
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
...
From Daniel Jacobowitz <drow@mvista.com>
* dbxread.c (dbx_symfile_read): Only reinitialize
the psymbol list if mainline or if both static
and global lists are empty.
* dwarf2read.c (dwarf2_build_psymtabs): Likewise.
* dwarfread.c (dwarf_build_psymtabs): Likewise.
* xcoffread.c (xcoff_initial_scan): Likewise.
* os9kread.c (os9k_symfile_read): Likewise.
2001-09-05 02:13:11 +00:00
Elena Zannoni
16db60558d
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
...
From Daniel Jacobowitz <drow@mvista.com>
* mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
a name specially.
2001-09-05 02:02:44 +00:00
gdbadmin
9ea0568f79
*** empty log message ***
2001-09-05 00:00:04 +00:00
gdbadmin
fe6f19de68
*** empty log message ***
2001-09-04 00:00:03 +00:00
Jeff Holcomb
6db765ea4b
2001-08-30 Jeff Holcomb <jeffh@redhat.com>
...
* gdb.base/remote.c: Use a small buffer for targets with 16-bit
ints.
2001-09-03 19:54:33 +00:00
gdbadmin
b21baa6f95
*** empty log message ***
2001-09-03 00:00:02 +00:00
gdbadmin
7ee2df7da6
*** empty log message ***
2001-09-02 00:00:05 +00:00
Mark Kettenis
f77b92bf11
Make GDB use libiberty regex implementation.
...
* gdb_regex.h: Normalize protection against multiple inclusion.
Include "xregex.h" instead of "gnu-regex.h".
* cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
* cli/cli-decode.c: Likewise.
* Makefile.in (REGEX): Remove.
(GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
(ADD_FILES, ADD_DEPS): Remove $(REGEX).
(POSSLIBS): Remove.
(TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
(irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
gdb_regex.h in list of dependencies.
(gnu-regex.o): Remove rule.
* gnu-regex.c, gnu-regex.h: Remove files.
2001-09-01 21:38:05 +00:00
gdbadmin
3ca047d39a
*** empty log message ***
2001-09-01 00:00:02 +00:00
Kevin Buettner
902d7086d7
Don't let a branch unit nop terminate the prologue scan.
2001-08-31 19:58:41 +00:00
Jim Blandy
17d9d55883
* gdb.texinfo (`add-symbol-file'): Correct synopsis.
...
Explain what it means to load relocatable files.
2001-08-31 01:24:24 +00:00
Jim Blandy
9ec8e6a002
* symfile.c (sections_overlap): New function.
...
(map_overlay_command): Call sections_overlap, instead of using
incorrect logic to recognize overlapping sections.
2001-08-31 00:40:45 +00:00
Jim Blandy
2889e66104
* symfile.c (load_command): Invalidate the overlay cache.
2001-08-31 00:36:23 +00:00
gdbadmin
56f3b7d623
*** empty log message ***
2001-08-31 00:00:03 +00:00
Jim Blandy
72cde065d6
*** empty log message ***
2001-08-30 23:57:06 +00:00
Mark Kettenis
cd903d5356
* config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
2001-08-30 21:53:47 +00:00
Keith Seitz
4c32cc04d2
* lib/gdb.exp: Move all insight-related functionality into
...
separate file.
* lib/insight-support.exp: New file.
2001-08-30 16:34:04 +00:00
Andrew Cagney
a116b84cf9
Cleanups. Now passes!
2001-08-30 01:45:30 +00:00
gdbadmin
3738f56667
*** empty log message ***
2001-08-30 00:00:03 +00:00
Frank Ch. Eigler
8d6e6f816b
* gdb/sid connect fix, etc.
...
2001-08-29 Frank Ch. Eigler <fche@redhat.com>
* config/sid.exp (sid_start): Never set sid verbosity; disable
expect_background {} that consumed its stdout; tolerate </dev/null.
Attempt to set endianness override in "sid" protocol mode. Cleanup.
2001-08-29 20:36:06 +00:00
Kevin Buettner
8ad2fcde8d
Applied Daniel Jacobowitz's patch for reattaching in the presence of
...
remote SVR4 shared libraries.
2001-08-29 19:34:08 +00:00
Andrew Cagney
e87593493c
Fix comments on `struct frame_info'.
2001-08-29 00:51:14 +00:00
gdbadmin
dd5039a5b9
*** empty log message ***
2001-08-29 00:00:04 +00:00
Jim Blandy
496e6bc304
* gdbint.texinfo: Bring the HTML `top' menu into sync with the
...
info `top' menu.
2001-08-28 22:49:55 +00:00
gdbadmin
1652590996
*** empty log message ***
2001-08-28 00:00:09 +00:00
Mark Kettenis
46711df821
* event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
...
gratuitious whitespace changes.
[!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined.
* top.c: Remove redundant logic to define HAVE_SIGSETMASK.
(sigsetmask) Don't define macro.
(stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from
async_stop_sig from event-top.c.
[!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is
defined.
* configure.in (AC_CHECK_FUNCS): Put functions in alphabetical
order. Add sigsetmask.
(AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in
alphabetical order.
* config/xm-aix4.h, config/alpha/xm-alphalinux.h,
config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h
(HAVE_SIGSETMASK): Remove.
* aclocal.m4, config.in, configure
2001-08-27 22:39:56 +00:00
Andrew Cagney
526eeb95b8
From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:
...
* config/powerpc/nbsd.mh (XM_FILE): Delete.
2001-08-27 02:22:14 +00:00
gdbadmin
215bf1461e
*** empty log message ***
2001-08-27 00:00:05 +00:00
Andrew Cagney
c16ac28fb3
* doublest.h (HOST_FLOAT_FORMAT): Delete macro.
...
(HOST_DOUBLE_FORMAT): Delete macro.
2001-08-26 18:46:10 +00:00
gdbadmin
b92b9cfe73
*** empty log message ***
2001-08-26 00:00:02 +00:00
gdbadmin
602ffeaf84
*** empty log message ***
2001-08-25 00:00:02 +00:00
Mark Kettenis
ceacb162a1
* config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
...
config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
inclusion of <limits.h>.
2001-08-24 12:19:59 +00:00
Andrew Cagney
275f450c27
* regcache.c (read_register_bytes): When REGISTER_NAME indicates
...
that a register should be ignored, supply a value for the register
from the raw registers[] buffer.
2001-08-24 05:11:07 +00:00
Andrew Cagney
12a498f33a
* go32-nat.c (go32_create_inferior): Use xfree instead of free.
...
* config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
i386bsd-nat.c.
2001-08-24 05:00:06 +00:00
Andrew Cagney
598f52dfcc
* gdbtypes.h (builtin_type_ieee_single_big)
...
(builtin_type_ieee_single_little, builtin_type_ieee_double_big)
(builtin_type_ieee_double_little)
(builtin_type_ieee_double_littlebyte_bigword)
(builtin_type_i387_ext, builtin_type_m68881_ext)
(builtin_type_i960_ext, builtin_type_m88110_ext)
(builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
(builtin_type_arm_ext_littlebyte_bigword)
(builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
(builtin_type_ia64_quad_big)
(builtin_type_ia64_quad_little): Declare.
* gdbtypes.c (builtin_type_ieee_single_big)
(builtin_type_ieee_single_little, builtin_type_ieee_double_big)
(builtin_type_ieee_double_little)
(builtin_type_ieee_double_littlebyte_bigword)
(builtin_type_i387_ext, builtin_type_m68881_ext)
(builtin_type_i960_ext, builtin_type_m88110_ext)
(builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
(builtin_type_arm_ext_littlebyte_bigword)
(builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
(builtin_type_ia64_quad_big)
(builtin_type_ia64_quad_little): Define.
(_initialize_gdbtypes): Initialize builtin floatformat types.
2001-08-24 04:46:43 +00:00
gdbadmin
80376ebaec
*** empty log message ***
2001-08-24 00:00:03 +00:00
Mark Kettenis
1a6fae3cf4
* tracepoint.c (read_actions): Add FIXME for code depending on
...
STOP_SIGNAL.
2001-08-23 20:31:36 +00:00
Martin Hunt
7829b8338e
2001-08-23 Martin M. Hunt <hunt@redhat.com>
...
* remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
to download loop.
(mips_load_srec): Ditto.
2001-08-23 19:27:52 +00:00
Andrew Cagney
701c159d91
Add TYPE_FLOATFORMAT().
2001-08-23 01:09:38 +00:00
gdbadmin
dcf762a12e
*** empty log message ***
2001-08-23 00:00:02 +00:00
gdbadmin
2bf63d0283
*** empty log message ***
2001-08-22 00:00:04 +00:00
Keith Seitz
99a6d8ba22
* printcmd.c (print_insn): Use the given stream for
...
output.
2001-08-21 19:25:40 +00:00
Andrew Cagney
a37b3cc06e
* arm-tdep.c (convert_from_extended, convert_to_extended): Delete
...
assembler version of function.
(convert_from_extended, convert_to_extended): Rewrite. Use
floatformat_to_doublest, floatformat_from_doublest,
floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword.
(arm_push_arguments): Use extract_floating and store_floating to
perform floating point conversions.
(SWAP_TARGET_AND_HOST): Delete macro.
* arm-linux-tdep.c (arm_linux_push_arguments): Use
extract_floating and store_floating to perform floating point
conversions.
2001-08-21 04:31:32 +00:00
Andrew Cagney
1c72f9b0c4
* gdbtypes.h (struct type): Clarify meaning of field ``length''.
2001-08-21 00:24:58 +00:00
gdbadmin
7823178d24
*** empty log message ***
2001-08-21 00:00:05 +00:00
gdbadmin
415b1b1387
*** empty log message ***
2001-08-20 00:00:02 +00:00
Andrew Cagney
fe766f112c
* mi0-var-block.exp, mi0-stack.exp, mi0-simplerun.exp,
...
mi0-regs.exp, mi0-watch.exp, mi0-stepi.exp, mi0-until.exp,
mi0-return.exp, mi0-read-memory.exp, mi0-eval.exp,
mi0-disassemble.exp, mi0-console.exp, mi-watch.exp,
mi-var-display.exp, mi-var-cmd.exp, mi-var-child.exp,
mi-until.exp, mi-var-block.exp, mi-stepi.exp, mi-stack.exp,
mi-simplerun.exp, mi-return.exp, mi-regs.exp, mi-read-memory.exp,
mi-disassemble.exp, mi-eval.exp, mi-console.exp: Replace pattern
matching thread=0 with one to also match thread=1.
Fix PR gdb/190.
2001-08-19 01:23:43 +00:00
Andrew Cagney
6a90e1d0a6
* lib/mi-support.exp (mi_gdb_start): If a remote target, use the
...
CLI jump command to start it.
(mi_run_to_main): Fail immediatly when unexpected output.
2001-08-19 01:02:58 +00:00
Andrew Cagney
e866d0e845
* mi0-until.exp, mi-until.exp, mi0-stepi.exp, mi-stepi.exp,
...
mi-simplerun.exp, mi0-simplerun.exp, mi0-return.exp,
mi-return.exp, mi0-console.exp, mi-console.exp: Recognize an
unexpected run-to-main response. Report as a fail.
2001-08-19 00:37:28 +00:00
gdbadmin
992ddc6b09
*** empty log message ***
2001-08-19 00:00:04 +00:00
Andrew Cagney
1759b3c3d8
* lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
...
beginning of function. Fix PR gdb/191.
2001-08-18 21:34:28 +00:00
gdbadmin
ceb160c895
*** empty log message ***
2001-08-18 00:00:05 +00:00
Keith Seitz
4309c8f23f
* mi-cmd-var.c (varobj_update_one): Update call to
...
varobj_update to reflect recent api change.
2001-08-17 19:01:22 +00:00
Keith Seitz
705da5797a
* varobj.c (varobj_update): Change first parameter to
...
pointer to struct varobj*. This function can delete
varobjs, so we need to give callers the new varobj
when this happens.
(value_of_root): Update "var", too, if "var_handle"
changes.
* varobj.h (varobj_update): Likewise.
2001-08-17 18:56:49 +00:00
Keith Seitz
2bf63d860a
* Makefile.in (varobj_h): Define.
...
(mi-cmd-var.o): Depends on varobj_h.
(gdbtk-varobj.o): Change varobj.h to $(varobj_h).
2001-08-17 17:58:25 +00:00
gdbadmin
29517f00a5
*** empty log message ***
2001-08-17 00:00:02 +00:00
Keith Seitz
d1c3b63ad4
* configure.in (GDBTK_SRC_DIR): We must have autoconf
...
give us the absolute path to the source directory.
* configure: Regenerated.
* Makefile.in (GDBTK_SRC_DIR): Add variable so that
autoconf can substitue it in for us.
(gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We
really do need an absolute pathname.
2001-08-16 22:47:00 +00:00
Frank Ch. Eigler
61d11d8032
* obvious fix
...
2001-08-16 Frank Ch. Eigler <fche@redhat.com>
* config/sid.exp (sid_start): Don't warn if we cannot figure out
what to force sid endianness to.
2001-08-16 14:19:54 +00:00
gdbadmin
4acbe6da32
*** empty log message ***
2001-08-16 02:23:16 +00:00
Keith Seitz
942a4df220
* lib/gdb.exp (gdbtk_start): Don't set environment
...
variables for TCL_LIBRARY and friends. Insight will
now figure these out for itself.
2001-08-15 21:11:45 +00:00
Keith Seitz
f0b743a914
* Makefile.in (GDBTK_VERSION): Set a version number.
...
(GDBTK_LIBRARY): New variable to point to location where
gdbtk will install its tcl library. Changed all refereneces
to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
(SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
(SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
(all-gdbtk): Remove.
(install-gdbtk): Remove.
(gdbtk.o): Pass srcdir to file when compiling.
Also from Ian Roxborough:
* Makefile.in: Changed all references to the install directory
"gdbtcl" to read "insight1.0".
2001-08-15 21:09:46 +00:00
Corinna Vinschen
bdcd319a1e
* arch-utils.c (generic_skip_trampoline_code): New function.
...
* arch-utils.h (generic_skip_trampoline_code): Declare external.
* gdbarch.c: Regeberated from gdbarch.sh.
* gdbarch.h: Ditto.
* gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch.
* infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
2001-08-15 15:29:56 +00:00
Christopher Faylor
9e678452d7
* gdbint.texinfo: Add a cautionary note about macro use.
2001-08-15 14:47:53 +00:00
H.J. Lu
40b3352ba7
2001-08-14 Daniel Jacobowitz <drow@mvista.com>
...
H.J. Lu (hjl@gnu.org )
* partial-stab.h: valu should be a CORE_ADDR.
2001-08-14 H.J. Lu (hjl@gnu.org )
* dbxread.c (SWAP_SYMBOL): Removed.
(INTERNALIZE_SYMBOL): Check sign extended vma.
2001-08-15 05:02:28 +00:00
gdbadmin
75ba07bf4c
*** empty log message ***
2001-08-15 00:00:02 +00:00
Christopher Faylor
ae9d9b9660
* top.c (SIGSETJMP): Protect env argument with parentheses.
...
(SIGLONGJMP): Protect env argument with parentheses.
2001-08-14 20:05:48 +00:00
gdbadmin
8e6acd47f3
*** empty log message ***
2001-08-14 00:00:05 +00:00
gdbadmin
8ce8e6c107
*** empty log message ***
2001-08-13 00:00:02 +00:00
Andrew Cagney
6ca173e32c
* config/mn10300/mn10300.mt (TM_FILE): Delete.
...
* configure.tgt: Add mn10300 to list of mulit-arch targets.
* config/mn10300/tm-mn10300.h: Delete file. Move contents ...
* mn10300-tdep.c: To here.
2001-08-12 03:39:11 +00:00
Andrew Cagney
5ea92dfe6a
Convert some floatformat_{to,from}_double to floatformat_{to,from}_doublest.
2001-08-12 03:19:22 +00:00
Andrew Cagney
a15525c16a
* config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
...
* mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
sp_regnum.
2001-08-12 02:10:18 +00:00
Andrew Cagney
c422e77126
* doublest.c (convert_doublest_to_floatformat): Rename
...
floatformat_from_doublest. Make static.
(convert_floatformat_to_doublest): Rename floatformat_to_doublest.
Make static.
(floatformat_to_doublest): New function.
(floatformat_from_doublest): New function.
(host_float_format, host_double_format, host_long_double_format):
New static variables.
(store_floating, extract_floating): Always use
floatformat_to_doublest and floatformat_from_doublest.
* doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2001-08-12 01:45:49 +00:00
Andrew Cagney
f096a152b3
* config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.
...
* mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
2001-08-12 01:11:12 +00:00
gdbadmin
7908826a9b
*** empty log message ***
2001-08-12 00:00:02 +00:00
Andrew Cagney
39d4ef0921
* target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
...
* gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
* gdbarch.h, gdbarch.c: Regenerate.
* arch-utils.h (legacy_virtual_frame_pointer): Declare.
* arch-utils.c: Include "gdb_assert.h".
(legacy_virtual_frame_pointer): Define.
* Makefile.in (arch-utils.o): Depends on gdb_assert.h.
* tracepoint.c (encode_actions): Make frame_reg an int. Make
frame_offset a LONGEST.
* ax-gdb.c (gen_frame_args_address): Ditto.
(gen_frame_locals_address): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Initialize
virtual_frame_pointer.
(mn10300_virtual_frame_pointer): Make static. Update parameter
list to match function signature.
* config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
2001-08-11 00:59:29 +00:00
Keith Seitz
67c2c32c6b
* gdb-events.sh: Add architecture_changed event.
...
* gdbarch.sh: Include gdb-event.h.
(gdbarch_update_p): Notify UIs when architecture changes.
* gdb-events.h: Regenerated.
* gdb-events.c: Regenerated.
* gdbarch.c: Regenerated.
2001-08-11 00:41:02 +00:00