summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-1445-74/+137
| | | | | | | | | | | | | | | | | | | | * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright. * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright. * elfread.c, eval.c, expprint.c, expression.h: Update copyright. * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright. * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright. * language.c, language.h, m32r-tdep.c: Update copyright. * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright. * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright. * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright. * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright. * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright. * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright. Index: mi/ChangeLog 2003-01-13 Andrew Cagney <ac131313@redhat.com> * mi-cmd-env.c: Update copyright.
* 2003-01-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-01-148-1055/+1113
| | | | | | | | | | | | | | | | | | | | | | | | | | * stabsread.h (process_later, resolve_cfront_continuation): Obsolete. Update copyright years. * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront. Update copyright year. * dbxread.c(struct cont_elem): Obsolete. (process_later, process_now): Obsolete functions. (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support. Update copyright year. * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros. (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions. * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront. (parse_partial_symbols): Obsolete cfront support. * stabsread.c (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete macros. (get_substring, get_cfront_method_physname, msg_unknown_complaint, read_cfront_baseclasses, read_cfront_member_functions, resolve_cfront_continuation,read_cfront_static_fields, copy_cfront_struct_fields): Obsolete functions. (define_symbol, read_one_struct_field): Obsolete cfront support. * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support. Update Copyright year.
* 2003-01-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-01-147-148/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * stack.c (print_frame_info, print_stack_frame_base_stub, print_stack_frame_base, show_and_print_stack_frame_stub, show_and_print_stack_frame, print_only_stack_frame_stub, print_only_stack_frame): Delete functions. (print_stack_frame_stub): Call print_frame_info instead of print_frame_info_base. (print_frame_info_base): Rename to print_frame_info. (backtrace_command_1): Call print_frame_info, instead of print_frame_info_base. (current_frame_command): Call print_stack_frame, instead of print_only_stack_frame. (frame_command): Call print_stack_frame, instead of show_and_print_stack_frame. (up_command): Ditto. (down_command): Ditto. * frame.h (print_only_stack_frame): Delete prototype. * infrun.c (normal_stop): Call print_stack_frame, instead of show_and_print_stack_frame. * thread.c (info_threads_command): Call print_stack_frame, instead of print_only_stack_frame. 2003-01-13 Elena Zannoni <ezannoni@redhat.com> * mi-main.c (mi_cmd_exec_return): Use print_stack_frame instead of show_and_print_stack_frame.
* *** empty log message ***gdbadmin2003-01-141-1/+1
|
* Revert previous change.Andrew Cagney2003-01-131-27/+0
|
* 2003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-133-1/+31
| | | | | * README (Graphical interface to GDB): Update URL. Point at gdb/links/.
* * gdb.mi/mi-console.exp: Remove extra "(known bug)".Daniel Jacobowitz2003-01-133-2/+7
| | | | * gdb.mi/mi1-console.exp: Likewise.
* 2003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-132-4/+26
| | | | | * gdb_indent.sh: Update to version 2.2.9. Warn when not exact version match.
* daily updateAlan Modra2003-01-131-1/+1
|
* * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".Daniel Jacobowitz2003-01-133-2/+7
| | | | * gdb.mi/mi1-console.exp: Likewise.
* * symtab.c (find_pc_sect_line): Don't consider end-of-functionDaniel Jacobowitz2003-01-132-4/+11
| | | | lines.
* * thread-db.c (attach_thread): Prototype.Daniel Jacobowitz2003-01-132-67/+188
| | | | | | | | | | | | | | | | | (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.
* * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.Daniel Jacobowitz2003-01-132-40/+5
| | | | (resume_callback): Remove dead code.
* 2003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-136-5/+62
| | | | | | | | | | | * 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.
* * source.c (openp): Squelch warning about "filename".Daniel Jacobowitz2003-01-132-1/+8
|
* Update copyright year.Daniel Jacobowitz2003-01-131-1/+1
|
* * source.c (openp): If the file does not exist don't necessarilyDaniel Jacobowitz2003-01-132-6/+18
| | | | search the path.
* Update copyright years.Daniel Jacobowitz2003-01-132-2/+2
|
* Fix PR gdb/872.Daniel Jacobowitz2003-01-133-7/+59
| | | | | | | * 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.
* * gdb.c++/overload.exp: Remove some fixed XFAILs.Daniel Jacobowitz2003-01-132-13/+4
|
* * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): NewDaniel Jacobowitz2003-01-137-500/+632
| | | | | | | | | | | 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.
* * gdb.texinfo (Files): Document solib-absolute-prefix andDaniel Jacobowitz2003-01-132-0/+48
| | | | solib-search-path.
* Change EM_MSP430 value to new, officially assigned number.Nick Clifton2003-01-132-5/+8
|
* *** empty log message ***gdbadmin2003-01-131-1/+1
|
* daily updateAlan Modra2003-01-121-1/+1
|
* 2003-01-12 Michael Chastain <mec@shout.net>Michael Chastain2003-01-122-0/+5
| | | | * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
* 2003-01-12 Michael Chastain <mec@shout.net>Michael Chastain2003-01-122-2/+6
| | | | * top.c (print_gdb_version): Bump copyright year to 2003.
* 2003-01-12 David Carlton <carlton@bactrian.org>David Carlton2003-01-122-4/+9
| | | | | * linespec.c (symtab_from_filename): Rename variable 's' to 'file_symtab'.
* 2003-01-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-122-23/+9
| | | | | | * 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 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-122-31/+65
| | | | | | | | | * 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.
* * hpread.c (set_namestring): New procedure replacing theJoel Brobecker2003-01-122-26/+41
| | | | | | SET_NAMESTRING macro. (hpread_build_psymtabs): Replace calls to SET_NAMESTRING by calls to set_namestring.
* *** empty log message ***gdbadmin2003-01-121-1/+1
|
* daily updateAlan Modra2003-01-111-1/+1
|
* * read.c (get_absolute_expr): New, split out from..Alan Modra2003-01-114-19/+40
| | | | | | | | (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.
* * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fixJoel Brobecker2003-01-112-4/+10
| | | | | a compilation warning. (hpread_process_one_debug_symbol): Likewise.
* 2003-01-10 David Carlton <carlton@math.stanford.edu>David Carlton2003-01-112-29/+42
| | | | | | | | | * 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-09 Michael Chastain <mec@shout.net>Michael Chastain2003-01-112-12/+19
| | | | | From Chet Ramey, <chet@po.cwru.edu>, the readline maintainer: * display.c: Fix perverse screen refresh with UTF-8.
* *** empty log message ***gdbadmin2003-01-111-1/+1
|
* daily updateAlan Modra2003-01-101-1/+1
|
* 2003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2003-01-102-56/+18
| | | | | | | * 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.
* * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode2003-01-105-30/+27
| | | | | | * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
* 2003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2003-01-102-0/+13
| | | | * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
* * win32-nat.c (set_process_privilege): New function.Corinna Vinschen2003-01-103-0/+172
| | | | | (child_attach): Call set_process_privilege() to enable the SE_DEBUG_NAME user privilege if available in process token.
* * hpread.c (hpread_process_one_debug_symbol): Fix a smallJoel Brobecker2003-01-102-2/+7
| | | | compilation error in the previous revision.
* 2003-01-10 Ben Elliston <bje@redhat.com>Ben Elliston2003-01-102-0/+5
| | | | | * README.Cygnus: Rename from this .. * README: .. to this.
* * remove duplicated entry from 2002-05-17 on 2002-05-20.Ben Elliston2003-01-101-23/+1
| | | | * s/SWI_TARGET_SWITCHES/SIM_TARGET_SWITCHES/.
* merge from gccDJ Delorie2003-01-102-10/+23
|
* *** empty log message ***gdbadmin2003-01-101-1/+1
|
* daily updateAlan Modra2003-01-091-1/+1
|
* * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.Alan Modra2003-01-093-8/+17
| | | | * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.