Joel Brobecker
e64f66d171
* osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
24 years ago
gdbadmin
ba4736d1a9
*** empty log message ***
24 years ago
Alan Modra
b2e57ccbb6
daily update
24 years ago
Joel Brobecker
f939579412
* osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
Interix.
24 years ago
Keith Seitz
4060713bec
* mi-main.c (mi_cmd_data_list_register_names): Use cleanups
for the uiout list. Do the cleanups when returning an error.
(mi_cmd_data_list_changed_registers): Ditto.
(mi_cmd_data_list_register_values): Use cleanups for the uiout list
and tuples. Do the cleanups when returning errors.
24 years ago
Jeff Law
32ac2c9a75
* elf32-h8300.c (elf32_h8_relax_section): Fix typo.
24 years ago
Nick Clifton
004d9cafa4
New TI port supports both C4x and C3x series of DSPs.
24 years ago
Nick Clifton
dc43ada5bf
Check functionname_ptr and line_ptr before deciding we've found a symbol.
24 years ago
Nick Clifton
e09f439535
Update translations
24 years ago
Jakub Jelinek
9dfe7b396f
* config/tc-i386.c (md_apply_fix3): Allow addend for
BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
BFD_RELOC_386_TLS_LE_32.
24 years ago
Michael Snyder
1a303dec0c
2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
* procfs.c (do_detach): Clear current signal, not just fault.
Corrects problem with breakpoint trap signal leaking to detached
process on Tru64.
24 years ago
Alan Modra
470903d0b0
daily update
24 years ago
gdbadmin
8b94de87f5
*** empty log message ***
24 years ago
Michael Snyder
c0219d4272
2002-09-10 Michael Snyder <msnyder@redhat.com>
* buildsym.c (finish_block): Protect against null pointer.
24 years ago
Andrew Cagney
9d84ac84ef
2002-09-10 Andrew Cagney <cagney@redhat.com>
* infcmd.c (default_print_registers_info): Send all output to
``file'' instead of ``gdb_stdout''.
24 years ago
Keith Seitz
fc5cfef41b
* mi-simplerun.exp (test_controlled_execution): Follow renaming of
mi_run_to to mi_execute_to.
* mi-var-cmd.exp: Likewise.
* mi0-simplerun.exp: Likewise.
* mi0-var-cmd.exp: Likewise.
24 years ago
Keith Seitz
08b468e0c5
* lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
runto proc.
(mi_run_to_main): Use mi_runto.
(mi_execute_to): Renamed from mi_run_to. Changed all callers.
24 years ago
Keith Seitz
dc360f582a
* lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
regexp for stopping at main. Could have multiple event notifications.
Don't assume that main was declared with no parameters.
(mi_next): Use mi_step_to.
(mi_step): Use mi_next_to.
24 years ago
Michael Snyder
77d8f2b47e
2002-09-10 Michael Snyder <msnyder@redhat.com>
* mips-tdep.c (mips_extract_struct_value_address): Make val a
LONGEST, and use signed register read (addresses are sign-
extended for mips).
24 years ago
Stephane Carrez
2b68e2c5b9
* tui-hooks.c (tui_event_loop): New function.
(tui_command_loop): New function to override gdb loop and make sure
uiout is set according to TUI mode.
(tui_command_loop): Install the specific TUI command hook.
* tuiIO.c (tui_initialize_io): Initialize tui_old_uiout.
(tui_uiout, tui_old_uiout): Make public.
* tuiIO.h (tui_uiout, tui_old_uiout): Declare.
24 years ago
Stephane Carrez
99656a6140
* event-loop.c (gdb_do_one_event): Make public.
* event-loop.h (gdb_do_one_event): Declare.
24 years ago
Frank Ch. Eigler
9464e23293
* test commit
24 years ago
Jeff Johnston
36ea319fec
2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
24 years ago
Jeff Law
da12f4d874
* infttrace.c (child_resume): Simplify and rework to avoid
TT_PROC_CONTINUE.
24 years ago
Nick Clifton
b3018b5f70
Call new functions do_sections, do_sections64, depending on corefile (32-bit
or 64-bit).
24 years ago
Nick Clifton
873e05886e
Add Ben Elliston as a maintainer for configure and testsuite changes.
Add paragraphs about testsuite and config patches.
24 years ago
Corinna Vinschen
ce3abcfb03
* gdb.base/default.exp: Fix expected string in `info float' test.
24 years ago
Fred Fish
d0aee0c4b8
Reviewed and approved by Kevin Buettner <kevinb@redhat.com>
2002-09-09 Fred Fish <fnf@intrinsity.com>
* printcmd.c (print_scalar_formatted): "len" is the number of
target bytes, NOT the number of target bits.
24 years ago
Alan Modra
4a386c0bd2
daily update
24 years ago
gdbadmin
7efc1f66f1
*** empty log message ***
24 years ago
Jeff Law
502b19cb2a
* config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
marker relocations such as ENTRY/EXIT.
* config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies
to both OBJ_ELF and OBJ_SOM.
24 years ago
Ben Elliston
d1f5b980c3
* config/mips.exp: Update comments.
* config/mips-idt.exp: Likewise.
* config/nind.exp: Likewise.
* config/slite.exp: Likewise.
* config/sparclet.exp: Likewise.
* config/udi.exp: Likewise.
* config/vx.exp: Likewise.
* config/vxworks29k.exp: Likewise.
24 years ago
Elena Zannoni
7cb3ec5e73
2002-09-09 Elena Zannoni <ezannoni@redhat.com>
From: Emmanuel Thome' <thome@lix.polytechnique.fr>
* top.c (init_main): Set rl_terminal_name.
24 years ago
Jeff Johnston
cf57480a00
2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
24 years ago
Richard Henderson
2f21f25e2b
* elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
and PCREL21F like PCREL21B.
24 years ago
Ben Elliston
fc697c14bd
2002-09-08 Ben Elliston <bje@redhat.com>
* gas/hppa/basic/basic.exp: Update DejaGnu mail address.
* gas/hppa/parse/parse.exp: Likewise.
* gas/hppa/reloc/reloc.exp: Likewise.
* gas/hppa/unsorted/unsorted.exp: Likewise.
* gas/mn10200/basic.exp: Likewise.
* gas/mn10300/basic.exp: Likewise.
* gas/sh/basic.exp: Likewise.
* gas/sh/sh64/sh64.exp: Likewise.
* gas/v850/basic.exp: Likewise.
* lib/gas-defs.exp: Likewise.
* gas/all/gas.exp: Removing limping support for DejaGnu 1.1.1.
* gasp/gasp.exp: Likewise.
24 years ago
Alan Modra
0b42ccd55f
daily update
24 years ago
gdbadmin
931503dcfd
*** empty log message ***
24 years ago
Aidan Skinner
4dc8198746
* ada-lang.c (ada_array_bound, ada_type_match,
_initialize_ada_language): Fix K&R definitions.
* ada-tasks.c (get_current_task): Fix K&R definitions.
* ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
24 years ago
Alan Modra
78c87cb7e6
daily update
24 years ago
gdbadmin
9ba857e0ad
*** empty log message ***
24 years ago
Christopher Faylor
842330b4f8
* MAINTAINERS: Remove CE from list of maintainership responsibilities. Add XP.
24 years ago
gdbadmin
d7d47bf98e
*** empty log message ***
24 years ago
Alan Modra
041386aa43
daily update
24 years ago
Mark Kettenis
66da5fd837
* i386-tdep.c (i386_register_virtual_type,
i386_register_convertible, i386_register_convert_to_virtual,
i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
instead of IS_FP_REGNUM and IS_SSE_REGNUM.
(i386_gdbarch_init): Fix comment. Add comments on calls that set
sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
Don't set push_arguments twice.
24 years ago
Mark Kettenis
4b218c1874
* i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
* i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
sigtramp_end to NULL.
* config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
defines.
(i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
24 years ago
Jeff Law
0b3a6a28f9
* configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
24 years ago
Mark Kettenis
4cc314d5b9
* i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
whitespace.
24 years ago
Mark Kettenis
43156d82f1
* gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
* gdbarch.h, gdbarch.c: Re-generate.
* blockframe.c (find_pc_sect_partial_function): Convert to use
SIGTRAMP_START_P predicate.
24 years ago
Alan Modra
e4512afa79
correct entry
24 years ago