Joel Brobecker
5720643ce8
* gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
vector. Will be useful for Interix.
* gdbarch.h, gdbarch.c: Regenerate.
* valops.c (value_allocate_space_in_inferior): Replace hard-coded
name of the malloc function by NAME_OF_MALLOC.
24 years ago
Joel Brobecker
3bada2a2df
* value.h (find_function_in_inferior): Add const keyword to
one of the parameters. Allows us to invoke this function with
a const char *.
* valops.c (find_function_in_inferior): Likewise.
24 years ago
Alan Modra
4cfa75e2b2
daily update
24 years ago
gdbadmin
20a4787a38
*** empty log message ***
24 years ago
Joel Brobecker
3db26b01ff
* exec.c (xfer_memory): Fix compilation warning with old versions
of GCC.
* tracepoint.c (trace_find_tracepoint_command): Likewise.
24 years ago
David Carlton
17c5ed2cf3
2002-09-12 David Carlton <carlton@math.stanford.edu>
* symtab.h: Run through gdb_indent.h.
Add 2002 to Copyright year list.
24 years ago
Nick Clifton
707960fed5
Import chnages from master config repository.
24 years ago
Jakub Jelinek
6a30718d0e
* elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
NULL.
(elf_i386_relocate_section): Return false after printing error about
unresolvable relocation.
24 years ago
Nick Clifton
6cf9e9fe1d
Fix handling of R_ARM_THM_PC11
24 years ago
Nick Clifton
065c959b71
Handle DW_OP_GNU_push_tls_address.
Synch up with the gcc's dwarf2.h
24 years ago
Alan Modra
ecd1107e81
* x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
mach constants.
* MAINTAINERS: Add myself to write after approval list.
24 years ago
Alan Modra
9ec878e367
* ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.
24 years ago
DJ Delorie
a54ba43fe9
merge from gcc
24 years ago
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