aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-14 * gdb.threads/killed.exp: Use KFAIL for gdb/568.Daniel Jacobowitz2-2/+5
2003-01-14 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyrightDaniel Jacobowitz2-3/+7
dates.
2003-01-14(node WIN32): Some clarifications and formatting fixups.Nick Clifton2-8/+68
2003-01-14 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".Daniel Jacobowitz2-2/+6
2003-01-14 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538Daniel Jacobowitz3-5/+11
(ptype &*"foo"). * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
2003-01-142003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney45-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-142003-01-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni8-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-142003-01-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni7-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.
2003-01-14*** empty log message ***gdbadmin1-1/+1
2003-01-13Revert previous change.Andrew Cagney1-27/+0
2003-01-132003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-1/+31
* README (Graphical interface to GDB): Update URL. Point at gdb/links/.
2003-01-13 * gdb.mi/mi-console.exp: Remove extra "(known bug)".Daniel Jacobowitz3-2/+7
* gdb.mi/mi1-console.exp: Likewise.
2003-01-132003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-4/+26
* gdb_indent.sh: Update to version 2.2.9. Warn when not exact version match.
2003-01-13daily updateAlan Modra1-1/+1
2003-01-13 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".Daniel Jacobowitz3-2/+7
* gdb.mi/mi1-console.exp: Likewise.
2003-01-13 * symtab.c (find_pc_sect_line): Don't consider end-of-functionDaniel Jacobowitz2-4/+11
lines.
2003-01-13 * thread-db.c (attach_thread): Prototype.Daniel Jacobowitz2-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.
2003-01-13 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.Daniel Jacobowitz2-40/+5
(resume_callback): Remove dead code.
2003-01-132003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney6-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.
2003-01-13 * source.c (openp): Squelch warning about "filename".Daniel Jacobowitz2-1/+8
2003-01-13Update copyright year.Daniel Jacobowitz1-1/+1
2003-01-13 * source.c (openp): If the file does not exist don't necessarilyDaniel Jacobowitz2-6/+18
search the path.
2003-01-13Update copyright years.Daniel Jacobowitz2-2/+2
2003-01-13 Fix PR gdb/872.Daniel Jacobowitz3-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.
2003-01-13 * gdb.c++/overload.exp: Remove some fixed XFAILs.Daniel Jacobowitz2-13/+4
2003-01-13 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): NewDaniel Jacobowitz7-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.
2003-01-13 * gdb.texinfo (Files): Document solib-absolute-prefix andDaniel Jacobowitz2-0/+48
solib-search-path.
2003-01-13Change EM_MSP430 value to new, officially assigned number.Nick Clifton2-5/+8
2003-01-13*** empty log message ***gdbadmin1-1/+1
2003-01-12daily updateAlan Modra1-1/+1
2003-01-122003-01-12 Michael Chastain <mec@shout.net>Michael Chastain2-0/+5
* config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2003-01-122003-01-12 Michael Chastain <mec@shout.net>Michael Chastain2-2/+6
* top.c (print_gdb_version): Bump copyright year to 2003.
2003-01-122003-01-12 David Carlton <carlton@bactrian.org>David Carlton2-4/+9
* linespec.c (symtab_from_filename): Rename variable 's' to 'file_symtab'.
2003-01-122003-01-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-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-122003-01-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-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.
2003-01-12 * hpread.c (set_namestring): New procedure replacing theJoel Brobecker2-26/+41
SET_NAMESTRING macro. (hpread_build_psymtabs): Replace calls to SET_NAMESTRING by calls to set_namestring.
2003-01-12*** empty log message ***gdbadmin1-1/+1
2003-01-11daily updateAlan Modra1-1/+1
2003-01-11 * read.c (get_absolute_expr): New, split out from..Alan Modra4-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.
2003-01-11 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fixJoel Brobecker2-4/+10
a compilation warning. (hpread_process_one_debug_symbol): Likewise.
2003-01-112003-01-10 David Carlton <carlton@math.stanford.edu>David Carlton2-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-112003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2-12/+19
From Chet Ramey, <chet@po.cwru.edu>, the readline maintainer: * display.c: Fix perverse screen refresh with UTF-8.
2003-01-11*** empty log message ***gdbadmin1-1/+1
2003-01-10daily updateAlan Modra1-1/+1
2003-01-102003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2-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.
2003-01-10 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode5-30/+27
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
2003-01-102003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2-0/+13
* config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2003-01-10 * win32-nat.c (set_process_privilege): New function.Corinna Vinschen3-0/+172
(child_attach): Call set_process_privilege() to enable the SE_DEBUG_NAME user privilege if available in process token.
2003-01-10 * hpread.c (hpread_process_one_debug_symbol): Fix a smallJoel Brobecker2-2/+7
compilation error in the previous revision.
2003-01-102003-01-10 Ben Elliston <bje@redhat.com>Ben Elliston2-0/+5
* README.Cygnus: Rename from this .. * README: .. to this.