Daniel Jacobowitz
d6abaea528
* gdb.mi/mi-console.exp: Remove extra "(known bug)".
...
* gdb.mi/mi1-console.exp: Likewise.
2003-01-13 23:24:43 +00:00
Andrew Cagney
3f5a30162c
2003-01-13 Andrew Cagney <ac131313@redhat.com>
...
* gdb_indent.sh: Update to version 2.2.9. Warn when not exact
version match.
2003-01-13 23:07:07 +00:00
Alan Modra
8bd1781d41
daily update
2003-01-13 23:00:04 +00:00
Daniel Jacobowitz
dfd536a75e
* gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
...
* gdb.mi/mi1-console.exp: Likewise.
2003-01-13 22:07:15 +00:00
Daniel Jacobowitz
083ae9356e
* symtab.c (find_pc_sect_line): Don't consider end-of-function
...
lines.
2003-01-13 21:59:53 +00:00
Daniel Jacobowitz
5365276c13
* thread-db.c (attach_thread): Prototype.
...
(struct private_thread_info): Remove lwpid. Add thread handle (th),
thread information (ti), and valid flags (th_valid, ti_valid).
(attach_thread): Move target_pid_to_str call to after the thread
is added to GDB's list. Initialize the cache.
(thread_get_info_callback, thread_db_map_id2thr)
(thread_db_get_info): New functions.
(thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
(thread_db_store_registers, thread_db_thread_alive)
(thread_db_get_thread_local_address): Use them.
(thread_db_pid_to_str): Likewise. Return "Missing" instead
of calling error() for threads in unknown state.
(clear_lwpid_callback): New function.
(thread_db_resume): Use it to clear the cache.
2003-01-13 21:48:32 +00:00
Daniel Jacobowitz
9fc30b6b12
* lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
...
(resume_callback): Remove dead code.
2003-01-13 21:47:35 +00:00
Andrew Cagney
8f87102502
2003-01-13 Andrew Cagney <ac131313@redhat.com>
...
* gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
predicate.
* gdbarch.h, gdbarch.c: Regenerate.
* stack.c (frame_info): Only initialize the saved registers when
FRAME_INIT_SAVED_REGS_P.
* frame.c (frame_saved_regs_register_unwind): Assert
FRAME_INIT_SAVED_REGS_P.
(deprecated_generic_get_saved_register): Ditto.
2003-01-13 21:10:30 +00:00
Daniel Jacobowitz
3f565f1eb5
* source.c (openp): Squelch warning about "filename".
2003-01-13 20:26:15 +00:00
Daniel Jacobowitz
32d34c7c4d
Update copyright year.
2003-01-13 20:12:57 +00:00
Daniel Jacobowitz
072b102252
* source.c (openp): If the file does not exist don't necessarily
...
search the path.
2003-01-13 20:11:47 +00:00
Daniel Jacobowitz
b5e5c35c01
Update copyright years.
2003-01-13 20:09:33 +00:00
Daniel Jacobowitz
973ccf8b55
Fix PR gdb/872.
...
* gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
(integer_types_same_name_p): New function.
(rank_one_type): Use it.
* stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
2003-01-13 20:08:58 +00:00
Daniel Jacobowitz
a1fb14a2c2
* gdb.c++/overload.exp: Remove some fixed XFAILs.
2003-01-13 20:08:16 +00:00
Daniel Jacobowitz
030292b70e
* Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
...
variables.
(main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
* configure.in: Add --with-sysroot.
* configure: Regenerated.
* main.c (gdb_sysroot): New variable.
(captured_main): Initialize gdb_sysroot.
* defs.h (gdb_sysroot): New extern declaration.
* solib.c (_initialize_solib): Initialize solib_absolute_prefix.
2003-01-13 18:00:16 +00:00
Daniel Jacobowitz
f5ebfba0ca
* gdb.texinfo (Files): Document solib-absolute-prefix and
...
solib-search-path.
2003-01-13 17:59:49 +00:00
Nick Clifton
4931efb9b0
Change EM_MSP430 value to new, officially assigned number.
2003-01-13 16:37:47 +00:00
gdbadmin
eccce3b646
*** empty log message ***
2003-01-13 00:00:32 +00:00
Alan Modra
8ad9bcdc8e
daily update
2003-01-12 23:00:04 +00:00
Michael Chastain
afb5d334c7
2003-01-12 Michael Chastain <mec@shout.net>
...
* config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2003-01-12 22:55:51 +00:00
Michael Chastain
751ceeb4f3
2003-01-12 Michael Chastain <mec@shout.net>
...
* top.c (print_gdb_version): Bump copyright year to 2003.
2003-01-12 21:38:16 +00:00
David Carlton
94cd26f8b6
2003-01-12 David Carlton <carlton@bactrian.org>
...
* linespec.c (symtab_from_filename): Rename variable 's' to
'file_symtab'.
2003-01-12 20:55:32 +00:00
Andrew Cagney
1ce79225f2
2003-01-12 Andrew Cagney <ac131313@redhat.com>
...
* d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
dummy frame.
(d10v_frame_saved_pc, d10v_frame_chain): Ditto.
2003-01-12 19:25:39 +00:00
Andrew Cagney
fa1fd571ea
2003-01-12 Andrew Cagney <ac131313@redhat.com>
...
* d10v-tdep.c: Include "gdb_assert.h".
(d10v_store_return_value): Rewrite to match current interface.
(d10v_extract_struct_value_address): Ditto.
(d10v_extract_return_value): Ditto.
(d10v_gdbarch_init): Set store_restore_value,
extract_struct_value_address and extract_return_value.
2003-01-12 18:59:53 +00:00
Joel Brobecker
68b8d23eb2
* hpread.c (set_namestring): New procedure replacing the
...
SET_NAMESTRING macro.
(hpread_build_psymtabs): Replace calls to SET_NAMESTRING
by calls to set_namestring.
2003-01-12 11:49:14 +00:00
gdbadmin
a5ce0a93bb
*** empty log message ***
2003-01-12 00:00:02 +00:00
Alan Modra
fbe06c784a
daily update
2003-01-11 23:00:03 +00:00
Alan Modra
a0ea3e1db8
* read.c (get_absolute_expr): New, split out from..
...
(get_absolute_expression): ..here.
* read.h (get_absolute_expr): Declare.
* config/obj-elf.c (elf_common): Use offsetT for "temp" and "size".
Trim size to arch bits_per_address, and test for negative input
via get_absolute_expr.
2003-01-11 06:24:12 +00:00
Joel Brobecker
1fb309eaa6
* hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
...
a compilation warning.
(hpread_process_one_debug_symbol): Likewise.
2003-01-11 02:13:23 +00:00
David Carlton
88d262ca1c
2003-01-10 David Carlton <carlton@math.stanford.edu>
...
* linespec.c (decode_line_1): Rename variable 's' to
'file_symtab'.
(decode_all_digits): Rename argument 's' to 'file_symtab'.
(decode_dollar): Ditto.
(decode_variable): Ditto.
(symbol_found): Ditto.
2003-01-11 01:01:04 +00:00
Michael Chastain
288381c01e
2003-01-09 Michael Chastain <mec@shout.net>
...
From Chet Ramey, <chet@po.cwru.edu>, the readline maintainer:
* display.c: Fix perverse screen refresh with UTF-8.
2003-01-11 00:43:53 +00:00
gdbadmin
df648bda9c
*** empty log message ***
2003-01-11 00:00:01 +00:00
Alan Modra
9ac361894d
daily update
2003-01-10 23:00:04 +00:00
Michael Chastain
4ce8657e28
2003-01-09 Michael Chastain <mec@shout.net>
...
* gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
(Create a Release): Add new instructions for new @file{src-release}.
Document existing instructions for @file{Makefile.in} as
being for @value{GDBN} 5.3.1 or earlier.
2003-01-10 22:51:57 +00:00
Nathanael Nerode
586c087379
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
...
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
* Makefile.in: Regenerate.
* configure: Regenerate.
2003-01-10 21:43:31 +00:00
Michael Chastain
86669319d0
2003-01-09 Michael Chastain <mec@shout.net>
...
* config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2003-01-10 20:55:04 +00:00
Corinna Vinschen
616a9dc4c0
* win32-nat.c (set_process_privilege): New function.
...
(child_attach): Call set_process_privilege() to enable the
SE_DEBUG_NAME user privilege if available in process token.
2003-01-10 20:14:02 +00:00
Joel Brobecker
3269bcfa1c
* hpread.c (hpread_process_one_debug_symbol): Fix a small
...
compilation error in the previous revision.
2003-01-10 15:39:10 +00:00
Ben Elliston
45fdcabea2
2003-01-10 Ben Elliston <bje@redhat.com>
...
* README.Cygnus: Rename from this ..
* README: .. to this.
2003-01-10 05:27:17 +00:00
Ben Elliston
7f53bce4e3
* remove duplicated entry from 2002-05-17 on 2002-05-20.
...
* s/SWI_TARGET_SWITCHES/SIM_TARGET_SWITCHES/.
2003-01-10 04:51:58 +00:00
DJ Delorie
32b5d30132
merge from gcc
2003-01-10 03:27:26 +00:00
gdbadmin
d0bf1cf1de
*** empty log message ***
2003-01-10 00:00:33 +00:00
Alan Modra
f985e606c0
daily update
2003-01-09 23:00:04 +00:00
Alan Modra
86bbe32fa7
* elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
...
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
2003-01-09 22:51:37 +00:00
David Carlton
2b0ee4544f
2003-01-09 David Carlton <carlton@math.stanford.edu>
...
* linespec.c: Update copyright.
2003-01-09 21:34:15 +00:00
Chris Demetriou
6f33421c47
2003-01-09 Chris Demetriou <cgd@broadcom.com>
...
* ldmain.c (get_emulation): Sort -mipsNN checks in the usual
order, and handle (ignore) -mips32r2.
2003-01-09 21:26:53 +00:00
Andrew Cagney
a80e2bcbae
Roll ChangeLog / ChangeLog-2002.
2003-01-09 21:08:45 +00:00
DJ Delorie
497f816e75
* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
...
(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
* Makefile.in: Regenerate.
2003-01-09 20:50:25 +00:00
Alexandre Oliva
bfbe551963
* configure.in: Remove Makefile in build, host and target modules
...
unless configure was run with --no-recursion.
* configure: Rebuilt.
2003-01-09 20:45:29 +00:00
Daniel Jacobowitz
c4cf40b7ca
* gdb.base/detach.exp: New test.
2003-01-09 19:18:04 +00:00